licenses.dev

matrix-pickle v0.2.0

A simple binary encoding format used in the Matrix world

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT25
PackageRelationDependenciesPublished
anyhow • 1.0.97Flexible concrete Error type built on std::error::ErrorDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.9.0A macro to generate structures which behave like bitflags. INDIRECT0
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
hashbrown • 0.15.2A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 2.7.1A hash table with consistent order and fast iteration.INDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro-crate • 3.2.0Replacement for crate (macro_rules keyword) in proc-macros INDIRECT5
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT5
proc-macro2 • 1.0.94A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
proptest • 1.6.0Hypothesis-like property-based testing and shrinking. DIRECT15
quote • 1.0.39Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT8
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
rand_xorshift • 0.3.0Xorshift random number generator INDIRECT1
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT1
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
toml_datetime • 0.6.8A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.22.24Yet another format-preserving TOML parser.INDIRECT4
unarray • 0.1.4Utilities for working with uninitialized arraysINDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.23Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.23Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
MIT1
PackageRelationDependenciesPublished
matrix-pickle-derive • 0.2.0Derive support for matrix-pickleDIRECT13
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine 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/matrix-pickle)](https://licenses.dev/cargo/matrix-pickle)
<a href="https://licenses.dev/cargo/matrix-pickle">
  <img src="https://licenses.dev/b/cargo/matrix-pickle" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

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