We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd92d8d commit 343a6c1Copy full SHA for 343a6c1
src/lib.rs
@@ -51,5 +51,6 @@ pub mod prelude;
51
pub mod stream;
52
pub mod sync;
53
pub mod task;
54
+pub mod pin;
55
56
pub(crate) mod utils;
src/pin.rs
@@ -0,0 +1,4 @@
1
+//! Types that pin data to its location in memory.
2
+
3
+#[doc(inline)]
4
+pub use std::pin::Pin;
0 commit comments