Crates.io | rust_release_channel |
lib.rs | rust_release_channel |
version | 0.3.0 |
source | src |
created_at | 2018-04-02 08:08:26.822242 |
updated_at | 2018-07-17 09:28:12.529709 |
description | A data structure for Rust release channel metadata. |
homepage | |
repository | https://gitlab.com/Screwtapello/rust_release_channel/ |
max_upload_size | |
id | 58586 |
size | 361,281 |
Repository: https://gitlab.com/Screwtapello/rust_release_channel/
Documentation: https://docs.rs/rust_release_channel
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.