licenses.dev

nutexb v0.0.1

Library for working with Smash Ultimate's nutexb texture files

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT15
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.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. 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
lexical-core • 0.7.6Lexical, to- and from-string conversion routines.INDIRECT5
num-traits • 0.1.43Numeric traits for generic mathematicsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
paste-impl • 0.1.18Implementation detail of the `paste` crateINDIRECT1
paste • 0.1.18Macros for all your token pasting needsINDIRECT2
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
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
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT5
PackageRelationDependenciesPublished
binwrite_derive • 0.1.2Derive macro for binwriteINDIRECT4
binwrite • 0.1.5A Rust crate for helping write structs as binary data using ✨macro magic✨DIRECT9
ddsfile • 0.4.0DirectDraw Surface file format parser/composerDIRECT6
enum_primitive • 0.1.1Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0INDIRECT3
nom • 5.1.3A byte-oriented, zero-copy, parser combinators libraryDIRECT8
MIT OR Unlicense2
PackageRelationDependenciesPublished
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
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
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/nutexb)](https://licenses.dev/cargo/nutexb)
<a href="https://licenses.dev/cargo/nutexb">
  <img src="https://licenses.dev/b/cargo/nutexb" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.1 version:

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