osh_dir_std 0.8.4

Helps humans and machines deal with the *OSH directory standard*: <https://github.com/hoijui/osh-dir-std>
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2022 Robin Vobruba <hoijui.quaero@gmail.com>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

#![allow(clippy::needless_raw_string_hashes)]
#![allow(clippy::trivial_regex)]
#![allow(clippy::cast_precision_loss)]

include!(concat!(env!("OUT_DIR"), "/data_gen.rs"));