mc-exam-randomizer 0.3.0

This is a library that help produce a randomized multiple choice (mc) exam.
Documentation
1
2
3
4
5
pub mod examreader;
pub use examreader::*;
pub mod constants;
pub mod errors;
pub mod shuffler;