strict-typing 0.1.0

A procedural macro for ensuring strict type safety.
Documentation
1
2
3
4
5
error: variant `Value` has field with disallowed type `i32`
 --> tests/cases/fail_enum_primitive.rs:5:11
  |
5 |     Value(i32),
  |           ^^^