Closed RaitoBezarius closed 1 year ago
Looks good (just needs a cargo fmt
), any other reason it's still a draft?
Looks good (just needs a
cargo fmt
), any other reason it's still a draft?
It was more like a discussion on whether this PR is a good idea and I made it in 2 minutes so I was not sure of the quality :-)
I was wrong about TryFrom making us able to get rid of the "manually add a new impl block for each variant", but there is a derive_more
crate that can help with this. I've opened https://github.com/DeterminateSystems/bootspec/pull/120 which should do what you want.
Description
… schema version
Enables replacing:
by
Checklist
cargo build
cargo fmt
cargo clippy
cargo test