Registry / other / svd-rs

svd-rs

JSON →
library0.14.12rscratesunverified

CMSIS-SVD base structures for parsing and working with System View Description files.

# Cargo.toml [dependencies] svd-rs = "0.14.12"
INSTALL
IMPORT
SIG · SVD-RS
S
svd-rs
otherrustv0.14.12
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.

Device
use svd_rs::Device;

Create a default SVD device.

use svd_rs::Device; fn main() { let device = Device::default(); println!("{:?}", device); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
svd-rs — cargo add svd-rs · libregistry