Package Licenses
BSD-3-Clause OR MIT
Dependency Licenses
BSD-3-Clause1
Package | Relation | Dependencies | Published |
---|---|---|---|
alloc-no-stdlib • 1.2.0A dynamic allocator that may be used with or without the stdlib. 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 | DIRECT | 0 |
BSD-3-Clause OR MIT1
Package | Relation | Dependencies | Published |
---|---|---|---|
brotli-decompressor • 1.2.1A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli | DIRECT | 1 |