pin-cursor

Crates.iopin-cursor
lib.rspin-cursor
version1.0.0
sourcesrc
created_at2020-04-11 22:40:22.823582
updated_at2020-04-11 22:40:22.823582
descriptionA simple !Unpin I/O backend for async-std
homepage
repositoryhttps://github.com/ypoluektovich/pin-cursor
max_upload_size
id228779
size8,551
Yanus Poluektovich (ypoluektovich)

documentation

README

A simple !Unpin I/O backend for async-std

This 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.

Commit count: 1

cargo fmt