Crates.io | beancount-account |
lib.rs | beancount-account |
version | 0.1.0 |
source | src |
created_at | 2023-10-30 13:42:07.506639 |
updated_at | 2023-10-30 13:42:07.506639 |
description | Borrowed and owned strings following the Beancount rules for account names |
homepage | |
repository | https://nest.pijul.com/korrat/beancount-importers |
max_upload_size | |
id | 1018489 |
size | 30,360 |
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.