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:
parent
29c5435e1a
commit
1e152dc26d
14 changed files with 261 additions and 890 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue