foofighters 0.1.0

A lightweight, work-stealing thread pool.
Documentation
[dependencies.crossbeam]
version = "0.8.4"

[dependencies.log]
version = "0.4.28"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "A lightweight, work-stealing thread pool."
documentation = "https://github.com/lovelindhoni/foofighters"
edition = "2024"
homepage = "https://github.com/lovelindhoni/foofighters"
license = "MIT"
name = "foofighters"
publish = true
readme = "README.md"
repository = "https://github.com/lovelindhoni/foofighters"
version = "0.1.0"