gigtag 0.4.1

A lightweight, textual tagging system for DJs.
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: The gigtag authors
// SPDX-License-Identifier: MPL-2.0

//! Documentation and specification

#![expect(rustdoc::invalid_rust_codeblocks)] // Do not interpret code blocks, e.g. license comments.
#![expect(rustdoc::unportable_markdown)] // TODO!?
#![doc = include_str!("../README.md")]