schuelermine / finalizable

A Rust type for finalizable values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finalizable

This crate provides a type (Finalizable) for values that can be finalized, with methods that operate on working values but leave finalized values unchanged.

This package provides one optional feature, try. Enabling it requires nightly Rust. It implements the Try trait on Finalizable.

About

A Rust type for finalizable values

License:MIT License


Languages

Language:Rust 100.0%