[ 源代码: rust-alloc-no-stdlib ]
软件包:librust-alloc-no-stdlib-dev(2.0.4-1 以及其他的)
librust-alloc-no-stdlib-dev 的相关链接
Debian 的资源:
下载源码包 rust-alloc-no-stdlib:
- [rust-alloc-no-stdlib_2.0.4-1.dsc]
- [rust-alloc-no-stdlib_2.0.4.orig.tar.gz]
- [rust-alloc-no-stdlib_2.0.4-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Dynamic allocator that may be used with or without the stdlib - Rust source code
This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory
This package contains the source for the Rust alloc-no-stdlib crate, packaged by debcargo for use with cargo and dh-cargo.