Smart accessors for Rust

Overview

There are many sorts of “smart pointers”. They have following things in common:

This crate provides “smart accessors”:

For code examples see the docs.

Usage

Simply include

smart_access = "0.2"

in your Cargo.toml.

Versions