[][src]Crate fart

Re-exports

pub use failure;
pub use rand;
pub use svg;

Structs

Config

Configuration options for SVG generation.

Functions

generate

Generate an SVG with the given function f.

Type Definitions

Result

Either an Ok(T) or an Err(failure::Error).