smart_access 0.6.2

A minimalistic "lazy bidirectional pointer" framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "multiref"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a700cf2bdf7f5c89f556205bc3425c0bc5b0b917863722f57013df4112b9534"

[[package]]
name = "smart_access"
version = "0.6.2"
dependencies = [
 "multiref",
]