Alexander Bantyev
Alexander Bantyev
Add a way to set the default column width per-output. This is useful when there are multiple outputs with wildly different aspect ratios, such as one vertical and one horizontal;...
Given I am logged in: When I dismiss a suggestion Then I MUST add a comment explaining the reason for dismissal When I draft a suggestion Then I CAN add...
Given I am a package maintainer, Given I am logged in with my GitHub account, Given I have not opted out of automatic notifications, When a suggestion affecting my package...
Resolves https://github.com/JelteF/derive_more/issues/149 ## Synopsis When deriving `From`, it is often useful to let some fields be a certain "constant" default value instead of being part of the source tuple type....
I have an enum like this: ```rust pub enum ValueType { Binary, Boolean, CalAddress, Date, DateTime, Duration, Float, Integer, Period, Recur, Text, Time, Uri, UtcOffset, } ``` And I'm trying...