library_checker/
lib.rs

1#![allow(clippy::many_single_char_names)]
2
3//! Verification of [`competitive` crate] by [Library-Checker]
4//!
5//! [verification summary]
6//!
7//! [`competitive` crate]: ../competitive/index.html
8//! [Library-Checker]: https://judge.yosupo.jp
9//! [verification summary]: ?search=verify
10
11pub mod datastructure;
12pub mod graph;
13pub mod math;
14pub mod sample;
15pub mod string;