eyra

Rust programs written entirely in Rust

OTHER License

Downloads
16.4K
Stars
755
Committers
2

Bot releases are visible (Hide)

eyra - 0.16.0 Latest Release

Published by sunfishcode about 1 year ago

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!