mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-17 05:05:03 +01:00
benchmark and improve method parsing
This commit is contained in:
parent
186f744715
commit
45196c722c
10 changed files with 593 additions and 210 deletions
|
|
@ -3,10 +3,10 @@ use heck::ToUpperCamelCase;
|
|||
|
||||
pub(super) fn codegen_random(amqp: &Amqp) {
|
||||
println!(
|
||||
"#[cfg(test)]
|
||||
"
|
||||
mod random {{
|
||||
use rand::Rng;
|
||||
use crate::methods::tests::RandomMethod;
|
||||
use crate::methods::RandomMethod;
|
||||
use super::*;
|
||||
"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue