licenses.dev

ndk v0.1.0

Safe Rust bindings to the Android NDK

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT40
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
ascii • 0.9.3ASCII-only equivalents to `char`, `str` and `String`.INDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
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
cesu8 • 1.1.0Convert to and from CESU-8 encoding (similar to UTF-8)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
derivative • 2.2.0A set of alternative `derive` attributes for RustINDIRECT4
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
error-chain • 0.12.4Yet another error boilerplate library.INDIRECT13
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
jni-glue • 0.0.10Manually written glue code to accompany the jni-bindgen code generator for binding to JVM APIs from RustDIRECT2
jni-sys • 0.3.0Rust definitions corresponding to jni.hDIRECT0
jni • 0.14.0Rust bindings to the JNIDIRECT36
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
ndk-sys • 0.1.0FFI bindings for the Android NDKDIRECT0
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
proc-macro-crate • 0.1.5Replacement for crate (macro_rules keyword) in proc-macros INDIRECT7
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
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
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.56Parser for Rust source codeINDIRECT3
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
unreachable • 1.0.0An unreachable code optimization hint in stable rust.INDIRECT1
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT OR Unlicense5
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
BSD-3-Clause2
PackageRelationDependenciesPublished
num_enum_derive • 0.4.3Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)INDIRECT9
num_enum • 0.4.3Procedural macros to make inter-operation between primitives and enums easier.DIRECT11
MIT2
PackageRelationDependenciesPublished
combine • 3.8.1Fast parser combinators on arbitrary streams with zero-copy support.INDIRECT6
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

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