| Crates.io | access |
| lib.rs | access |
| version | 0.1.0 |
| created_at | 2025-03-19 10:42:10.514667+00 |
| updated_at | 2025-03-19 16:57:08.704793+00 |
| description | A crate that helps creating diverse accessors |
| homepage | |
| repository | https://github.com/AronDerenyi/Access |
| max_upload_size | |
| id | 1597879 |
| size | 5,329 |
This crate introduces the Access trait which has two functions: get and set.
This allows an implementor to have custom get and set logic around a value.
For example, wrapping a reference in an Access provides functionality
to map the getters and setters to another type with the map function.
Check the examples folder for more examples.