gliders 0.0.1

Lazy Rust for people in a hurry.
Documentation
[dependencies]

[lib]
name = "gliders"
path = "src/lib.rs"

[package]
authors = ["Glenn Wallace glennw-coding@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "mathematics", "rust-patterns", "concurrency"]
description = "Lazy Rust for people in a hurry."
edition = "2024"
keywords = ["utility", "ergonomics", "abstractions", "concurrency", "memory"]
license = "MIT"
license-file = "LICENSE"
name = "gliders"
readme = "README.md"
repository = "https://github.com/Stack-Syndicate/gliders"
version = "0.0.1"