Skip to content

Commit 6e34caa

Browse files
authored
Merge pull request #17 from matsu7874/master
Describe the current development style in README.
2 parents 3328ebf + 8f8fad9 commit 6e34caa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
11
# ac-library-rs
2+
3+
ac-library-rs is a rust port of AtCoder Library (ACL).
4+
5+
See below for ACL.
6+
7+
- [AtCoder Library (ACL) - AtCoder](https://atcoder.jp/posts/517)
8+
- [AtCoder Library - Codeforces](https://codeforces.com/blog/entry/82400)
9+
10+
## Progress
11+
12+
Our first milestone is 2020/09/20, when the first ACL contest is planned.
13+
We aim to implement the same toolset as original ACL(C++) on the day.
14+
15+
We are trying to implement with the same files by referring to the original ACL's hpp.
16+
After that we try to improve our development flow, tests, or utilities.
17+
18+
## How to contribute
19+
20+
1. Create an issue or a draft PR before you start working.
21+
2. Make a PR and pass tests.
22+
23+
## More information
24+
25+
We have a slack workspace [rust-jp.rs](https://rust-jp.rs/). Please join it.

0 commit comments

Comments
 (0)