diff --git a/src/lib.rs b/src/lib.rs index ada6f94..737df8b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ pub use stack::{Stack, StackSource}; #[cfg(not(test))] mod std { pub use core::*; } -mod context; +pub mod context; pub mod stack; mod arch;