Registry / utility / frunk
library0.4.4rscratesunverified

Provides functional programming tools like HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid, and Semigroup.

# Cargo.toml [dependencies] frunk = "0.4.4"
INSTALL
IMPORT
SIG · FRUNK
F
frunk
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::hlist;

Create and use a heterogeneous list.

use frunk::hlist; fn main() { let h = hlist![1, "hello", true]; println!("HList: {:?}", h); }
Debug
Known issues
gotchaComplex type signatures can lead to long compile times.
fix
Use type aliases to simplify complex HList or Coproduct types.
affects: >=0.4.0
Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
frunk — cargo add frunk · libregistry