Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendor std::io::Cursor as buf::Cursor (closes #75) #146

Closed
wants to merge 1 commit into from

Commits on Jul 3, 2017

  1. Vendor std::io::Cursor as buf::Cursor (closes tokio-rs#75)

    Extracts the minimal parts of std::io::Cursor needed to support bytes use cases.
    
    This is needed to support no_std as std::io is unavailable in these contexts.
    It also (arguably) improves the API ergonomics by simplifying imports.
    
    Per notes on tokio-rs#75, changes the u64 position to a u32 to save space.
    tarcieri committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    4c3faa7 View commit details
    Browse the repository at this point in the history