Registry / other / oxidd-derive

oxidd-derive

JSON →
library0.11.0rscratesunverified

Derive macros for OxiDD, a decision diagram library.

# Cargo.toml [dependencies] oxidd-derive = "0.11.0"
INSTALL
IMPORT
SIG · OXIDD-DERIVE
O
oxidd-derive
otherrustv0.11.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.

OxiDD
use oxidd_derive::OxiDD;

Derive OxiDD for a custom decision diagram structure.

use oxidd_derive::OxiDD; #[derive(OxiDD)] struct MyDD { nodes: Vec<u32>, } fn main() { let dd = MyDD { nodes: vec![1, 2, 3] }; println!("DD: {:?}", dd); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
oxidd-derive — cargo add oxidd-derive · libregistry