radicle-heartwood-lfs/crates/radicle-cli
Matthias Beyer ff021d5889 cli: Rewrite `#[path="…"]` module declarations
Rewrite module declarations that use the `#[path="…"]` annotation
to the more idomatic `pub mod …` + `pub use …` forms.

For the "self" module, that is not possible because `self` is an
identifier in Rust, and also `r#self` is not admissable as a raw
identifier, so stick to `rad_self`.

Files in submodules were patched as appropriate.
2025-09-10 21:09:29 +02:00
..
examples cli/self: Stop printing information about the node 2025-09-04 17:12:19 +03:00
src cli: Rewrite `#[path="…"]` module declarations 2025-09-10 21:09:29 +02:00
tests radicle: the great Canonical rewrite 2025-08-25 18:57:50 +02:00
Cargo.toml term: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00