The big change in this release is it eliminates the need to add extern crate eyra; to your code.
Just change your Cargo.toml line for Eyra to this:
std = { package = "eyra", version = "0.16.0" }
and the extern crate eyra; can be removed!
Unclaimed project
Are you a maintainer of eyra? Claim this project to take control of your public changelog and roadmap.
The big change in this release is it eliminates the need to add extern crate eyra; to your code.
Just change your Cargo.toml line for Eyra to this:
std = { package = "eyra", version = "0.16.0" }
and the extern crate eyra; can be removed!