beancount-account

Crates.iobeancount-account
lib.rsbeancount-account
version0.1.0
sourcesrc
created_at2023-10-30 13:42:07.506639
updated_at2023-10-30 13:42:07.506639
descriptionBorrowed and owned strings following the Beancount rules for account names
homepage
repositoryhttps://nest.pijul.com/korrat/beancount-importers
max_upload_size
id1018489
size30,360
(korrat)

documentation

README

beacount-account

This library implement borrowed and owned strings that follow the rules for Beancount account names.

You can create these from str and String using TryFrom implementations. Doing so will check them against the same regular expression that Beancount is using.

Commit count: 0

cargo fmt