licenses.dev

ra_ap_syntax v0.0.129

Comment and whitespace preserving parser for the Rust language

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT63
PackageRelationDependenciesPublished
always-assert • 0.1.3Recoverable assertions for long-running robust applicationsINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 1.0.0A 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
countme • 3.0.1Counts the number of live instances of typesINDIRECT22
cov-mark • 2.0.0Manual coverage marks.DIRECT0
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
drop_bomb • 0.1.5A runtime guard for implementing linear types. INDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
expect-test • 1.5.0Minimalistic snapshot testing libraryDIRECT2
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.DIRECT2
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
miow • 0.4.0A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT6
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
perf-event-open-sys • 4.0.0Unsafe, direct bindings for Linux's perf_event_open system call, with associated types and constants. INDIRECT1
perf-event • 0.4.8A Rust interface to Linux performance monitoringINDIRECT2
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.DIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)DIRECT2
ra_ap_la-arena • 0.0.129Simple index-based arena without deletion.INDIRECT0
ra_ap_limit • 0.0.129TBDINDIRECT0
ra_ap_parser • 0.0.129TBDDIRECT4
ra_ap_profile • 0.0.129TBDDIRECT29
ra_ap_stdx • 0.0.129TBDDIRECT13
ra_ap_text_edit • 0.0.129TBDDIRECT3
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
rowan • 0.15.13Library for generic lossless syntax treesDIRECT25
rustc-ap-rustc_lexer • 725.0.0Automatically published version of the package `rustc_lexer` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT1
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
smol_str • 0.1.24small-string optimized string type with O(1) cloneDIRECT6
syn • 2.0.56Parser for Rust source codeINDIRECT3
text-size • 1.1.1Newtypes for text offsetsINDIRECT0
ungrammar • 1.16.1A DSL for describing concrete syntax treesDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. 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
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.28.0Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.28.0Import 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.28.0Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.28.0Import 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.28.0Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.28.0Rust for WindowsINDIRECT5
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT3
PackageRelationDependenciesPublished
dashmap • 5.4.0Blazing fast concurrent HashMap for Rust.INDIRECT20
memoffset • 0.9.1offset_of functionality for Rust structs.INDIRECT1
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
dissimilar • 1.0.9Diff library with semantic cleanup, based on Google's diff-match-patchINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.129 version:

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