Docs.rs
oak-core-0.0.1
oak-core 0.0.1
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fqq
github:ygg-lang:publisher
Dependencies
serde ^1.0.228
normal
serde_json ^1.0.145
normal
optional
smallvec ^1.13
normal
tracing ^0.1.41
normal
triomphe ^0.1.15
normal
url ^2.5.7
normal
walkdir ^2.5.0
normal
optional
serde_json ^1.0.145
dev
walkdir ^2.5.0
dev
Versions
100%
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
Files
oak_core/memory/
mod.rs
1
/// Fast memory allocation utilities.
2
pub mod
arena;
3
pub use
arena::SyntaxArena;