qryxip / ac-library-rs-parted

Partitioned ac-library-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ac-library-rs-parted

CI Rust 2018 1.41.1+ Crates.io License

Partitioned ac-library-rs.

What is this?

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.
}

How to update this repository

cargo update --manifest-path ./xtask/Cargo.toml && cargo xtask

License

Licensed under CC0-1.0.

About

Partitioned ac-library-rs

License:Creative Commons Zero v1.0 Universal


Languages

Language:Rust 100.0%