licenses.dev

proc-macro2 v1.0.95

A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT14
PackageRelationDependenciesPublished
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
crossbeam-deque • 0.8.8Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.21Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.23Utilities for concurrent programmingINDIRECT0
either • 1.18.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
filetime • 0.2.29Platform-agnostic accessors of timestamps in File metadata INDIRECT2
flate2 • 1.1.10DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. DIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
quote • 1.0.47Quasi-quoting macro quote!(...)DIRECT15
rayon-core • 1.13.0Core APIs for RayonINDIRECT3
rayon • 1.12.0Simple work-stealing parallelism for RustDIRECT5
rustversion • 1.0.23Conditional compilation according to rustc compiler versionDIRECT0
tar • 0.4.40A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. DIRECT4
xattr • 1.1.1unix extended filesystem attributesINDIRECT1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.95 version:

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