| Crates.io | maniac |
| lib.rs | maniac |
| version | 0.1.0 |
| created_at | 2025-11-20 01:59:01.944321+00 |
| updated_at | 2025-11-20 01:59:01.944321+00 |
| description | Massively scalable Rust async runtime |
| homepage | |
| repository | https://github.com/bisque-io/bop |
| max_upload_size | |
| id | 1941045 |
| size | 36,669 |
Massively scalable Rust async runtime with advanced features for building high-performance distributed systems.
maniac-runtime for M:N threading and stackful coroutinesuse maniac::Runtime;
#[maniac::main]
async fn main() {
// Your async code here
println!("Hello from maniac!");
}
Licensed under either of:
at your option.