Closed
Description
hex-literal
is quite stable, with v0.3.0 being release over two years ago. So I think we can start to consider v1.0 release.
Potential changes:
- Bump MSRV to 1.56 and edition to 2021 (Done in v0.4)
- Decide whether we want to forbid comments inside literals or not, as described here (Done in v0.4)
- Use MSRV-dependent dependency version resolution rust-lang/cargo#9930. It will allow us to bump
hex-literal
edition without breaking downstream builds and maybe incorporate new language features. - Use inline
const {}
expressions to force const evaluation (MSRV 1.79). - Wait for stabilization of
generic_const_exprs
andadt_const_params
? It would allow us to write:
fn decode<const DATA: &'static [u8]>() -> [u8; decode_len(DATA)] { ... }
Metadata
Metadata
Assignees
Labels
No labels