turtle-0.1.3 has been yanked.
turtle-rs
This crate is no longer published under the name turtle
on crates.io
A turtle graphics engine for Rust. Generates Scalable Vector Graphics (SVG) and Encapsulated PostScript (EPS) out-of-the-box.
Example
extern crate turtle;
use ;
For more examples see my Lindenmayer-system library.