34 releases (18 breaking)

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

#129 in Build Utils

Download history 98/week @ 2024-10-18 339/week @ 2024-10-25 497/week @ 2024-11-01 225/week @ 2024-11-08 87/week @ 2024-11-15 88/week @ 2024-11-22 91/week @ 2024-11-29 258/week @ 2024-12-06 345/week @ 2024-12-13 219/week @ 2024-12-20 39/week @ 2024-12-27 329/week @ 2025-01-03 120/week @ 2025-01-10 50/week @ 2025-01-17 49/week @ 2025-01-24 38/week @ 2025-01-31

315 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

~11–24MB
~354K SLoC