licenses.dev

elrond-codec v0.14.0

Lightweight binary serializer/deserializer, written especially for Elrond smart contracts

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0-only

Dependency Licenses

Apache-2.0 OR MIT13
PackageRelationDependenciesPublished
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT0
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
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
num-bigint • 0.4.6Big integer implementation for RustDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
proc-macro2 • 1.0.89A 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
syn • 1.0.109Parser for Rust source codeINDIRECT3
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MPL-2.02
PackageRelationDependenciesPublished
memory_units • 0.4.0Safe conversions between units of memoryINDIRECT0
wee_alloc • 0.4.5wee_alloc: The Wasm-Enabled, Elfin AllocatorDIRECT6
GPL-3.0-only1
PackageRelationDependenciesPublished
elrond-codec-derive • 0.14.0Macro implementations of elrond-codec #[derive(NestedEncode, NestedDecode, TopEncode, TopDecode)]DIRECT5
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
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/elrond-codec)](https://licenses.dev/cargo/elrond-codec)
<a href="https://licenses.dev/cargo/elrond-codec">
  <img src="https://licenses.dev/b/cargo/elrond-codec" alt="licenses" />
</a>

Or the licenses badge code for the 0.14.0 version:

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