KokaKiwi / rust-hex

A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
https://crates.io/crates/hex
Apache License 2.0
201 stars 55 forks source link

Support no_std #20

Closed koushiro closed 5 years ago

koushiro commented 5 years ago

What have I changed?

  1. Migrate to 2018 edition
  2. Support no_std (rustc 1.36 has stabilize alloc crate)
  3. Modify CI config
KokaKiwi commented 5 years ago

It still needs alloc and i would like to reach a point where alloc could be an optional dependency too, but it can be done later i suppose. But the changes seems OK so i'll merge this, thanks :green_heart:

PS: Also thanks for modifying Travis-CI config file, i don't use it much so i don't really know its capabilities

fouge commented 3 years ago

+1