rust_release_channel 0.1.0

A data structure for Rust release channel metadata.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
  - Teach `.validate()` to check that in the rename map,
    the new name is different from the old name.