Even more work on datastore

This commit is contained in:
red binder 2026-04-20 14:06:04 +02:00
commit 08fac7af03
20 changed files with 327 additions and 504 deletions

View file

@ -37,6 +37,7 @@ pub mod ranking;
pub mod rmc_struct;
pub mod string;
pub mod variant;
pub mod resultsrange;
pub trait RmcSerialize {
fn serialize(&self, writer: &mut impl Write) -> Result<()>;