# 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.