Registry / utility / pax-properties-coproduct

pax-properties-coproduct

JSON →
library0.10.10rscratesunverified

Static container for program-variable data structures and polymorphic components in the Pax framework.

# Cargo.toml [dependencies] pax-properties-coproduct = "0.10.10"
INSTALL
IMPORT
SIG · PAX-PROPERTIES-COP
P
pax-properties-coproduct
utilityrustv0.10.10
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.

Coproduct
use pax_properties_coproduct::Coproduct;

Creates and uses a coproduct container.

use pax_properties_coproduct::Coproduct; fn main() { let c: Coproduct<i32, String> = Coproduct::new(42); println!("{:?}", c); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pax-properties-coproduct — cargo add pax-properties-coproduct · libregistry