There are many sorts of “smart pointers”. They have following things in common:
This crate provides “smart accessors”:
For code examples see the docs.
Simply include
smart_access = "0.2"
in your Cargo.toml
.
0.2.2
: New feature detach
allows one to detach an accessor from the source of the data accessed.0.2.1
: Now really works on no_std
.0.2.0
: Simplistic batch editing + breaking change for rt-batches + doc improvements.0.1.2
: A bit more user-friendly docs.0.1.1
: Only the README has been updated.0.1.0
: The first iteration.