2 unstable releases
0.5.0 | Feb 19, 2025 |
---|---|
0.1.0 | Jan 23, 2025 |
#1984 in Parser implementations
125 downloads per month
Used in 2 crates
(via chaste)
82KB
2K
SLoC
Chaste parses Bun lockfiles.
Development status: alpha.
This crate contains the implementation for Bun only: The text-based bun.lock
format.
No support for bun.lockb
or yarn.lock
(for that one, see the chaste-yarn
crate).
You're probably interested in the chaste
crate,
which re-exposes this crate.
Documentation: https://docs.rs/chaste-bun
- Main crate:
chaste
crate - CLI:
chaste-cli
crate - Types package:
chaste-types
crate - Bun implementation:
chaste-bun
crate - npm implementation:
chaste-npm
crate - pnpm implementation:
chaste-pnpm
crate - yarn implementation:
chaste-yarn
crate
Dependencies
~7.5MB
~153K SLoC