licenses.dev

fui_core v0.3.0

Core library of FUI MVVM UI Framework

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0-or-later WITH Classpath-exception-2.0

Dependency Licenses

Apache-2.0 OR MIT20
PackageRelationDependenciesPublished
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cc • 1.1.31A 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
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
drawing • 0.3.3API for 2D graphics libraryDIRECT20
euclid • 0.22.11Geometry primitivesINDIRECT2
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. 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
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
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
traitobject • 0.1.0Unsafe helpers for working with raw trait objects.INDIRECT0
typed-builder • 0.10.0Compile-time type-checked builder deriveDIRECT4
MIT5
PackageRelationDependenciesPublished
clamped • 1.0.0Simple clamping of numbers in RustINDIRECT0
freetype-rs • 0.29.1Bindings for FreeType font libraryINDIRECT7
freetype-sys • 0.15.0Low level binding for FreeType font libraryINDIRECT5
typemap • 0.3.3A typesafe store for many value types.DIRECT2
unsafe-any • 0.4.2Traits and implementations for unchecked downcasting.INDIRECT1
GPL-3.0-or-later WITH Classpath-exception-2.01
PackageRelationDependenciesPublished
fui_macros • 0.3.0Macros for FUI UI FrameworkDIRECT4
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/fui_core)](https://licenses.dev/cargo/fui_core)
<a href="https://licenses.dev/cargo/fui_core">
  <img src="https://licenses.dev/b/cargo/fui_core" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.0 version:

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