Trying to use the Generic macro I stumbled upon the need to also import frunk_core.
Unfortunately using the suggestion specified inside the README.md lead me to the following error 😞
cargo check
Updating crates.io index
error: no matching package named `frunk-core` found
location searched: registry `https://github.com/rust-lang/crates.io-index`
perhaps you meant: frunk_core
Trying to use the
Generic
macro I stumbled upon the need to also importfrunk_core
.Unfortunately using the suggestion specified inside the
README.md
lead me to the following error 😞Using
frunk_core
however seems to work 😄