rust_release_channel

Crates.iorust_release_channel
lib.rsrust_release_channel
version0.3.0
sourcesrc
created_at2018-04-02 08:08:26.822242
updated_at2018-07-17 09:28:12.529709
descriptionA data structure for Rust release channel metadata.
homepage
repositoryhttps://gitlab.com/Screwtapello/rust_release_channel/
max_upload_size
id58586
size361,281
(Screwtapello)

documentation

README

rust_release_channel: a data structure for Rust release channel metadata

Repository: https://gitlab.com/Screwtapello/rust_release_channel/

Documentation: https://docs.rs/rust_release_channel

TODO

  • Store hashes as bytes rather than hex-encoded bytes?
    • might make it easier to compare with the results of other hash functions
  • make impl Display for Channel format as TOML, instead of the current human-readable output? That way we can replace our custom .to_string() method with the actual ToString trait, which might be less surprising.
Commit count: 65

cargo fmt