Issues
- 0
Struct member is private
#68 opened by aminballoon - 1
- 2
Feature Request: ::new(_) should support .into()
#43 opened by zutils - 1
Make a new release of what's on the main
#63 opened by antimora - 0
Build fails
#57 opened by cjwcommuny - 0
Feature Request: `fn new` for enums
#60 opened by Lucretiel - 0
Add the capability of 'init-only' fields.
#59 opened by chilabot - 0
Provide an option to derive `const` constructors
#56 opened by Antikyth - 2
- 1
`PhantomData` detection is brittle
#34 opened by eira-fransham - 2
- 1
Build fails on nightly
#47 opened by Hoverbear - 1
error: calls in constants are limited to constant functions, struct and enum constructors
#29 opened by Boscop - 1
License file is missing from the crate
#50 opened by sohankunkerkar - 3
#[derive(new)] on non-pub struct should give `fn new` the right visibility (required for 2018 idioms)
#40 opened by wycats - 2
Apply Expression on Input Argument
#30 opened by mmstick - 1
Constructor with different name than "new"?
#46 opened by Boscop - 2
Error 'Invalid #[new] attribute'
#33 opened by Undin - 3
Panic using 0.5.1 in rustfmt: Invalid #[new] attribute, expected #[new(..)]
#31 opened by topecongiro - 0
Fix unit tests
#25 opened by nrc - 2
1.0 release
#4 opened by nrc - 0
Does not work with closure members
#20 opened by Boscop - 1
No enum support in crates.io version
#21 opened by yuri91 - 2
- 0
Mark fields as taking defaults
#2 opened by nrc - 0
support enums
#3 opened by nrc - 2
PhantomData
#16 opened by aldanor - 0
fix version in Readme
#17 opened by kirillkh - 0
- 0
Change to the new custom derive style
#9 opened by nrc - 4
Doesn't work with #[deny(missing_docs)]
#7 opened by Arnavion