licenses.dev

amethyst_locale v0.7.2

Localisation bindings.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT127
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
ahash • 0.2.19A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
amethyst_assets • 0.9.1Asynchronous asset management for games. DIRECT135
amethyst_core • 0.8.1Amethyst coreDIRECT109
amethyst_derive • 0.6.1Amethyst deriveINDIRECT7
amethyst_error • 0.3.0Internal error handling for Amethyst. DIRECT12
arrayvec • 0.4.12A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT1
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
base64 • 0.10.1encodes and decodes base64 as bytes or utf8INDIRECT1
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cc • 1.2.16A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cfg-if • 0.1.10A 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
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
const-random-macro • 0.1.16Provides the procedural macro used by const-randomINDIRECT7
const-random • 0.1.18Provides compile time random number generation.INDIRECT8
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-queue • 0.1.2Concurrent queuesINDIRECT3
crossbeam-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
ctor • 0.1.26__attribute__((constructor)) for RustINDIRECT4
derivative • 1.0.4A set of alternative `derive` attributes for RustINDIRECT4
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
env_logger • 0.7.1A logging implementation for `log` which is configured via an environment variable. INDIRECT5
erased-serde • 0.3.31Type-erased Serialize and Serializer traitsINDIRECT6
err-derive • 0.1.6Derive macro for `std::error::Error`INDIRECT10
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.INDIRECT19
fluent-bundle • 0.8.0A localization system designed to unleash the entire expressive power of natural language translations. INDIRECT38
fluent-syntax • 0.9.3Parser/Serializer tools for Fluent Syntax. INDIRECT0
fluent • 0.8.0A localization system designed to unleash the entire expressive power of natural language translations. DIRECT39
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
ghost • 0.1.19Define your own PhantomDataINDIRECT4
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hashbrown • 0.6.3A Rust port of Google's SwissTable hash mapINDIRECT12
heck • 0.3.3heck is a case conversion library.INDIRECT1
hibitset • 0.6.4Hierarchical bit set structureINDIRECT6
intl_pluralrules • 4.0.1Unicode Plural Rules categorizer for numeric input.INDIRECT14
inventory-impl • 0.1.11Implementation of macros for the `inventory` crateINDIRECT4
inventory • 0.1.11Typed distributed plugin registrationINDIRECT8
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.170Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.3.4Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.26A lightweight logging facade for Rust INDIRECT0
matrixmultiply • 0.2.4General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT1
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
mopa • 0.2.2My Own Personal Any: get your own Any with additional functionalityINDIRECT0
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
num-complex • 0.2.4Complex numbers implementation for RustINDIRECT9
num-integer • 0.1.46Integer traits and functionsINDIRECT3
num-rational • 0.2.4Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
objekt • 0.1.2Renamed to dyn-clone: https://crates.io/crates/dyn-cloneINDIRECT0
once_cell • 1.20.3Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.6.3An advanced API for creating custom synchronization primitives.INDIRECT13
parking_lot • 0.9.0More compact and efficient implementations of the standard synchronization primitives.INDIRECT16
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc_macro_roids • 0.6.1Traits and functions to make writing proc macros more ergonomic.INDIRECT4
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
proc-macro2 • 1.0.94A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
quote • 1.0.39Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.1.1ChaCha random number generator INDIRECT4
rand_chacha • 0.2.2ChaCha random number generator INDIRECT12
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.1.0HC128 random number generator INDIRECT2
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand_isaac • 0.1.1ISAAC random number generator INDIRECT2
rand_jitter • 0.1.4Random number generator based on timing jitterINDIRECT5
rand_os • 0.1.3OS backed Random Number GeneratorINDIRECT10
rand_pcg • 0.1.2Selected PCG random number generators INDIRECT3
rand_xorshift • 0.1.1Xorshift random number generator INDIRECT2
rand • 0.6.5Random number generators and other randomness functionality. INDIRECT19
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT14
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rental-impl • 0.5.5An implementation detail of rental. Should not be used directly.INDIRECT4
rental • 0.5.6A macro to generate safe self-referential structs, plus premade types for common use cases.INDIRECT6
ron • 0.5.1Rusty Object NotationINDIRECT9
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT2
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
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-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
shred-derive • 0.6.3Custom derive for shredINDIRECT4
shred • 0.9.4Dispatches systems in parallel which need read access to some resources, and write access to others. INDIRECT29
shrev • 1.1.3Event channel, meant to be used with `specs`.INDIRECT0
siphasher • 0.2.3SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stackINDIRECT1
specs-derive • 0.4.1Custom derive macro for Specs componentsINDIRECT4
specs-hierarchy • 0.5.1Scene graph type hierarchy abstraction for use with specsINDIRECT45
specs • 0.15.1Specs is an Entity-Component-System library written in Rust. INDIRECT44
stable_deref_trait • 1.2.0An 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 • 0.15.44Parser for Rust source codeINDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
thread_profiler • 0.3.0A thread profiling library that outputs profiles in the chromium trace format.DIRECT17
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT5
tinystr • 0.3.4A small ASCII-only bounded length string representation.INDIRECT0
tuple_utils • 0.3.0A set of utilities to enable higher level operations over tuples.INDIRECT0
typenum • 1.18.0Typenum 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
unic-langid-impl • 0.6.2API for managing Unicode Language IdentifiersINDIRECT1
unic-langid-macros-impl • 0.6.0API for managing Unicode Language IdentifiersINDIRECT7
unic-langid-macros • 0.6.0API for managing Unicode Language IdentifiersINDIRECT8
unic-langid • 0.6.1API for managing Unicode Language IdentifiersDIRECT9
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MIT11
PackageRelationDependenciesPublished
crunchy • 0.2.3Crunchy unroller: deterministically unroll constant loopsINDIRECT0
derive-new • 0.5.9`#[derive(new)]` implements simple constructor functions for structs and enums.INDIRECT4
generic-array • 0.12.4Generic types implementing functionality of arraysINDIRECT1
getset • 0.0.8Getset, we're ready to go! A procedural macro for generating the most basic getters and setters on fields. INDIRECT4
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
mint • 0.5.9Math interoperability standard typesINDIRECT0
phf_shared • 0.7.24Support code shared by PHF librariesINDIRECT1
phf • 0.7.24Runtime support for perfect hash function data structuresINDIRECT2
proc-macro-error • 0.2.6Almost drop-in replacement to panics in proc-macrosINDIRECT4
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
Apache-2.05
PackageRelationDependenciesPublished
alga_derive • 0.9.2Derive attribute for implementing algebraic traits from the alga crate.INDIRECT24
alga • 0.9.3Abstract algebra for RustINDIRECT11
approx • 0.3.2Approximate floating point equality comparisons and assertions.INDIRECT3
edit-distance • 2.1.3Levenshtein edit distance between strings, a measure for similarity.INDIRECT0
fluent-locale • 0.10.1A library for language and locale negotiation. INDIRECT10
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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. INDIRECT0
quickcheck • 0.9.2Automatic property based testing with shrinking.INDIRECT21
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
wasi • 0.10.0+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
wasi • 0.11.0+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
wasi • 0.9.0+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.23Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.23Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
BSD-3-Clause1
PackageRelationDependenciesPublished
nalgebra • 0.18.1General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT38
MIT AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
libm • 0.2.11libm in pure RustINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
CC0-1.01
PackageRelationDependenciesPublished
tiny-keccak • 2.0.2An implementation of Keccak derived functions.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.7.2 version:

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