new_type 0.3.0

Improve the semantics and correctness of your code by embracing newtypes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Silvan Buedenbender <SilvanCodes@gmail.com>"]
categories = ["rust-patterns"]
description = "Improve the semantics and correctness of your code by embracing newtypes."
edition = "2018"
homepage = "https://github.com/SilvanCodes/new_type"
keywords = ["macro", "newtype"]
license = "MIT"
name = "new_type"
readme = "README.md"
repository = "https://github.com/SilvanCodes/new_type"
version = "0.3.0"