new_flattened

Crates.ionew_flattened
lib.rsnew_flattened
version0.1.1
sourcesrc
created_at2021-01-26 05:19:28.409617
updated_at2021-01-26 06:25:58.611507
descriptionMacro to flatten nested calls of `new`s
homepage
repositoryhttps://github.com/matsujika/new_flattened
max_upload_size
id346751
size2,891
Hirochika Matsumoto (hkmatsumoto)

documentation

https://docs.rs/new_flattened/0.1.0/new_flattened/

README

new_flattened

Cargo

This crates provides new_flattened! macro which enables you to write

new_flattened!(42, Box, Box, Box)

instead of

Box::new(Box::new(Box::new(42)))
Commit count: 4

cargo fmt