Spacebadgers
Library for generating SVG badges. It powers badgers.space.
Examples
use BadgeBuilder;
// Generate a badge with the default color palette
let badge_svg = new
.label
.status
.build
.svg;
// Print the SVG code to stdout
println!;