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

Extension trait for Sink #229

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Extension trait for Sink #229

wants to merge 10 commits into from

Commits on Apr 24, 2020

  1. Add ext trait

    fan-tom committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    fe927b7 View commit details
    Browse the repository at this point in the history
  2. Feature gate ext trait

    fan-tom committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    0a80aba View commit details
    Browse the repository at this point in the history
  3. Add tests

    fan-tom committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f2c6ea2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Rename try_sink.rs to sink.rs

    fan-tom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    318259d View commit details
    Browse the repository at this point in the history
  2. Add futures 0.1 ext trait

    fan-tom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    6f5b7f7 View commit details
    Browse the repository at this point in the history
  3. Add futures 0.1 tests

    fan-tom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    adc3d84 View commit details
    Browse the repository at this point in the history
  4. fmt

    fan-tom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    18d5d66 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    fan-tom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    f28f0e6 View commit details
    Browse the repository at this point in the history
  6. Add dev dependency on futures 0.1 crate to be able to use Sink

    impl for Vec in doc examples
    fan-tom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    9009d6c View commit details
    Browse the repository at this point in the history
  7. Fix doc examples

    fan-tom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    f9a5dd8 View commit details
    Browse the repository at this point in the history