Created
September 11, 2023 20:12
-
-
Save siman-man/129c83b2d32a1e25fe930b11ef3cbc82 to your computer and use it in GitHub Desktop.
atcoder で使用できる crate 一覧
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "main" | |
version = "0.0.0" | |
edition = "2021" | |
publish = false | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
[dependencies] | |
# 202301から: | |
ac-library-rs = "=0.1.1" | |
once_cell = "=1.18.0" | |
static_assertions = "=1.1.0" | |
varisat = "=0.2.2" | |
memoise = "=0.3.2" | |
argio = "=0.2.0" | |
bitvec = "=1.0.1" | |
counter = "=0.5.7" | |
hashbag = "=0.1.11" | |
pathfinding = "=4.3.0" | |
recur-fn = "=2.2.0" | |
indexing = { version = "=0.4.1", features = ["experimental_pointer_ranges"] } | |
amplify = { version = "=3.14.2", features = ["c_raw", "rand", "stringly_conversions"] } | |
amplify_derive = "=2.11.3" | |
amplify_num = { version = "=0.4.1", features = ["std"] } | |
easy-ext = "=1.0.1" | |
multimap = "=0.9.0" | |
btreemultimap = "=0.1.1" | |
bstr = "=1.6.0" | |
az = "=1.2.1" | |
glidesort = "=0.1.2" | |
tap = "=1.0.1" | |
omniswap = "=0.1.0" | |
multiversion = "=0.7.2" | |
# 202004から続投: | |
num = "=0.4.1" | |
num-bigint = "=0.4.3" | |
num-complex = "=0.4.3" | |
num-integer = "=0.1.45" | |
num-iter = "=0.1.43" | |
num-rational = "=0.4.1" | |
num-traits = "=0.2.15" | |
num-derive = "=0.4.0" | |
ndarray = "=0.15.6" | |
nalgebra = "=0.32.3" | |
alga = "=0.9.3" | |
libm = "=0.2.7" | |
rand = { version = "=0.8.5", features = ["small_rng", "min_const_gen"] } | |
getrandom = "=0.2.10" | |
rand_chacha = "=0.3.1" | |
rand_core = "=0.6.4" | |
rand_hc = "=0.3.2" | |
rand_pcg = "=0.3.1" | |
rand_distr = "=0.4.3" | |
petgraph = "=0.6.3" | |
indexmap = "=2.0.0" | |
regex = "=1.9.1" | |
lazy_static = "=1.4.0" | |
ordered-float = "=3.7.0" | |
ascii = "=1.1.0" | |
permutohedron = "=0.2.4" | |
superslice = "=1.0.0" | |
itertools = "=0.11.0" | |
itertools-num = "=0.1.3" | |
maplit = "=1.0.2" | |
either = "=1.8.1" | |
im-rc = "=15.1.0" | |
fixedbitset = "=0.4.2" | |
bitset-fixed = "=0.1.0" | |
proconio = { version = "=0.4.5", features = ["derive"] } | |
text_io = "=0.1.12" | |
rustc-hash = "=1.1.0" | |
smallvec = { version = "=1.11.0", features = ["const_generics", "const_new", "write", "union", "serde", "arbitrary"] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment