Docs.rs
moodle-0.1.0
moodle 0.1.0
Docs.rs crate page
AGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
JacobLinCool
Dependencies
moodle_api ^0.1.0
normal
moodle_client ^0.1.0
normal
tokio ^1.32.0
normal
vergen ^8.2.5
build
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Files
moodle/
lib.rs
1
pub use
moodle_api
as
api;
2
pub use
moodle_client
as
client;