moving ECB to a separate proto file

This commit is contained in:
Priec
2026-07-18 15:20:32 +02:00
parent 9048b88677
commit 0c113831ef
7 changed files with 759 additions and 9 deletions

View File

@@ -23,6 +23,9 @@ pub mod proto {
pub mod document_data {
include!("proto/komp_ac.document_data.rs");
}
pub mod ecb {
include!("proto/komp_ac.ecb.rs");
}
pub mod table_structure {
include!("proto/komp_ac.table_structure.rs");
}