cassie 0.1.2

A simple, limited computer algebra system written for the fun of it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod term;
mod variable;

pub use term::Term;
pub use variable::Variable;

#[cfg(test)]
mod tests {
	#[test]
	fn it_works() {
	}
}