wrapper-lite

Crates.iowrapper-lite
lib.rswrapper-lite
version0.1.1
created_at2025-05-27 13:16:38.46114+00
updated_at2025-08-04 09:14:14.666843+00
descriptionHelper macro for creating a wrapper over any type (new-type idiom).
homepage
repositoryhttps://github.com/hanyu-dev/wrapper-lite
max_upload_size
id1691079
size38,593
Hantong Chen (cxw620)

documentation

README

wrapper-lite

GitHub Tag

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.

MSRV

1.56.0

LICENSE

MIT

Commit count: 1

cargo fmt