Package Licenses
Apache-2.0 OR MIT
Dependency Licenses
Apache-2.0 OR MIT12
| Package | Relation | Dependencies | Published |
|---|---|---|---|
| autocfg • 1.5.1Automatic cfg for Rust compiler features | DIRECT | 0 | |
| bencher • 0.1.5A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing!). | DIRECT | 0 | |
| crossbeam-channel • 0.5.16Multi-producer multi-consumer channels for message passing | INDIRECT | 1 | |
| crossbeam-utils • 0.8.22Utilities for concurrent programming | INDIRECT | 0 | |
| either • 1.17.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. | INDIRECT | 0 | |
| hermit-abi • 0.5.2Hermit system calls definitions. | INDIRECT | 0 | |
| itertools • 0.15.0Extra iterator adaptors, iterator methods, free functions, and macros. | DIRECT | 1 | |
| libc • 0.2.189Raw FFI bindings to platform libraries like libc. | INDIRECT | 0 | |
| num_cpus • 1.17.0Get the number of CPUs on a machine. | DIRECT | 2 | |
| once_cell • 1.21.4Single assignment cells and lazy values. | DIRECT | 0 | |
| rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. | DIRECT | 0 | |
| thread-tree • 0.3.3A tree-structured thread pool for splitting jobs hierarchically on worker threads. The tree structure means that there is no contention between workers when delivering jobs. | DIRECT | 2 |