Crates.io | wrapper-lite |
lib.rs | wrapper-lite |
version | 0.1.1 |
created_at | 2025-05-27 13:16:38.46114+00 |
updated_at | 2025-08-04 09:14:14.666843+00 |
description | Helper macro for creating a wrapper over any type (new-type idiom). |
homepage | |
repository | https://github.com/hanyu-dev/wrapper-lite |
max_upload_size | |
id | 1691079 |
size | 38,593 |
The new type idiom gives compile time guarantees that the right type of value is supplied to a program.
This crate provides a simple macro for you to create a wrapper over any type.
1.56.0
MIT