add Byte to replace Int when appropriate

This commit is contained in:
Mark
2024-04-15 14:07:05 +02:00
parent a1c585a30d
commit 45a46f32a5
10 changed files with 28 additions and 14 deletions

View File

@@ -74,6 +74,7 @@ impl Config {
};
}
init_d!(data::bool::BoolT);
init_d!(data::byte::ByteT);
init_d!(data::int::IntT);
init_d!(data::float::FloatT);
init_d!(data::string::StringT);