lits 0.3.1

A proc-macro collection that parses human-readable literals at compile time.
Documentation
1
2
3
fn main() {
  lits::bytes!("not-a-size");
}