Prohibiting set

This commit is contained in:
elvis
2025-08-27 23:58:43 +02:00
parent 8b0fbcee00
commit a0f4297774
12 changed files with 291 additions and 77 deletions

View File

@ -4,11 +4,11 @@ use serde::{Serialize, Deserialize};
use std::collections::HashMap;
use std::fmt;
use super::element::IdType;
/// precision for printing frequencies
pub static PRECISION: &usize = &2;
pub type IdType = u32;
/// Structure that keeps track of association string and id. Ids given
/// sequentially from 0.
#[derive(Clone, Debug, Serialize, Deserialize)]