licenses.dev

dynasmrt v0.5.2

A simple runtime for assembling code at runtime. Combined with the plugin crate dynasm it can be used to write JIT compilers easily.

Published on

Licenses

Learn more about license information.

Package Licenses

MPL-2.0

Dependency Licenses

Apache-2.0 OR MIT5
PackageRelationDependenciesPublished
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
memmap • 0.7.0Cross-platform Rust API for memory-mapped file IODIRECT4
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.2 version:

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