competitive-programming-rs 0.1.14

Competitive Programming Library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.4.2"

[package]
authors = ["kenkoooo"]
description = "Competitive Programming Library in Rust"
documentation = "https://docs.rs/competitive-programming-rs"
exclude = ["assets/*"]
homepage = "https://docs.rs/competitive-programming-rs"
license-file = "LICENSE"
name = "competitive-programming-rs"
readme = "README.md"
repository = "https://github.com/kenkoooo/competitive-programming-rs"
version = "0.1.14"