File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
You can’t perform that action at this time.
0 commit comments