Cargo.toml
toml [dependencies] prcn_lib = "*" // <- specify version
rust use prcn_lib;
SegmentTree
FenwickTree
Accumlate
UnionFind
Eratosthenes Sieve based
Trial Division based