licenses.dev

stacker v0.1.23

A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT17
PackageRelationDependenciesPublished
cc • 1.2.57A 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. DIRECT2
cfg-if • 1.0.4A 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
find-msvc-tools • 0.1.9Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
libc • 0.2.183Raw FFI bindings to platform libraries like libc.DIRECT0
object • 0.37.3A unified interface for reading and writing object file formats.INDIRECT1
psm • 0.1.30Portable Stack Manipulation: stack manipulation and introspection routinesDIRECT6
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
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-sys • 0.59.0Rust for WindowsDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
ar_archive_writer • 0.5.1A writer for object file ar archivesINDIRECT2
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.8.0Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.23 version:

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