licenses.dev

const_format v0.2.33

Compile-time string formatting

Published on

Licenses

Learn more about license information.

Package Licenses

Zlib

Dependency Licenses

Apache-2.0 OR MIT6
PackageRelationDependenciesPublished
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT0
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
fastrand • 1.9.0A simple and fast random number generatorDIRECT2
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
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
Zlib3
PackageRelationDependenciesPublished
const_format_proc_macros • 0.2.33Implementation detail of the `const_format` crateDIRECT4
konst_macro_rules • 0.2.19Implementation detail of the konst crateINDIRECT0
konst • 0.2.19Const equivalents of std functions, compile-time comparison, and parsingDIRECT1
BSD-3-Clause1
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
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/const_format)](https://licenses.dev/cargo/const_format)
<a href="https://licenses.dev/cargo/const_format">
  <img src="https://licenses.dev/b/cargo/const_format" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.33 version:

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