licenses.dev

portable-atomic v1.12.0

Portable atomic types including support for 128-bit atomics, atomic float, etc.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT23
PackageRelationDependenciesPublished
build-context • 0.1.3Make build environment/target information available as constants in normal libraries and binaries. DIRECT0
cc • 1.0.99A 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. INDIRECT3
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. INDIRECT0
critical-section • 1.2.0Cross-platform critical sectionDIRECT0
crossbeam-utils • 0.8.16Utilities for concurrent programmingDIRECT1
fastrand • 2.3.0A simple and fast random number generatorDIRECT0
getrandom • 0.2.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
libc • 0.2.163Raw FFI bindings to platform libraries like libc. DIRECT0
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
paste • 1.0.15Macros for all your token pasting needsDIRECT0
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.42Quasi-quoting macro quote!(...)INDIRECT2
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT5
rustversion • 1.0.22Conditional compilation according to rustc compiler versionDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
sptr • 0.3.2sptr: The Strict Provenance PolyfillDIRECT0
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.DIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsDIRECT1
MIT1
PackageRelationDependenciesPublished
crabgrind • 0.1.12Rust bindings to "Valgrind Client Request" interfaceDIRECT4
MIT OR Unlicense1
PackageRelationDependenciesPublished
quickcheck • 1.0.3Automatic property based testing with shrinking.DIRECT6
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.22Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.12.0 version:

[![licenses](https://licenses.dev/b/cargo/portable-atomic/1.12.0)](https://licenses.dev/cargo/portable-atomic/1.12.0)
<a href="https://licenses.dev/cargo/portable-atomic/1.12.0">
  <img src="https://licenses.dev/b/cargo/portable-atomic/1.12.0" alt="licenses" />
</a>
GitHub