readonly 0.2.13

Struct fields that are made read-only accessible to other modules
Documentation
1
2
3
4
5
6
7
error[E0594]: cannot assign to data in dereference of `S`
  --> tests/ui/readme.rs:21:5
   |
21 |     s.n += 1;
   |     ^^^^^^^^ cannot assign
   |
   = help: trait `DerefMut` is required to modify through a dereference, but it is not implemented for `S`