1
2
3
4
5
6
7
8
9
10
11
/*
 * SPDX-FileCopyrightText: Oliver Tale-Yazdi <oliver@tasty.limo>
 * SPDX-License-Identifier: GPL-3.0-only
 */

#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))]

/// Selection of imports that "just work".
pub mod prelude {
	pub use typesafe_builders_derive::Builder;
}