frunk
frunk copied to clipboard
Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
Results
41
frunk issues
Sort by
recently updated
recently updated
newest added
``` error[E0433]: failed to resolve: could not find `frunk_core` in the list of imported crates --> crates/flow/src/flow_set.rs:21:10 | 21 | #[derive(frunk::LabelledGeneric)] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `frunk_core` in the list...
help wanted