licenses.dev

grid_util v0.2.0

Utilities and primitive constructs like Grid, Point, Rect, etc.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT26
PackageRelationDependenciesPublished
base64 • 0.22.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 2.9.4A macro to generate structures which behave like bitflags. INDIRECT6
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
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
getrandom • 0.2.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.16.1A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.5.0heck is a case conversion library.INDIRECT0
indexmap • 2.12.1A hash table with consistent order and fast iteration.INDIRECT2
libc • 0.2.178Raw FFI bindings to platform libraries like libc.INDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc_macro2_helper • 0.2.10Various utility code to extract data that can be used with proc macro2INDIRECT4
proc-macro-crate • 3.2.0Replacement for crate (macro_rules keyword) in proc-macros INDIRECT5
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.42Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand_derive2 • 0.1.21Generate customizable random types with the rand crateDIRECT5
rand • 0.8.5Random number generators and other randomness functionality. DIRECT13
ron • 0.11.0Rusty Object NotationDIRECT8
rustversion • 1.0.22Conditional compilation according to rustc compiler versionINDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
toml_datetime • 0.6.11A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.22.27Yet another format-preserving TOML parser.INDIRECT4
Apache-2.0 OR BSD-3-Clause OR MIT2
PackageRelationDependenciesPublished
num_enum_derive • 0.7.5Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)INDIRECT10
num_enum • 0.7.5Procedural macros to make inter-operation between primitives and enums easier.DIRECT12
MIT2
PackageRelationDependenciesPublished
strum_macros • 0.27.2Helpful macros for working with enums and stringsDIRECT5
strum • 0.27.2Helpful macros for working with enums and stringsDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.31Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.31Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.22Determine 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.1+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/grid_util)](https://licenses.dev/cargo/grid_util)
<a href="https://licenses.dev/cargo/grid_util">
  <img src="https://licenses.dev/b/cargo/grid_util" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

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