licenses.dev

koto_bytecode v0.15.3

The bytecode compiler used by the Koto programming language

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT10
PackageRelationDependenciesPublished
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcDIRECT0
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackDIRECT0
syn • 2.0.104Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)DIRECT5
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-width • 0.2.1Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
MIT3
PackageRelationDependenciesPublished
koto_lexer • 0.15.3The lexer used by the Koto programming languageINDIRECT3
koto_memory • 0.15.3Memory management utilities used by the Koto programming languageDIRECT0
koto_parser • 0.15.3The parser used by the Koto programming languageDIRECT14
ISC2
PackageRelationDependenciesPublished
derive-name-macros • 1.1.1Derive macros for derive-name crate.INDIRECT4
derive-name • 1.1.0Derive macro to get the name of a struct, enum or enum variantDIRECT5
BSD-3-Clause1
PackageRelationDependenciesPublished
circular-buffer • 0.1.9Efficient, fixed-size, overwriting circular bufferDIRECT0
Apache-2.0 OR CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
dunce • 1.0.5Normalize Windows paths to the most compatible format, avoiding UNC where possibleDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine 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/koto_bytecode)](https://licenses.dev/cargo/koto_bytecode)
<a href="https://licenses.dev/cargo/koto_bytecode">
  <img src="https://licenses.dev/b/cargo/koto_bytecode" alt="licenses" />
</a>

Or the licenses badge code for the 0.15.3 version:

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