licenses.dev

fluent-template-macros v0.8.0

Templating for the Fluent localization framework

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT22
PackageRelationDependenciesPublished
bstr • 0.2.17A string type that is not required to be valid UTF-8.INDIRECT1
cfg-if • 1.0.4A 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
crossbeam-utils • 0.8.23Utilities for concurrent programmingINDIRECT0
displaydoc • 0.2.7A derive macro for implementing the display Trait via a doc comment and string interpolation INDIRECT4
flume • 0.10.14A blazingly fast multi-producer channelDIRECT3
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.34A lightweight logging facade for Rust INDIRECT0
once_cell • 1.21.4Single assignment cells and lazy values.DIRECT0
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.DIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)DIRECT2
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
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
syn • 1.0.109Parser for Rust source codeDIRECT3
syn • 3.0.5Parser for Rust source codeINDIRECT2
thread_local • 1.1.10Per-object thread-local storageINDIRECT1
unic-langid-impl • 0.9.6API for managing Unicode Language IdentifiersINDIRECT6
unic-langid • 0.9.6API for managing Unicode Language IdentifiersDIRECT7
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT OR Unlicense8
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
aho-corasick • 1.1.5Fast multiple substring searching.INDIRECT0
globset • 0.4.9Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. INDIRECT8
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore` against file paths. DIRECT18
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT3
walkdir • 2.5.0Recursively walk a directory.INDIRECT4
winapi-util • 0.1.11A dumping ground for high level safe wrappers over windows-sys.INDIRECT2
MIT1
PackageRelationDependenciesPublished
spin • 0.9.9Spin-based synchronization primitivesINDIRECT2
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Unicode-3.01
PackageRelationDependenciesPublished
tinystr • 0.8.4A small ASCII-only bounded length string representation.INDIRECT5
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.8.0 version:

[![licenses](https://licenses.dev/b/cargo/fluent-template-macros/0.8.0)](https://licenses.dev/cargo/fluent-template-macros/0.8.0)
<a href="https://licenses.dev/cargo/fluent-template-macros/0.8.0">
  <img src="https://licenses.dev/b/cargo/fluent-template-macros/0.8.0" alt="licenses" />
</a>
GitHub