lits 0.2.0

A proc-macro collection that parses human-readable literals at compile time.
Documentation
1
2
3
4
5
use lits::bytes;

const _SIZE: u64 = bytes!("not-a-size");

fn main() {}