node/visitor: add module skeleton

This commit is contained in:
Paul Stemmet 2022-04-16 13:51:35 +00:00
parent 50be670043
commit 5df8cf5cef
Signed by: Paul Stemmet
GPG Key ID: EDEA539F594E7E75
2 changed files with 6 additions and 0 deletions

View File

@ -12,3 +12,4 @@ use crate::event::types::Slice;
pub(crate) mod error;
mod graph;
mod nodes;
mod visitor;

5
src/node/visitor/mod.rs Normal file
View File

@ -0,0 +1,5 @@
/*
* This Source Code Form is subject to the terms of the
* Mozilla Public License, v. 2.0. If a copy of the MPL
* was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/