754VVGV6CQBDTOZYXDXJHYSUWKGPHRT2LGH6Y23DSDJVDF5OBK3QC
# 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.
name = "beancount-account"
description = "Borrowed and owned strings following the Beancount rules for account names"
name = "beancount-account"
version = "0.1.0"
publish = true
license = "EUPL-1.2"
repository = "https://nest.pijul.com/korrat/beancount-importers"