add prefix / suffix to field

This commit is contained in:
Jean-Marie Mineau 2023-08-22 17:23:36 +02:00
parent 33e770e04a
commit 5dd96fb173
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 176 additions and 22 deletions

View file

@ -1,3 +1,5 @@
pub mod constant;
pub mod core;
pub use crate::core::*;
pub use constant::*;