34 releases (18 breaking)

new 0.28.0 Jan 8, 2025
0.27.0 Dec 20, 2024
0.25.1 Nov 1, 2024
0.19.1 Jul 12, 2024
0.1.0 Mar 27, 2023

#105 in Build Utils

Download history 236/week @ 2024-09-18 156/week @ 2024-09-25 81/week @ 2024-10-02 136/week @ 2024-10-09 168/week @ 2024-10-16 266/week @ 2024-10-23 521/week @ 2024-10-30 265/week @ 2024-11-06 85/week @ 2024-11-13 97/week @ 2024-11-20 71/week @ 2024-11-27 154/week @ 2024-12-04 444/week @ 2024-12-11 253/week @ 2024-12-18 37/week @ 2024-12-25 182/week @ 2025-01-01

957 downloads per month
Used in 5 crates (2 directly)

MIT/Apache

120KB
2.5K SLoC

axoproject

crates.io docs Rust CI

A tool that handles the details of detecting a cargo/npm workspace/project at a given directory, and making sense of the structure. This should be used by dist and oranda to share that logic.

License

Licensed under either of

at your option.


lib.rs:

Shared code for gathering up information about a workspace, used by various axo.dev tools like dist and oranda.

The main entry point is WorkspaceGraph::find.

Dependencies

~12–24MB
~358K SLoC