klirr-core 0.2.1

Zero-maintenance and smart FOSS generating beautiful invoices for services and expenses.
Documentation
1
2
3
pub trait Select {
    fn includes(&self, target: Self) -> bool;
}