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

[jira] [Resolved] (AVRO-3835) [Rust] Get rid of byteorder and zerocopy dependencies

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

Martin Tzvetanov Grigorov resolved AVRO-3835.
---------------------------------------------
    Fix Version/s: 1.12.0
                   1.11.3
       Resolution: Fixed

> [Rust] Get rid of byteorder and zerocopy dependencies
> -----------------------------------------------------
>
>                 Key: AVRO-3835
>                 URL: https://issues.apache.org/jira/browse/AVRO-3835
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.3
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The "byteorder" and "zerocopy" dependencies could be removed.
> The Rust standard API provides the needed methods to convert to/from integer types to byte arrays in Little/Big endian formats.
>  
> The removal of dependencies has two benefits:
>  * smaller binary
>  * faster compilation



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