Docs.rs
dynamic_graph-0.1.5
dynamic_graph 0.1.5
Permalink
Docs.rs crate page
MIT
15 March 2026
Links
Repository
crates.io
Source
Owners
Salabar
Dependencies
generativity ^1.0.0
normal
unsafer ^0.1.1
normal
Versions
61.39%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module graph_ptr
dynamic_
graph
0.1.5
Module graph_
ptr
Module Items
Modules
Macros
Structs
In crate dynamic_
graph
dynamic_graph
Module
graph_
ptr
Copy item path
Source
Modules
§
core_
The Rust Core Library
Macros
§
make_
guard
Create a
Guard
with a unique invariant lifetime (with respect to other trusted/invariant lifetime brands).
Structs
§
Graph
Ptr
A checked pointer type used to access and traverse graph nodes in the crate. This pointer cannot be dereferenced and requires the parent anchor object to access the data stored in the collection.
Guard
An invariant lifetime phantomdata-alike that is guaranteed to be unique with respect to other trusted invariant lifetimes.
Id
A phantomdata-like type taking a single invariant lifetime.