Registry / other / rust-hdl-core

rust-hdl-core

JSON →
library0.46.0rscratesunverified

Write firmware for FPGAs in Rust - core crate.

# Cargo.toml [dependencies] rust-hdl-core = "0.46.0"
INSTALL
IMPORT
SIG · RUST-HDL-CORE
R
rust-hdl-core
otherrustv0.46.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.

Signal
use rust_hdl_core::prelude::*;

Create a basic signal for FPGA design.

use rust_hdl_core::prelude::*; fn main() { let x = Signal::<_, Bits<8>>::default(); println!("Signal created: {:?}", x); }
Debug
Known issues
gotchaRequires nightly Rust and specific target features.
fix
Use nightly toolchain and enable appropriate target.
affects: >=0.1.0
Upgrade
Version history
0.46.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
rust-hdl-core — cargo add rust-hdl-core · libregistry