29 releases (15 breaking)

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

#76 in Build Utils

Download history 134/week @ 2024-07-26 187/week @ 2024-08-02 290/week @ 2024-08-09 237/week @ 2024-08-16 216/week @ 2024-08-23 272/week @ 2024-08-30 183/week @ 2024-09-06 178/week @ 2024-09-13 256/week @ 2024-09-20 134/week @ 2024-09-27 86/week @ 2024-10-04 190/week @ 2024-10-11 98/week @ 2024-10-18 339/week @ 2024-10-25 497/week @ 2024-11-01 215/week @ 2024-11-08

1,171 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

~9–19MB
~250K SLoC