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/21 11:58:00 UTC

[jira] [Created] (AVRO-3839) [Rust] Replace lazy_static crate with std::sync::OnceLock

Martin Tzvetanov Grigorov created AVRO-3839:
-----------------------------------------------

             Summary: [Rust] Replace lazy_static crate with std::sync::OnceLock
                 Key: AVRO-3839
                 URL: https://issues.apache.org/jira/browse/AVRO-3839
             Project: Apache Avro
          Issue Type: Improvement
          Components: rust
            Reporter: Martin Tzvetanov Grigorov
            Assignee: Martin Tzvetanov Grigorov


The usage of lazy_static dependency could be replaced with OnceLock (part of Rust standard APIs since 1.70.0).



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