licenses.dev

bstr v0.2.17

A string type that is not required to be valid UTF-8.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT14
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
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. 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
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT5
regex-lite • 0.1.6A lightweight regex engine that optimizes for binary size and compilation time. INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
syn • 2.0.56Parser for Rust source codeINDIRECT3
ucd-parse • 0.1.13A library for parsing data files in the Unicode character database. DIRECT1
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. DIRECT0
MIT OR Unlicense3
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. DIRECT0
quickcheck • 1.0.3Automatic property based testing with shrinking.DIRECT6
regex-automata • 0.1.10Automata construction and matching using regular expressions.DIRECT0
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.17 version:

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