chiark / gitweb /
changelog: document further make-release changes
[otter.git] / support / prelude.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 // See Import Structure Doctrine in src/prelude.rs
6
7 pub use crate::crates::*;
8 pub use crate::imports::*;
9
10 pub use otter_base::crates::*;
11 pub use otter_base::imports::*;
12