xref: /third_party/rust/crates/pin-utils/src/lib.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/pin-utils/src/
160b26363Sopenharmony_ci//! Utilities for pinning
260b26363Sopenharmony_ci
360b26363Sopenharmony_ci#![no_std]
460b26363Sopenharmony_ci#![warn(missing_docs, missing_debug_implementations)]
560b26363Sopenharmony_ci#![deny(bare_trait_objects)]
660b26363Sopenharmony_ci#![allow(unknown_lints)]
760b26363Sopenharmony_ci#![doc(html_root_url = "https://docs.rs/pin-utils/0.1.0")]
860b26363Sopenharmony_ci
960b26363Sopenharmony_ci#[doc(hidden)]
1060b26363Sopenharmony_cipub mod core_reexport {
1160b26363Sopenharmony_ci    pub use core::*;
1260b26363Sopenharmony_ci}
1360b26363Sopenharmony_ci
1460b26363Sopenharmony_ci#[macro_use]
1560b26363Sopenharmony_cimod stack_pin;
1660b26363Sopenharmony_ci#[macro_use]
1760b26363Sopenharmony_cimod projection;
18

Indexes created Thu Nov 07 10:32:03 CST 2024