d3vlog 0.7.0

A tiny developer journal that lives in your terminal
1
2
3
4
5
pub enum SetStatusResult {
    NotFound,
    Updated,
    NoChange,
}