algohub-server 0.1.18

Extremely fast async online judge backend based on Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod account;
pub mod asset;
pub mod category;
pub mod contest;
pub mod error;
pub mod organization;
pub mod problem;
pub mod response;
pub mod shared;
pub mod solution;
pub mod submission;
pub use shared::*;