licenses.dev

sixtyfps-corelib v0.1.5

Internal SixtyFPS runtime library.

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0-only

Dependency Licenses

Apache-2.0 OR MIT51
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
auto_enums_core • 0.7.12An internal crate to support auto_enums - do not use directly INDIRECT4
auto_enums_derive • 0.7.12An internal crate to support auto_enums - do not use directly INDIRECT6
auto_enums • 0.7.12A library for to allow multiple return types by automatically generated enum. DIRECT8
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.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. DIRECT0
const-field-offset-macro • 0.1.5Procedural macro to generate constant field offset from repr(c) structINDIRECT4
const-field-offset • 0.1.5Wrapper around field-offset crate and const-field-offset-macroDIRECT10
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
derive_utils • 0.11.2A procedural macro helper for easily writing derive macros for enums. INDIRECT4
euclid • 0.22.11Geometry primitivesDIRECT2
field-offset • 0.3.6Safe pointer-to-member implementationINDIRECT4
heck • 0.3.3heck is a case conversion library.INDIRECT1
js-sys • 0.3.72Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT13
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
lyon_algorithms • 0.17.72D Path manipulation/transformation algorithms.DIRECT7
lyon_geom • 0.17.72D quadratic and cubic bézier arcs and line segment math on top of euclid.DIRECT4
lyon_path • 0.17.7Types and utilities to store, build and iterate over 2D paths.DIRECT5
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-rational • 0.3.2Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustINDIRECT7
portable-atomic • 1.9.0Portable atomic types including support for 128-bit atomics, atomic float, etc. INDIRECT0
proc-macro2 • 1.0.89A 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
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
scoped-tls-hkt • 0.1.5A more flexible version of `scoped-tls`, allowing the following additional features: - Storage of references to dynamically sized types. - Storage of mutable references. - Storage of types containing unbound lifetime parameters (higher-kinded types). - Some combination of the above. DIRECT0
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. DIRECT0
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
sid • 0.6.1Simple Id. Tiny crate providing strongly typed ids and an id-based vector.INDIRECT2
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
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.DIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
triomphe • 0.1.14A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc)DIRECT7
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. DIRECT0
vtable-macro • 0.1.12Helper crate to generate ffi-friendly virtual tablesINDIRECT4
vtable • 0.1.12Helper crate to generate ffi-friendly virtual tablesDIRECT14
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. DIRECT12
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL DIRECT14
MIT12
PackageRelationDependenciesPublished
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
convert_case • 0.4.0Convert strings into any caseINDIRECT0
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsDIRECT7
image • 0.23.14Imaging library. Provides basic image processing and encoders/decoders for common image formats.DIRECT15
memoffset • 0.9.1offset_of functionality for Rust structs.INDIRECT1
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
pin-weak • 1.1.0Small wrapper around an equivalent of Pin<Weak<T>>DIRECT0
rgb • 0.8.50`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.DIRECT1
slab • 0.4.9Pre-allocated storage for a uniform data typeDIRECT1
strum_macros • 0.23.1Helpful macros for working with enums and stringsDIRECT7
strum • 0.23.0Helpful macros for working with enums and stringsDIRECT0
weak-table • 0.3.2Weak hash maps and setsDIRECT0
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.DIRECT15
GPL-3.0-only1
PackageRelationDependenciesPublished
sixtyfps-corelib-macros • 0.1.5Helper macro for sixtyfps-corelibDIRECT4
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
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
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.5 version:

[![licenses](https://licenses.dev/b/cargo/sixtyfps-corelib/0.1.5)](https://licenses.dev/cargo/sixtyfps-corelib/0.1.5)
<a href="https://licenses.dev/cargo/sixtyfps-corelib/0.1.5">
  <img src="https://licenses.dev/b/cargo/sixtyfps-corelib/0.1.5" alt="licenses" />
</a>
GitHub