finalizable 0.1.4

A type for finalizable values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "finalizable"
version = "0.1.4"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "A type for finalizable values"
repository = "https://github.com/schuelermine/finalizable"
keywords = ["no-std"]
categories = ["no-std", "no-std::no-alloc"]

[features]
try = []