licenses.dev

inkwell v0.1.1

Inkwell aims to help you pen your own programming languages by safely wrapping llvm-sys.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT41
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.6.0A 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
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
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. DIRECT0
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust.INDIRECT0
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. DIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.DIRECT18
pest • 2.7.14The Elegant ParserINDIRECT1
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
regex-syntax • 0.5.6A regular expression parser.INDIRECT1
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 0.2.11An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT7
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
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. INDIRECT0
semver-parser • 0.10.2Parsing of the semver spec. INDIRECT2
semver-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.11.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT3
semver • 0.6.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
thread_local • 0.3.6Per-object thread-local storageINDIRECT1
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
ucd-util • 0.1.10A small utility library for working with the Unicode character database. 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-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT14
PackageRelationDependenciesPublished
alloc-traits • 0.1.1Traits to replace or supplement the alloc module in no_stdINDIRECT0
llvm-sys • 100.2.4Bindings to LLVM's C APIDIRECT10
llvm-sys • 110.0.4Bindings to LLVM's C APIDIRECT12
llvm-sys • 120.3.2Bindings to LLVM's C APIDIRECT12
llvm-sys • 130.1.2Bindings to LLVM's C APIDIRECT12
llvm-sys • 140.1.3Bindings to LLVM's C APIDIRECT9
llvm-sys • 150.2.1Bindings to LLVM's C APIDIRECT9
llvm-sys • 40.4.0Bindings to LLVM's C APIDIRECT14
llvm-sys • 50.4.0Bindings to LLVM's C APIDIRECT14
llvm-sys • 60.6.0Bindings to LLVM's C APIDIRECT13
llvm-sys • 70.4.0Bindings to LLVM's C APIDIRECT10
llvm-sys • 80.3.1Bindings to LLVM's C APIDIRECT10
llvm-sys • 90.2.2Bindings to LLVM's C APIDIRECT10
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 0.6.10Fast multiple substring searching.INDIRECT1
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
utf8-ranges • 1.0.5DEPRECATED. Use regex-syntax::utf8 submodule instead.INDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
inkwell_internals • 0.7.0Internal macro crate for inkwellDIRECT4
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
static-alloc • 0.2.5A bump allocator on static memory for the alloc-traits crateDIRECT1
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/inkwell)](https://licenses.dev/cargo/inkwell)
<a href="https://licenses.dev/cargo/inkwell">
  <img src="https://licenses.dev/b/cargo/inkwell" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.1 version:

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