lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.29k stars 58 forks source link

Fix wrong `frunk-core` reference in README.md #163

Closed fusillicode closed 4 years ago

fusillicode commented 4 years ago

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

Using frunk_core however seems to work 😄