29 releases (15 breaking)

new 0.25.1 Nov 1, 2024
0.24.1 Oct 29, 2024
0.19.1 Jul 12, 2024
0.7.0 Feb 16, 2024
0.1.0 Mar 27, 2023

#77 in Build Utils

Download history 127/week @ 2024-07-17 142/week @ 2024-07-24 76/week @ 2024-07-31 298/week @ 2024-08-07 281/week @ 2024-08-14 140/week @ 2024-08-21 267/week @ 2024-08-28 321/week @ 2024-09-04 181/week @ 2024-09-11 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 267/week @ 2024-10-23 454/week @ 2024-10-30

1,034 downloads per month
Used in 4 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

~9–20MB
~252K SLoC