bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
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.
DIRECT
6
crc-catalog • 2.5.0Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.
INDIRECT
0
crc • 3.4.0Rust implementation of CRC with support of various standards
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.
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
INDIRECT
1
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.
INDIRECT
0
semver • 1.0.28Parser and evaluator for Cargo's flavor of Semantic Versioning
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.
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.
INDIRECT
0
Apache-2.03
Package
Relation
Dependencies
Published
approx • 0.5.1Approximate floating point equality comparisons and assertions.
INDIRECT
2
nalgebra • 0.33.3General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.