tiny_future 0.5.0

This library provides a simple, `Condvar` based future with automatic cancellation on drop
Documentation
[badges.appveyor]
repository = "KizzyCode/tiny_future-rust"

[dependencies]

[features]
default = []

[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
categories = []
description = "This library provides a simple, `Condvar` based future with automatic cancellation on drop"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "tiny_future"
readme = "README.md"
repository = "https://github.com/KizzyCode/tiny_future-rust"
resolver = "2"
version = "0.5.0"
[profile.bench]
overflow-checks = true

[profile.release]
overflow-checks = true