white_rabbit 0.1.1

Task scheduler, allowing timed execution, repeated or not.
Documentation
1
2
3
4
5
use skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}