Parser for assert

This commit is contained in:
elvis
2025-08-18 20:39:43 +02:00
parent eb94964677
commit 331635981a
3 changed files with 191 additions and 160 deletions

View File

@ -620,13 +620,17 @@ impl Hash for RSlabel {
// -----------------------------------------------------------------------------
pub type RSassert =
crate::rsprocess::assert::dsl::RSassert<
crate::rsprocess::assert::rsassert::EdgeRelablerInput>;
crate::rsprocess::assert::rsassert::useful_types_edge_relabeler::RSassert;
pub mod assert {
pub use crate::rsprocess::assert::dsl::*;
}
/// Export of useful values from submodule of submodule
pub mod rsassert {
pub use crate::rsprocess::assert::rsassert::useful_types_edge_relabeler::*;
}
// -----------------------------------------------------------------------------
// RSBHML
// -----------------------------------------------------------------------------