5 releases
0.1.4 | Mar 20, 2023 |
---|---|
0.1.3 | Mar 19, 2023 |
0.1.2 | Mar 18, 2023 |
0.1.1 | Mar 18, 2023 |
0.1.0 | Mar 18, 2023 |
#337 in No standard library
9KB
150 lines
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
.
lib.rs
:
This crate provides a type (Finalizable
) for values that can be finalized,
with methods that operate on working values but leave finalized values unchanged.