stream-guard 1.0.0

RAII wrapper around Stream that invokes a custom action on drop
Documentation

Stream Guard

crates.io Build

A small RAII wrapper around a Stream (asynchronous iterator) that automatically invokes a user-defined action upon being dropped.