An open API service indexing awesome lists of open source software.

https://github.com/doumanash/scope-guard

Simple RAII scope guard
https://github.com/doumanash/scope-guard

Last synced: 2 months ago
JSON representation

Simple RAII scope guard

Awesome Lists containing this project

README

        

# scope-guard

![Rust](https://github.com/DoumanAsh/scope-guard/workflows/Rust/badge.svg?branch=master)
[![Crates.io](https://img.shields.io/crates/v/scope-guard.svg)](https://crates.io/crates/scope-guard)
[![Documentation](https://docs.rs/scope-guard/badge.svg)](https://docs.rs/crate/scope-guard/)

Simple RAII scope guard

## Features

- `std` - Enables async scope to run destructor when future finishes, even if it panics.