backspace_common/lib.rs
1// Copyright 2024-2025 Gabriel Bjørnager Jensen.
2//
3// This file is part of Backspace.
4//
5// Backspace is free software: you can redistribute
6// it and/or modify it under the terms of the GNU
7// Affero General Public License as published by
8// the Free Software Foundation, either version 3
9// of the License, or (at your option) any later
10// version.
11//
12// Backspace is distributed in the hope that it
13// will be useful, but WITHOUT ANY WARRANTY; with-
14// out even the implied warranty of MERCHANTABILITY
15// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16// Affero General Public License for more details.
17//
18// You should have received a copy of the GNU Af-
19// fero General Public License along with Back-
20// space. If not, see
21// <https://www.gnu.org/licenses/>.
22
23//! Backspace common structures.
24
25#![no_std]