badgelib 0.1.1

A library for generating badges in Rust
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod _icons;
pub(crate) mod _width;
pub(crate) mod badge;
pub(crate) mod param;
pub(crate) mod utils;

pub use badge::Badge;
pub use param::{Color, Period};