summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-21 11:45:16 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-21 11:45:16 +0800
commitaac64480aa68dadb87cf9649c04571bf39cff29c (patch)
treefadff76fc5f30a41ff9edfb88c62b4224155f6c1 /src/lib.rs
parent081e3d2ed8d3f9b4e4d6fd864283a4230e09b25a (diff)
bump version
This bumping of version is insignificant. I just find it notable that I seem to finally obtain a version without trivial bugs. Hooray!
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5412ed7..b7252a3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -480,6 +480,9 @@ extern "C" fn parser_parse(
match forest {
Ok(forest) => {
+ // use graph::Graph;
+ // forest.print_viz("test forest.gv").unwrap();
+
Box::leak(parser_box);
let mut bytes = bytes::forest_to_bytes(&forest);