Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T19:02:21.000Z (9 months ago)
- Last Synced: 2024-08-09T17:12:17.609Z (3 months ago)
- Topics: atcoder-library
- Language: Rust
- Homepage:
- Size: 236 KB
- Stars: 214
- Watchers: 15
- Forks: 26
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ac-library-rs
[![CI](https://github.com/rust-lang-ja/ac-library-rs/workflows/CI/badge.svg)](https://github.com/rust-lang-ja/ac-library-rs/actions?workflow=CI)
[![Rust 2018 1.70.0+](https://img.shields.io/badge/rust%202018-1.70.0+-lightgray.svg)](https://www.rust-lang.org)
[![Crates.io](https://img.shields.io/crates/v/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs)
[![License](https://img.shields.io/crates/l/ac-library-rs.svg)](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).