Crates.io | finalizable |
lib.rs | finalizable |
version | 0.1.4 |
source | src |
created_at | 2023-03-18 14:00:04.429553 |
updated_at | 2023-03-20 11:02:47.563122 |
description | A type for finalizable values |
homepage | |
repository | https://github.com/schuelermine/finalizable |
max_upload_size | |
id | 813752 |
size | 10,014 |
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
.