borrowize 0.3.0

Derive borrowed view structs from owned Rust structs.
Documentation
1
2
3
4
5
error: `View` cannot be derived for unit structs
 --> tests/compile_fail/unit_struct.rs:4:8
  |
4 | struct Bad;
  |        ^^^