Docs.rs
rune-alloc-0.14.1
rune-alloc 0.14.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
udoprog
Dependencies
ahash ^0.8.8
normal
pin-project ^1.1.0
normal
rune-alloc-macros =0.14.1
normal
serde ^1.0
normal
optional
rand ^0.8.5
dev
tokio ^1.28.1
dev
Versions
97.69%
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
Module alloc
rune_
alloc
0.14.1
Module alloc
Module Items
Structs
Traits
In crate rune_
alloc
rune_alloc
Module
alloc
Copy item path
Source
Expand description
Allocated types.
Structs
§
Alloc
Error
Error raised while allocating.
Global
The default global allocator for Rune.
Traits
§
Allocator
An implementation of
Allocator
can allocate, grow, shrink, and deallocate arbitrary blocks of data described via
Layout
.