Relocate all files into separate module

This commit is contained in:
elvis
2025-08-17 01:25:35 +02:00
parent 4816c8af25
commit c27610877d
7 changed files with 209 additions and 215 deletions

View File

@ -620,11 +620,11 @@ impl Hash for RSlabel {
// -----------------------------------------------------------------------------
pub type RSassert =
crate::rsprocess::assert::RSassert<
crate::rsprocess::assert::EdgeRelablerInput>;
crate::rsprocess::assert::dsl::RSassert<
crate::rsprocess::assert::dsl::EdgeRelablerInput>;
pub mod assert {
pub use crate::rsprocess::assert::*;
pub use crate::rsprocess::assert::dsl::*;
}