rust-custom-derive icon indicating copy to clipboard operation
rust-custom-derive copied to clipboard

Custom derivation macro for Rust

Results 21 rust-custom-derive issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to upload the latest version to crates.io? 0.2.0 is the latest version there but 0.2.1 seems ready to go on github

Have you ever considered supporting newtype derivations for string-backed identifiers? I'm thinking of a similar reference-buffer duality as one between `std::path::Path` and `PathBuf` that gives you an option to wrap...

```rust error: missing fragment specifier --> tests/stable_encodable.rs:119:28 | 119 | ($ty_name:ident: $($tail)*) | ^^^^^ | = note: #[deny(missing_fragment_specifier)] on by default = warning: this was previously accepted by the compiler...

It would be helpful for me to be able to make custom enum variant names for `Display`/`FromStr` derivations. Currently I have a bespoke macro for this purpose.

Both MIT and Apache-2.0 requires text license to be present along with source. Please include it.

Current archive on crates.io has dos end-of-lines which complicates life of me packaging this crate(s) for Fedora. Would be very helpful if you would republish it with proper end-of-lines.

Fixes: https://github.com/DanielKeep/rust-custom-derive/issues/33 Signed-off-by: Igor Gnatenko

I was a bit confused why the crate used a deprecated dependency by the same author! Had to look in the `tests` to see what the new syntax is like.