[ 
https://issues.apache.org/jira/browse/AVRO-3835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756122#comment-17756122
 ] 

ASF subversion and git services commented on AVRO-3835:
-------------------------------------------------------

Commit 1357cd2c7e186501ed6045e6ac82264a45b6a4e5 in avro's branch 
refs/heads/branch-1.11 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1357cd2c7 ]

AVRO-3835: [Rust] Get rid of byteorder and zerocopy dependencies (#2455)

Use standard APIs for converting integers to/from byte arrays.
Get rid of byteorder and zerocopy dependencies.

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 426c59398754c2b2935e890c0aa16093eda3af3b)


> [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
>          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)

Reply via email to