Method refactor now compiles
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
2026-01-29 16:28:57 +01:00
parent 534f08b45c
commit cdcca694c5
22 changed files with 487 additions and 284 deletions

View File

@@ -3,15 +3,18 @@ use orchid_api as api;
pub mod atom;
pub mod ctx;
pub mod dealias;
#[cfg(feature = "tokio")]
pub mod dylib;
pub mod execute;
pub mod expr;
pub mod expr_store;
pub mod extension;
pub mod inline;
pub mod lex;
pub mod logger;
pub mod parse;
pub mod parsed;
#[cfg(feature = "tokio")]
pub mod subprocess;
mod sys_parser;
pub mod system;