added binary-safe (hopefully) pipe for upcoming dylib extension support

This commit is contained in:
2025-12-12 17:32:01 +01:00
parent 85d45cf0ef
commit 0f89cde246
3 changed files with 277 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ pub mod msg;
pub mod name;
pub mod number;
pub mod parse;
pub mod pipe;
pub mod pure_seq;
pub mod reqnot;
pub mod sequence;