licenses.dev

koto_memory v0.15.3

Memory management utilities used by the Koto programming language

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT18
PackageRelationDependenciesPublished
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.9.1A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 1.0.1A 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
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
lock_api • 0.4.13Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
parking_lot_core • 0.9.11An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.4More compact and efficient implementations of the standard synchronization primitives.DIRECT18
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
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
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
MIT1
PackageRelationDependenciesPublished
redox_syscall • 0.5.13A Rust library to access raw Redox system callsINDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.15.3 version:

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