global: snapshot

This commit is contained in:
nym21
2025-03-01 15:22:34 +01:00
parent 1b93ccf608
commit 6d7ff38cf2
40 changed files with 936 additions and 768 deletions
+6
View File
@@ -42,6 +42,12 @@ pub mod parser {
pub use brk_parser::*;
}
#[cfg(feature = "query")]
pub mod query {
#[doc(inline)]
pub use brk_query::*;
}
#[cfg(feature = "server")]
pub mod server {
#[doc(inline)]
-3
View File
@@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}