Crates.io | pin-cursor |
lib.rs | pin-cursor |
version | 1.0.0 |
source | src |
created_at | 2020-04-11 22:40:22.823582 |
updated_at | 2020-04-11 22:40:22.823582 |
description | A simple !Unpin I/O backend for async-std |
homepage | |
repository | https://github.com/ypoluektovich/pin-cursor |
max_upload_size | |
id | 228779 |
size | 8,551 |
!Unpin
I/O backend for async-stdThis is a wrapper around async-std
's Cursor, but this one is !Unpin
.
I wanted it for tests for async I/O code that was supposed to be able to support both Unpin
and !Unpin
backends.
See the crate-level documentation for usage info and examples.