Docs.rs
autograde-rs-0.1.0
autograde-rs 0.1.0
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
taotien
yzhou216
Dependencies
anyhow ^1.0.89
normal
clap ^4.5.17
normal
dirs ^5.0.1
normal
env_logger ^0.11.5
normal
log ^0.4.22
normal
miette ^7.2.0
normal
serde ^1.0.210
normal
similar ^2.6.0
normal
thiserror ^1.0.64
normal
tokio ^1.40.0
normal
toml ^0.8.19
normal
Versions
3.57%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
autograde_rs/
lib.rs
1
#![allow(unused)]
2
3
pub mod
build;
4
pub mod
config;
5
pub mod
unit;