remediate 0.2.1

Library for thinking and learning
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod archive;
pub mod deck;
pub mod schedule;
pub mod session;
#[macro_use]
pub mod workspace;

#[cfg(test)]
mod tests;

use std::rc::Rc;
use workspace::{AsComponents, Component, IntoComponents, Root};

root!(pub type RemedyRoot = [".rem"]);