smart_access 0.5.2

A minimalistic zero-dependency "lazy bidirectional pointer" framework.
Documentation
[[test]]
name = "no_std"
required-features = ["batch_ct"]
test = false

[dependencies]

[features]
batch_ct = []
batch_rt = ["std"]
default = ["std", "std_collections", "batch_rt", "batch_ct", "detach"]
detach = []
std = []
std_collections = ["std"]

[package]
authors = ["arbrk1 <arbrk1@gmail.com>"]
categories = ["data-structures", "rust-patterns", "no-std"]
description = "A minimalistic zero-dependency \"lazy bidirectional pointer\" framework."
edition = "2018"
keywords = ["data", "framework", "library", "optics", "lens"]
license = "MIT"
name = "smart_access"
readme = "README.md"
repository = "https://github.com/arbrk1/smart_access/"
version = "0.5.2"