<!--
SPDX-FileCopyrightText: 2023 Markus Haug (Korrat)
SPDX-FileCopyrightText: 2024 Markus Haug (Korrat)
SPDX-License-Identifier: EUPL-1.2
-->
# 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.