File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ac-library-rs"
3
- version = " 0.1.0 "
3
+ version = " 0.2.0-alpha.1 "
4
4
edition = " 2018"
5
5
rust-version = " 1.42"
6
6
description = " A Rust port of AtCoder Library (ACL)."
7
7
license = " CC0-1.0"
8
8
repository = " https://github.com/rust-lang-ja/ac-library-rs"
9
9
keywords = [" competitive" ]
10
10
categories = [" algorithms" , " data-structures" ]
11
- publish = false
12
11
13
12
[lib ]
14
13
name = " ac_library"
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
[ ![ Rust 2018 1.42.0+] ( https://img.shields.io/badge/rust%202018-1.42.0+-lightgray.svg )] ( https://www.rust-lang.org )
5
- ![ Crates.io] ( https://img.shields.io/badge/ crates.io-not%20yet-inactive )
6
- ![ License] ( https://img.shields.io/badge/license-CC0--1.0-informational )
5
+ [ ![ Crates.io] ( https://img.shields.io/crates/v/ac-library-rs.svg )] ( https:// crates.io/crates/ac-library-rs )
6
+ [ ![ License] ( https://img.shields.io/crates/l/ac-library-rs.svg )] ( https://crates.io/crates/ac-library-rs )
7
7
8
8
ac-library-rs is a rust port of AtCoder Library (ACL).
9
9
You can’t perform that action at this time.
0 commit comments