utils: Adding additional helpers

This commit is contained in:
Victoria Brekenfeld 2022-07-04 15:27:08 +02:00
parent 06d5989223
commit a088f7fd6e
4 changed files with 108 additions and 43 deletions

6
src/utils/mod.rs Normal file
View file

@ -0,0 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-only
mod ids;
pub(crate) use self::ids::id_gen;
pub mod prelude;