You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/11 19:35:00 UTC

[jira] [Updated] (AVRO-3517) Rust: Optimize crates' size by disabling default features of the dependencies

     [ https://issues.apache.org/jira/browse/AVRO-3517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated AVRO-3517:
---------------------------------
    Labels: pull-request-available  (was: )

> Rust: Optimize crates' size by disabling default features of the dependencies
> -----------------------------------------------------------------------------
>
>                 Key: AVRO-3517
>                 URL: https://issues.apache.org/jira/browse/AVRO-3517
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Inspired-by: [https://github.com/paupino/rust-decimal/blob/master/Cargo.toml]
> All dependencies are declared with "{color:#cc7832}default-features {color}= false" and then only the used features are listed explicitly.
> This may reduce the size of the dependency tree.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)