Registry / other / rust-hdl-lib-widgets

rust-hdl-lib-widgets

JSON →
library0.44.0rscratesunverified

Write firmware for FPGAs in Rust - widget crate providing reusable hardware components.

# Cargo.toml [dependencies] rust_hdl_lib_widgets = "0.44.0"
INSTALL
IMPORT
SIG · RUST-HDL-LIB-WIDGE
R
rust-hdl-lib-widgets
otherrustv0.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

prelude
use rust_hdl_lib_widgets::prelude::*;

Imports reusable hardware widgets for FPGA firmware development.

use rust_hdl_lib_widgets::prelude::*; fn main() { // Example: create a simple counter widget let counter = Counter::new(32); println!("Counter widget created"); }
Debug
Known issues
gotchaRequires rust-hdl core and FPGA toolchain.
fix
Add rust-hdl as a dependency and install FPGA synthesis tools.
affects: >=0.44.0
Upgrade
Version history
0.44.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
rust-hdl-lib-widgets — cargo add rust-hdl-lib-widgets · libregistry