cotati 0.1.2

cotati is a general-purpose vector drawing interface that does not restrict binding to a back-end renderer.
Documentation
1
2
3
4
5
6
7
8
mod renderer;
pub use renderer::*;

#[cfg(test)]
mod mock;
#[cfg(test)]
#[allow(unused)]
pub use mock::*;