strict-typing 0.1.0

A procedural macro for ensuring strict type safety.
Documentation
1
2
3
4
5
error: field `count` uses disallowed type `u32`
 --> tests/cases/fail_struct_primitive.rs:5:12
  |
5 |     count: u32,
  |            ^^^