1
0
mirror of https://github.com/rm-dr/datapath.git synced 2025-12-10 05:14:13 -08:00
This commit is contained in:
2025-12-04 09:14:04 -08:00
committed by Mark
parent d787e67e55
commit efac8fd2d5
3 changed files with 5 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ use tracing::trace;
use trie_rs::map::{Trie, TrieBuilder};
mod rule;
pub use rule::Rule;
/// A path segment in an [`AnyDatapath`]
#[derive(Debug, Clone, Hash, PartialEq, Eq)]