You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2023/08/22 08:00:00 UTC

[jira] [Created] (AVRO-3840) [Rust] Depend explicitly on serde_derive

Martin Tzvetanov Grigorov created AVRO-3840:
-----------------------------------------------

             Summary: [Rust] Depend explicitly on serde_derive
                 Key: AVRO-3840
                 URL: https://issues.apache.org/jira/browse/AVRO-3840
             Project: Apache Avro
          Issue Type: Improvement
          Components: rust
            Reporter: Martin Tzvetanov Grigorov
            Assignee: Martin Tzvetanov Grigorov


As suggested by [https://github.com/serde-rs/serde/pull/2590#pullrequestreview-1586132361] it is better to depend on serde_derive directly instead of using serde's "derive" feature.

The explicit dependency allows the compiler to better parallelize the compilation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)