acc 0.4.1

plaintext double-entry accounting command line tool
Documentation
1
2
3
4
5
6
/// A comment's textual content. The source line is carried by the
/// enclosing `Located<Comment>` wrapper.
#[derive(Debug, Clone)]
pub struct Comment {
    pub text: String,
}