Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

README.md
<!--
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.