licenses.dev

koto_runtime v0.1.0

The runtime used by the Koto programming language

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT8
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. DIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.DIRECT2
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackDIRECT0
unicode-width • 0.1.14Determine 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_bytecode • 0.1.0The bytecode compiler used by the Koto programming languageDIRECT5
koto_lexer • 0.1.0The lexer used by the Koto programming languageDIRECT2
koto_parser • 0.1.0The parser used by the Koto programming languageDIRECT3
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

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