Partitioned ac-library-rs.
ac-library-rs-parted is a collection of 17 crates that use modules from the real ac-library-rs.
//! Module-level document from the original ac-library-rs
extern crate __acl_bar as bar;
extern crate __acl_baz as baz;
pub use self::foo::*;
mod foo {
// The correspond `foo.rs` file that was modified as follows:
//
// - Replace `pub(crate)` to `pub`.
// - Indent if it has no multi-line literals.
}
❯ cargo update --manifest-path ./xtask/Cargo.toml && cargo xtask
Licensed under CC0-1.0.