Package Licenses
Apache-2.0 OR MIT
Dependency Licenses
Apache-2.0 OR MIT4
Package | Relation | Dependencies | Published |
---|---|---|---|
glob • 0.3.1Support for matching file paths against Unix shell style patterns. | DIRECT | 0 | |
litrs • 0.4.1Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context. | DIRECT | 2 | |
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. | DIRECT | 1 | |
quote • 1.0.37Quasi-quoting macro quote!(...) | DIRECT | 2 |
BSD-3-Clause OR MIT2
Package | Relation | Dependencies | Published |
---|---|---|---|
brotli-decompressor • 4.0.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 | INDIRECT | 2 | |
brotli • 5.0.0A brotli compressor and 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. All included code is safe. | DIRECT | 3 |
BSD-3-Clause2
Package | Relation | Dependencies | Published |
---|---|---|---|
alloc-no-stdlib • 2.0.4A 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 | INDIRECT | 0 | |
alloc-stdlib • 0.2.2A dynamic allocator example that may be used with the stdlib | INDIRECT | 1 |
MIT1
Package | Relation | Dependencies | Published |
---|---|---|---|
cfg_aliases • 0.2.1A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks. | DIRECT | 0 |
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package | Relation | Dependencies | Published |
---|---|---|---|
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31 | INDIRECT | 0 |