licenses.dev

specs-hierarchy v0.5.1

Scene graph type hierarchy abstraction for use with specs

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT34
PackageRelationDependenciesPublished
ahash • 0.2.19A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
arrayvec • 0.4.12A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT1
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
cfg-if • 0.1.10A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
const-random-macro • 0.1.16Provides the procedural macro used by const-randomINDIRECT7
const-random • 0.1.18Provides compile time random number generation.INDIRECT8
crossbeam-queue • 0.1.2Concurrent queuesINDIRECT3
crossbeam-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
derivative • 1.0.4A set of alternative `derive` attributes for RustINDIRECT4
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.6.3A Rust port of Google's SwissTable hash mapINDIRECT12
hibitset • 0.6.4Hierarchical bit set structureDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
mopa • 0.2.2My Own Personal Any: get your own Any with additional functionalityINDIRECT0
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
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.INDIRECT1
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
shred-derive • 0.6.3Custom derive for shredDIRECT4
shred • 0.9.4Dispatches systems in parallel which need read access to some resources, and write access to others. DIRECT18
shrev • 1.1.3Event channel, meant to be used with `specs`.DIRECT0
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stackINDIRECT1
specs • 0.15.1Specs is an Entity-Component-System library written in Rust. DIRECT32
syn • 0.15.44Parser for Rust source codeINDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
tuple_utils • 0.3.0A set of utilities to enable higher level operations over tuples.INDIRECT0
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
tiny-keccak • 2.0.2An implementation of Keccak derived functions.INDIRECT1
MIT1
PackageRelationDependenciesPublished
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/specs-hierarchy)](https://licenses.dev/cargo/specs-hierarchy)
<a href="https://licenses.dev/cargo/specs-hierarchy">
  <img src="https://licenses.dev/b/cargo/specs-hierarchy" alt="licenses" />
</a>

Or the licenses badge code for the 0.5.1 version:

[![licenses](https://licenses.dev/b/cargo/specs-hierarchy/0.5.1)](https://licenses.dev/cargo/specs-hierarchy/0.5.1)
<a href="https://licenses.dev/cargo/specs-hierarchy/0.5.1">
  <img src="https://licenses.dev/b/cargo/specs-hierarchy/0.5.1" alt="licenses" />
</a>
GitHub