licenses.dev

deca v0.0.9

CHIP-8 interpreter backend

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT18
PackageRelationDependenciesPublished
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
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fastrand • 1.9.0A simple and fast random number generatorDIRECT2
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde_repr • 0.1.19Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.INDIRECT4
serde_with_macros • 1.5.2proc-macro library for serde_withINDIRECT10
serde_with • 1.14.0Custom de/serialization functions for Rust's serdeINDIRECT18
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
MIT9
PackageRelationDependenciesPublished
css-color-parser2 • 1.0.1Easy-to-use Rust parser for CSS3 color stringsINDIRECT1
darling_core • 0.13.4Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling_macro • 0.13.4Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling • 0.13.4A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
octopt • 0.1.3CHIP-8 configurationDIRECT25
result • 1.0.0Helpers for dealing with nested Result and Option typesINDIRECT0
serde_ini • 0.2.0Windows INI file {de,}serializationINDIRECT8
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.9 version:

[![licenses](https://licenses.dev/b/cargo/deca/0.0.9)](https://licenses.dev/cargo/deca/0.0.9)
<a href="https://licenses.dev/cargo/deca/0.0.9">
  <img src="https://licenses.dev/b/cargo/deca/0.0.9" alt="licenses" />
</a>
GitHub