Migrate 20 crates to monorepo oneshot-uniffi minimal-lexical num_enum num_enum_derive num-complex num-derive paste pin-utils predicates protobuf-parse protobuf-support quote remain rustc-demangle-capi rustix shared_child thiserror-impl threadpool tikv-jemalloc-sys tonic Bug: http://b/339424309 Test: treehugger Change-Id: I4af2e6a460fb5fb48c8e65921bd63415a5db6400
Utilities for pinning
First, add this to your Cargo.toml:
[dependencies] pin-utils = "0.1.0-alpha.4"
Now, you can use it:
use pin_utils::pin_mut; // And more...
The current version of pin-utils requires Rust 1.33 or later.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in pin-utils by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.