1 2 3 4 5 6 7 8 9
/* * SPDX-FileCopyrightText: Oliver Tale-Yazdi <oliver@tasty.limo> * SPDX-License-Identifier: GPL-3.0-only */ /// Selection of imports that "just works". pub mod prelude { pub use typesafe_builders_derive::Builder; }