We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heapless
Common > General > Stack-allocated arrays
Alongside arrayvec and tinyvec, heapless has stack-allocated arrays, but also includes:
arrayvec
tinyvec
std::sync::Arc
#[global_allocator]
std::boxed::Box
The text was updated successfully, but these errors were encountered:
With 1.6M recent downloads, I think it would make sense to add this.
Sorry, something went wrong.
No branches or pull requests
Alongside
arrayvec
andtinyvec
, heapless has stack-allocated arrays, but also includes:std::sync::Arc
but backed by a lock-free memory pool rather than#[global_allocator]
std::boxed::Box
but backed by a lock-free memory pool rather than#[global_allocator]
The text was updated successfully, but these errors were encountered: