usage 1.0.0

A convenient alternative to the newtype pattern.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "usage"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "A convenient alternative to the newtype pattern."
repository = "https://github.com/Shfty/usage/"
keywords = ["newtype", "alternative", "classification"]
categories = ["data-structures", "rust-patterns"]

[dependencies]