Skip to content

Commit

Permalink
Re-org cynic-parser significantly (#822)
Browse files Browse the repository at this point in the history
It now has something of a public API.
  • Loading branch information
obmarg authored Jan 14, 2024
1 parent eaf4fa6 commit d8a1b4b
Show file tree
Hide file tree
Showing 24 changed files with 1,288 additions and 975 deletions.
2 changes: 1 addition & 1 deletion cynic-parser/benches/parsing-benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use criterion::{black_box, criterion_group, criterion_main, Criterion};
use cynic_parser::AstBuilder;
use cynic_parser::AstWriter;

pub fn criterion_benchmark(c: &mut Criterion) {
let input = "type MyType { field: Whatever, field: Whatever }";
Expand Down
Loading

0 comments on commit d8a1b4b

Please sign in to comment.