| Crates.io | atlas-ctx |
| lib.rs | atlas-ctx |
| version | 0.3.1 |
| created_at | 2025-12-21 02:42:38.071563+00 |
| updated_at | 2025-12-21 05:43:04.034795+00 |
| description | An asynchronous task context management library |
| homepage | |
| repository | https://github.com/ast-24/mod_rust_atlas |
| max_upload_size | |
| id | 1997229 |
| size | 259,778 |
An experimental asynchronous task context management library for Rust.
⚠️ Warning: This library is experimental and unstable. The API may change significantly between versions. Use in production at your own risk.
Add this to your Cargo.toml:
[dependencies]
atlas-ctx = "0.1"
use atlas::{Atlas, Builder};
#[tokio::main]
async fn main() {
let atlas = Builder::new().build();
// Create and manage async task contexts
// See documentation for more details
}
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Contributions are welcome! Please note that this is an experimental project and the API is subject to change.