global: snapshot

This commit is contained in:
nym21
2025-02-28 11:52:25 +01:00
parent 5b1ca3711a
commit 1b93ccf608
35 changed files with 460 additions and 271 deletions
+14
View File
@@ -1,3 +1,5 @@
#![doc = include_str!("../../../README.md")]
#[cfg(feature = "core")]
pub mod core {
#[doc(inline)]
@@ -10,6 +12,12 @@ pub mod computer {
pub use brk_computer::*;
}
#[cfg(feature = "exit")]
pub mod exit {
#[doc(inline)]
pub use brk_exit::*;
}
#[cfg(feature = "fetcher")]
pub mod fetcher {
#[doc(inline)]
@@ -39,3 +47,9 @@ pub mod server {
#[doc(inline)]
pub use brk_server::*;
}
#[cfg(feature = "vec")]
pub mod vec {
#[doc(inline)]
pub use brk_vec::*;
}