chiark / gitweb /
Revert "Fix publish version"
[hippotat.git] / src / lib.rs
1 // Copyright 2021-2022 Ian Jackson and contributors to Hippotat
2 // SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
3 // There is NO WARRANTY.
4
5 pub mod prelude;
6
7 pub mod config;
8 pub mod ipif;
9 pub mod multipart;
10 pub mod slip;
11 pub mod reporter;
12 pub mod queue;
13 pub mod types;
14 pub mod utils;
15
16 pub mod ini;