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.1
: Now seems to really work with no_std
(feature-gated #![no_std]
inserted in lib.rs
)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.