klirr-core 0.2.1

Zero-maintenance and smart FOSS generating beautiful invoices for services and expenses.
Documentation
1
2
3
4
5
6
use crate::prelude::*;

#[derive(Debug, Clone, PartialEq, Eq, Hash, From)]
pub enum Attachment {
    Pdf(NamedPdf),
}