smart_access 0.7.0

A minimalistic "lazy bidirectional pointer" framework.
Documentation
[[test]]
name = "no_std"
required-features = ["batch_ct"]
test = false
[dependencies.hashbrown]
optional = true
version = "0.8"

[dependencies.multiref]
optional = true
version = "0.1"

[features]
alloc = []
batch = ["batch_ct", "batch_rt"]
batch_ct = []
batch_rt = ["alloc"]
collections = ["alloc"]
default = ["collections", "hashbrown", "batch", "detach", "iter_mut", "traversal"]
detach = []
iter_mut = ["multiref", "alloc"]
std_hashmap = []
traversal = []

[package]
authors = ["arbrk1 <arbrk1@gmail.com>"]
categories = ["data-structures", "rust-patterns", "no-std"]
description = "A minimalistic \"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.7.0"