Docs.rs
arena-voxel-tree-0.0.1
arena-voxel-tree 0.0.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
naomijub
Dependencies
async-trait ^0.1.68
normal
bitflags ^2.3
normal
crossterm ^0.26.1
normal
futures ^0.3.28
normal
futures-util ^0.3.28
normal
once_cell ^1.17.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
smallvec ^1.10
normal
tokio ^1.27.0
normal
Versions
34.78%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
NodeDataRef
arena_
voxel_
tree
0.0.1
Node
Data
Ref
Aliased Type
In arena_
voxel_
tree::
naive_
node
arena_voxel_tree
::
naive_node
Type Alias
Node
Data
Ref
Copy item path
Source
pub type NodeDataRef<T> =
Arc
<
NodeData
<T>>;
Aliased Type
ยง
pub struct NodeDataRef<T> {
/* private fields */
}