aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/text/mod.rs
blob: b2820e294cc4d117461d864548d5c5ca38ae76b6 (plain) (blame)
1
2
3
4
5
6
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

pub mod create;
pub mod parse;
pub mod structure;