$ cargo build --release

+END_EXAMPLE

The resulting binary will be at =target/release/recaman-svg=. * Usage

+BEGIN_EXAMPLE

USAGE: recaman-svg [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -n, --amount Amount of Recamán points to generate. [default: 20] -w, --stroke_width Stroke width of the line in the image. [default: 1.0]

ARGS: Write SVG to OUTPUT.

+END_EXAMPLE