Skip to content

Commit b309620

Browse files
committed
Update Cargo.toml
1 parent 01742fd commit b309620

File tree

1 file changed

+43
-31
lines changed

1 file changed

+43
-31
lines changed

Cargo.toml

Lines changed: 43 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,88 +15,100 @@ path = "src/main.rs"
1515
# 次のページに各クレートについての細かい紹介があります。
1616
# https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/2020-Update
1717

18-
# 入出力改善
19-
proconio = { version = "=0.3.4", features = ["derive"] }
20-
21-
# 数値関連のサポート強化
18+
# 数値型の抽象化、多倍長整数、複素数、分数、及び整数型の拡張
2219
#num = "=0.2.1"
23-
#num-bigint = "=0.2.5"
20+
#num-bigint = "=0.2.6"
2421
#num-complex = "=0.2.4"
2522
#num-integer = "=0.1.42"
2623
#num-iter = "=0.1.40"
27-
#num-rational = "=0.2.3"
24+
#num-rational = "=0.2.4"
2825
#num-traits = "=0.2.11"
26+
27+
# `num-traits`の自動実装
2928
#num-derive = "=0.3.0"
3029

31-
# 多次元配列
30+
# NumPyの`ndarray`のような多次元配列
3231
#ndarray = "=0.13.0"
3332

3433
# 線形代数
35-
#nalgebra = "=0.19.0"
36-
#alga = "=0.9.2"
34+
#nalgebra = "=0.20.0"
3735

38-
# 数学関数
36+
# (線形)代数の抽象化
37+
#alga = "=0.9.3"
38+
39+
# libmのRust実装
3940
#libm = "=0.2.1"
4041

4142
# 乱数
4243
#rand = { version = "=0.7.3", features = ["small_rng"] }
4344
#getrandom = "=0.1.14"
44-
#rand_chacha = "=0.2.1"
45+
#rand_chacha = "=0.2.2"
4546
#rand_core = "=0.5.1"
4647
#rand_hc = "=0.2.0"
4748
#rand_pcg = "=0.2.1"
49+
50+
# 乱数の分布の追加
4851
#rand_distr = "=0.2.2"
4952

5053
# グラフ
5154
#petgraph = "=0.5.0"
5255

53-
# 順序を保持する連想配列
54-
#indexmap = "=1.3.0"
56+
# 挿入順を保持するhash table
57+
#indexmap = "=1.3.2"
5558

5659
# 正規表現
57-
#regex = "=1.3.3"
60+
#regex = "=1.3.6"
5861

59-
# 遅延初期化グローバル変数
62+
# staticアイテムの遅延初期化
6063
#lazy_static = "=1.4.0"
6164

62-
# 浮動小数点数の Ord, Eq 実装
65+
# `NotNan<f64>`, `OrderedFloat<f64>`
6366
#ordered-float = "=1.0.2"
6467

65-
# ASCII 文字列の取り扱いの強化
68+
# ASCII文字列
6669
#ascii = "=1.0.0"
6770

68-
# 順列
71+
# permutation
6972
#permutohedron = "=0.2.4"
7073

71-
# スライスの強化
74+
# スライスの拡張
7275
#superslice = "=1.0.0"
7376

74-
# イテレータの強化
75-
#itertools = "=0.8.2"
77+
# イテレータの拡張
78+
#itertools = "=0.9.0"
79+
80+
# イテレータの拡張(一次元累積和と浮動小数点数の等差数列)
7681
#itertools-num = "=0.1.3"
7782

78-
# コレクションを生成するマクロ
83+
# `BTreeMap`, `BTreeSet`, `HashMap`, `HashSet`のリテラル用マクロ
7984
#maplit = "=1.0.2"
8085

81-
# インスタント enum
86+
# 即席enum `Either<L, R>`
8287
#either = "=1.5.3"
8388

84-
# 永続データ構造
85-
#im-rc = "=14.1.0"
89+
# `BTreeMap`, `BTreeSet`, `HashMap`, `HashSet`, `Vec`の永続データ構造版
90+
#im-rc = "=14.3.0"
8691

87-
# ビットで管理する集合
92+
# 可変長bit set
8893
#fixedbitset = "=0.2.0"
94+
95+
# 可変長bit set
8996
#bitset-fixed = "=0.1.0"
9097

91-
# 入力ライブラリ
92-
#text_io = "=0.1.7"
98+
# 競技プログラミングの入出力サポートその1
99+
proconio = { version = "=0.3.6", features = ["derive"] }
100+
101+
# 競技プログラミングの入出力サポートその2
102+
#text_io = "=0.1.8"
103+
104+
# 競技プログラミングの入出力サポートその3
93105
#whiteread = "=0.5.0"
94106

95107
# 高速なハッシュ関数
96-
#rustc-hash = "=1.0.1"
108+
#rustc-hash = "=1.1.0"
97109

98-
# 少量向けに最適化された Vec
99-
#smallvec = "=1.1.0"
110+
# ある長さまでは要素を「直に」持つ可変長配列
111+
#smallvec = "=1.2.0"
100112

101113
# ---------------------------------------------------------------------
102114

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy