ac-lib 0.1.0

A rust library for competitive programming on AtCoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ac-lib"
version = "0.1.0"
edition = "2021"
authors = ["hashisato <hashisato.dev@gmail.com>"]
description = "A rust library for competitive programming on AtCoder"
license = "MIT"
repository = "https://github.com/hashisato/ac-lib"
keywords = ["atcoder", "competitive", "algorithm", "data-structures", "programming"]
categories = ["algorithms", "data-structures"]
readme = "README.md"
documentation = "https://docs.rs/ac-lib"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]