borrowize 0.1.0

Derive borrowed view structs from owned Rust structs.
Documentation
1
2
3
4
5
error: `View` can only be derived for structs with named fields
 --> tests/compile_fail/tuple_struct.rs:4:11
  |
4 | struct Bad(String);
  |           ^^^^^^^^