Crates.io | stream-guard |
lib.rs | stream-guard |
version | 1.0.0 |
source | src |
created_at | 2024-05-31 22:45:03.144828 |
updated_at | 2024-05-31 22:45:03.144828 |
description | RAII wrapper around Stream that invokes a custom action on drop |
homepage | |
repository | https://github.com/fwcd/stream-guard |
max_upload_size | |
id | 1258337 |
size | 14,320 |
A small RAII wrapper around a Stream
(asynchronous iterator) that automatically invokes a user-defined action upon being dropped.