Skip to content

qryxip/ac-library-rs-parted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages