radicle-heartwood-lfs/crates
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
..
radicle radicle/test/fixtures: Use "radicle.xyz" as `const` 2025-09-04 16:44:05 +03:00
radicle-cli cli: Rewrite `#[path="…"]` module declarations 2025-09-10 21:09:29 +02:00
radicle-cli-test crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-cob crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-crypto fix: upgrade radicle-crypto 2025-08-13 09:20:42 +01:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch radicle-fetch: Replace manual std::matches!() impl 2025-08-27 23:12:50 +02:00
radicle-node node: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
radicle-protocol protocol/wire/test: Define `fn roundtrip` and macro 2025-08-27 12:48:11 +02:00
radicle-remote-helper crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-schemars crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-signals signals: Guard most of the crate for Unix 2025-08-22 15:19:31 +01:00
radicle-ssh release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-systemd release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-term term: Replace manual Extend impl for Table 2025-09-07 12:39:32 +02:00