plottery_project 0.9.0

Project management library of Plottery, a creative coding framework for generative vector graphics and pen plotting.
Documentation
1
2
3
pub fn export_plottery_home(path: &str) -> Result<(), std::io::Error> {
    set_env_perm::check_or_set("PLOTTERY_HOME", path)
}