1
2
3
4
5
6
7
8
use smol_str::SmolStr;


#[derive(Debug, Default)]
pub struct Chunk {
  // pub id: SmolStr,
  pub module_ids: Vec<SmolStr>,
}