licenses.dev

postcard v1.1.3

A no_std + serde compatible message library for Rust

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT34
PackageRelationDependenciesPublished
atomic-polyfill • 1.0.3Atomic polyfills, for targets where they're not available.INDIRECT1
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cobs • 0.3.0 This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. COBS is an algorithm for transforming a message into an encoding where a specific value (the "sentinel" value) is not used. This value can then be used to mark frame boundaries in a serial communication channel. DIRECT6
crc-catalog • 2.5.0Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.INDIRECT0
crc • 3.4.0Rust implementation of CRC with support of various standardsDIRECT1
critical-section • 1.2.0Cross-platform critical sectionINDIRECT0
defmt-macros • 1.1.1defmt macrosINDIRECT8
defmt-parser • 1.0.0Parsing library for defmt format stringsINDIRECT6
defmt • 1.1.1A highly efficient logging framework that targets resource-constrained devices, like microcontrollersDIRECT10
embedded-io • 0.4.0Embedded IO traitsDIRECT0
embedded-io • 0.6.1Embedded IO traitsDIRECT0
hash32 • 0.2.132-bit hashing algorithmsINDIRECT1
heapless • 0.7.17`static` friendly data structures that don't require dynamic memory allocationDIRECT16
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT2
num-integer • 0.1.47Integer traits and functionsINDIRECT2
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
postcard-derive • 0.2.2A no_std + serde compatible message library for Rust - Derive CrateDIRECT4
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
semver • 1.0.28Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
stable_deref_trait • 1.2.1An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
syn • 2.0.119Parser for Rust source codeINDIRECT2
syn • 3.0.6Parser for Rust source codeINDIRECT2
thiserror-impl • 2.0.20Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 2.0.20derive(Error)INDIRECT5
typenum • 1.20.1Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT2
nalgebra • 0.33.3General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.DIRECT9
simba • 0.9.1SIMD algebra for RustINDIRECT5
MIT1
PackageRelationDependenciesPublished
spin • 0.9.9Spin-based synchronization primitivesINDIRECT2
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.26Determine 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/postcard)](https://licenses.dev/cargo/postcard)
<a href="https://licenses.dev/cargo/postcard">
  <img src="https://licenses.dev/b/cargo/postcard" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.3 version:

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