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

merge codegen into main crate

This commit is contained in:
Robin Appelman 2024-02-01 00:31:23 +01:00 committed by Bash
commit 1e152dc26d
14 changed files with 261 additions and 890 deletions

View file

@ -9,6 +9,8 @@ pub use crate::demo::{
Demo, Stream,
};
#[cfg(feature = "codegen")]
pub mod codegen;
pub(crate) mod consthash;
pub mod demo;
pub(crate) mod nullhasher;