Docs.rs
gear-stack-buffer-1.7.0
gear-stack-buffer 1.7.0
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
github:gear-tech:dev
breathx
Dependencies
cc ^1.0
build
optional
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gear_
stack_
buffer
1.7.0
All Items
Crate Items
Constants
Functions
Crate
gear_stack_buffer
Copy item path
Source
Expand description
Stack allocations utils.
Constants
§
MAX_
BUFFER_
SIZE
The maximum buffer size that can be allocated on the stack. This is currently limited to 64 KiB.
Functions
§
with_
byte_
buffer
Calls function
f
with provided uninitialized byte buffer allocated on stack.