parking_lot
Cargov0.12.5More compact and efficient implementations of the standard synchronization primitives.
Overview
parking_lot is an Cargo package that more compact and efficient implementations of the standard synchronization primitives. The latest version is 0.12.5.
Who should use it
Teams working in the Cargo ecosystem who need more compact and efficient implementations of the standard synchronization primitives and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Alternatives to parking_lot
Version history
| Version | Published | License |
|---|---|---|
| 0.12.5latest | 9 months ago | MIT OR Apache-2.0 |
| 0.12.4 | 1 year ago | MIT OR Apache-2.0 |
| 0.12.3 | 2 years ago | MIT OR Apache-2.0 |
| 0.12.2 | 2 years ago | MIT OR Apache-2.0 |
| 0.12.1 | 4 years ago | MIT OR Apache-2.0 |
| 0.12.0 | 4 years ago | Apache-2.0/MIT |
| 0.11.2 | 4 years ago | Apache-2.0/MIT |
| 0.11.1 | 5 years ago | Apache-2.0/MIT |
| 0.11.0 | 6 years ago | Apache-2.0/MIT |
| 0.10.2 | 6 years ago | Apache-2.0/MIT |
| 0.10.1 | 6 years ago | Apache-2.0/MIT |
| 0.10.0 | 6 years ago | Apache-2.0/MIT |
| 0.9.0 | 7 years ago | Apache-2.0/MIT |
| 0.8.1 | 7 years ago | Apache-2.0/MIT |
| 0.8.0 | 7 years ago | Apache-2.0/MIT |
| 0.7.1 | 7 years ago | Apache-2.0/MIT |
| 0.7.0 | 7 years ago | Apache-2.0/MIT |
| 0.6.4 | 8 years ago | Apache-2.0/MIT |
| 0.6.3 | 8 years ago | Apache-2.0/MIT |
| 0.6.2 | 8 years ago | Apache-2.0/MIT |
Maintainers
Frequently asked questions
How do I install parking_lot?
Run `cargo add parking_lot` to add parking_lot to your Cargo project.
What license is parking_lot released under?
No license was detected in parking_lot's metadata; review the repository before use.
How popular is parking_lot?
parking_lot has approximately 0 downloads per week.