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 928b3cf commit e86446dCopy full SHA for e86446d
cap-async-std/src/lib.rs
@@ -50,3 +50,5 @@ pub use cap_primitives::{ambient_authority, AmbientAuthority};
50
// Re-export `async_std` to make it easy for users to depend on the same
51
// version we do, because we use its types in our public API.
52
pub use async_std;
53
+// And this is also part of our public API
54
+pub use io_lifetimes;
0 commit comments