displexic

Results 3 issues of displexic

I made a new package for Discord. Currently, the only one that is on the website, [passport-discord](https://www.passportjs.org/packages/passport-discord/), hasn't been updated in 3 years. So, I made a new one that...

Instead of passing the generated optional struct to the `optional_rename` attribute, I want to pass a custom (non-generated) type. For example: ```rust use optional_struct::{optional_struct, Applicable}; #[optional_struct] #[derive(Clone, Eq, PartialEq, Debug)]...