finalizable

Crates.iofinalizable
lib.rsfinalizable
version0.1.4
sourcesrc
created_at2023-03-18 14:00:04.429553
updated_at2023-03-20 11:02:47.563122
descriptionA type for finalizable values
homepage
repositoryhttps://github.com/schuelermine/finalizable
max_upload_size
id813752
size10,014
Anselm Schüler (schuelermine)

documentation

README

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.

Commit count: 10

cargo fmt