https://github.com/rust-lang-ja/ac-library-rs
ac-library-rs is a rust port of AtCoder Library (ACL).
https://github.com/rust-lang-ja/ac-library-rs
atcoder-library
Last synced: about 1 year ago
JSON representation
ac-library-rs is a rust port of AtCoder Library (ACL).
- Host: GitHub
- URL: https://github.com/rust-lang-ja/ac-library-rs
- Owner: rust-lang-ja
- License: cc0-1.0
- Created: 2020-09-07T16:33:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T15:12:33.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:06:58.885Z (about 1 year ago)
- Topics: atcoder-library
- Language: Rust
- Homepage:
- Size: 265 KB
- Stars: 233
- Watchers: 14
- Forks: 29
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ac-library-rs
[](https://github.com/rust-lang-ja/ac-library-rs/actions?workflow=CI)
[](https://www.rust-lang.org)
[](https://crates.io/crates/ac-library-rs)
[](https://crates.io/crates/ac-library-rs)
ac-library-rs is a rust port of AtCoder Library (ACL).
See below for ACL.
- [AtCoder Library (ACL) - AtCoder](https://atcoder.jp/posts/517)
- [AtCoder Library - Codeforces](https://codeforces.com/blog/entry/82400)
## Progress
We are trying to keep up with the original ACL, to make APIs user-friendly, to fix known bugs, and so on.
- [Track the recent changes in atcoder/ac-library #91](https://github.com/rust-lang-ja/ac-library-rs/issues/91)
- [Write rustdoc #75](https://github.com/rust-lang-ja/ac-library-rs/issues/75)
- [Segtree: Monoid BitOrOper/BitAndOper/BitXorOper, FromIterator, get\_slice #115](https://github.com/rust-lang-ja/ac-library-rs/pull/115)
- [u32 modulo fix #112](https://github.com/rust-lang-ja/ac-library-rs/pull/112)
However, we can't afford to do all of these things by ourselves.
If you are using ac-library-rs, are familiar with competitive programming, and can find time, please help us.
## How to contribute
1. Create an issue or a draft PR before you start working.
2. Make a PR and pass tests.
## More information
We have a Zulip organization [rust-jp.rs](https://rust-jp.rs/).
All of the streams and topics are visible without logging in.
If you like, please join it.
We are discussing this project in [`#競プロ > ac-library-rs`](https://rust-lang-jp.zulipchat.com/#narrow/stream/334326-.E7.AB.B6.E3.83.97.E3.83.AD/topic/ac-library-rs).