Parser for assert
This commit is contained in:
@ -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
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user