licenses.dev

detour v0.6.0

A cross-platform detour library written in Rust

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-2-Clause

Dependency Licenses

Apache-2.0 OR MIT11
PackageRelationDependenciesPublished
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
boolinator • 2.4.0Provides the Boolinator trait, which lets you use Option and Result-style combinators with bools.DIRECT0
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 • 0.1.10A 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. DIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
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
MIT7
PackageRelationDependenciesPublished
generic-array • 0.12.4Generic types implementing functionality of arraysDIRECT1
libudis86-sys • 0.2.1Low-level bindings to libudis86, the x86 disassemblerDIRECT3
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.DIRECT0
mmap-fixed • 0.1.6A library for dealing with memory-mapped I/O This is a fork of a fork of the original rust-mmap with updated dependencies and a fix for the Windows version. This exists only because there are no other alternative crates for `MAP_FIXED` allocations. DIRECT4
region • 2.2.0Cross-platform virtual memory APIDIRECT6
slice-pool • 0.3.4A library for using a slice as a memory poolDIRECT0
tap • 0.3.1Generic extensions for tapping values in RustDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.0 version:

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