Registry / utility / frunk-core

frunk-core

JSON →
library0.4.4rscratesunverified

Provides HList, Coproduct, LabelledGeneric, and Generic for generic programming.

# Cargo.toml [dependencies] frunk_core = "0.4.4"
INSTALL
IMPORT
SIG · FRUNK-CORE
F
frunk-core
utilityrustv0.4.4
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.

HList
use frunk_core::hlist::HList;

Create a heterogeneous list.

use frunk_core::hlist::{HList, hlist}; fn main() { let list = hlist![1, "hello", 3.14]; println!("{:?}", list); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
frunk-core — cargo add frunk-core · libregistry