🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
at main 6 lines 128 B view raw
1mod asynchronous; 2mod sync; 3 4#[allow(clippy::module_name_repetitions)] 5pub use asynchronous::AsyncModule; 6pub use sync::Module;