nice-catch 0.1.0

Catch your data just before you drop it
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "nice-catch"
version = "0.1.0"
edition = "2024"
description = "Catch your data just before you drop it"
license = "MIT"
documentation = "https://docs.rs/nice-catch"
homepage = "https://github.com/rambles-app/nice-catch"
repository = "https://github.com/rambles-app/nice-catch"

[dependencies]
consume_on_drop = "0.1"
derivative = "2.2"
futures = "0.3"
parking_lot = "0.12"
pin-project = "1.0"
tokio = { version = "1.36", features = ["sync"] }