klirr-core 0.2.1

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

#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq, Hash)]
pub enum OutputPath {
    /// Manually overridden absolute path
    AbsolutePath(PathBuf),
    /// Relative path, automatically named
    Name(String),
}