inline_newtype 0.1.1

A rust newtype macro inspired by kotlin's inline class.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

description = "A rust newtype macro inspired by kotlin's inline class."

homepage = "https://github.com/falan/inline_newtype"

repository = "https://github.com/falan/inline_newtype"

name = "inline_newtype"

version = "0.1.1"

edition = "2018"

readme = "README.md"

license = "MIT"





# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]