1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

use more optimized way to store things in state

This commit is contained in:
Robin Appelman 2019-08-29 16:47:32 +02:00
commit 33b8d76e88
5 changed files with 55 additions and 8 deletions

View file

@ -14,3 +14,4 @@ pub use crate::demo::{
};
pub mod demo;
mod nullhasher;