thiotimoline@scrith:~/github/rustbox$ cargo run --example hello-world
Compiling rustbox v0.5.0 (file:///home/thiotimoline/github/rustbox)
src/rustbox.rs:18:5: 18:28 error: unresolved import `std::num::FromPrimitive`. There is no `FromPrimitive` in `std::num`
src/rustbox.rs:18 use std::num::FromPrimitive;
^~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `rustbox`.
To learn more, run the command again with --verbose.