canvas-lms-api 0.4.0

Rust client for the Instructure Canvas LMS REST API
Documentation
1
2
3
4
5
6
7
// Typed parameter builder structs for each Canvas API resource.
// Each struct derives Serialize + Default so it can be passed to
// flatten_params() for query-string construction.
pub mod assignment_params;
pub mod course_params;
pub mod quiz_params;
pub mod user_params;