chiark / gitweb /
changelog: document further make-release changes
[otter.git] / support / lib.rs
1 // Copyright 2020-2021 Ian Jackson and contributors to Otter
2 // SPDX-License-Identifier: AGPL-3.0-or-later
3 // There is NO WARRANTY.
4
5 pub mod crates;
6 pub mod imports;
7 pub mod prelude;
8
9 pub mod authproofs;
10 pub mod childio;
11 pub mod config;
12 pub mod debugmutex;
13 pub mod digestrw;
14 pub mod keydata;
15 pub mod packetframe;
16 pub mod progress;
17 pub mod support;
18 pub mod termprogress;
19 pub mod timedfd;
20 pub mod tz;
21
22 #[path = "fake-rng.rs"]           pub mod fake_rng;
23 #[path = "fake-time.rs"]          pub mod fake_time;
24 #[path = "slotmap-slot-idx.rs"]   pub mod slotmap_slot_idx;
25 #[path = "toml-de.rs"]            pub mod toml_de;