flowbrigade 0.1.4

Rust bindings for FlowBrigade's C ABI.
[package]
name = "flowbrigade"
version = "0.1.4"
edition = "2021"
description = "Rust bindings for FlowBrigade's C ABI."
license = "Apache-2.0"
repository = "https://github.com/puffball1567/flowbrigade-rs"
readme = "README.md"
keywords = ["flow-control", "rate-limiting", "ffi", "nim"]
categories = ["api-bindings", "concurrency"]
exclude = [
  ".github/",
  ".gitignore",
]

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

[features]
default = []