Refactoring and adding node grouping functionality

This commit is contained in:
elvis
2025-08-17 03:19:50 +02:00
parent e409a5a6c2
commit bdc97c6205
5 changed files with 294 additions and 169 deletions

View File

@ -621,13 +621,12 @@ impl Hash for RSlabel {
pub type RSassert =
crate::rsprocess::assert::dsl::RSassert<
crate::rsprocess::assert::dsl::EdgeRelablerInput>;
crate::rsprocess::assert::rsassert::EdgeRelablerInput>;
pub mod assert {
pub use crate::rsprocess::assert::dsl::*;
}
// -----------------------------------------------------------------------------
// RSBHML
// -----------------------------------------------------------------------------