lits 0.3.1

A proc-macro collection that parses human-readable literals at compile time.
Documentation
1
2
3
4
5
error: failed to parse string as Duration: expected number at 0
 --> tests/trybuild/duration_fail.rs:2:19
  |
2 |   lits::duration!("not-a-duration");
  |                   ^^^^^^^^^^^^^^^^