Skip to content

hkmatsumoto/new_flattened

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)))

About

Macro to flatten nested calls of `new`s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages