platform_system_core/libstats/pull_rust
Luca Stefani 794a952642 Replace lazy_static with once_cell
Using lazy_static is now discouraged as unmaintained
and once_cell is the recommended replacement.

On top of that a similar implementation found in
once_cell is being tracked for inclusion under the
`lazy_cell` feature gate [0]

[0] https://github.com/rust-lang/rust/issues/109736

Test: m
Change-Id: I21d343a38dbd25bb2d13f239f7fa3a2d7f20323e
2024-01-22 18:47:38 +01:00
..
Android.bp Replace lazy_static with once_cell 2024-01-22 18:47:38 +01:00
stats_pull.rs Replace lazy_static with once_cell 2024-01-22 18:47:38 +01:00
statslog.h Add Rust interface for the pull API. 2021-03-31 14:41:24 -07:00