async_executors 0.0.0

Abstract over different executors.
Documentation
package:

  # When releasing to crates.io:
  #
  # - Update CHANGELOG.md.
  # - Update version numbers in Cargo.yml, Cargo.toml, install section of readme.
  # - verify CI result
  # - test dependent crates
  # - cargo publish
  # - merge dev branch into master
  # - create git tag
  #
  version       : 0.0.0
  name          : async_executors
  authors       : [ Naja Melan <najamelan@autistici.org> ]
  description   : Abstract over different executors.
  documentation : https://docs.rs/async_executors
  repository    : https://github.com/najamelan/async_executors
  readme        : README.md
  keywords      : [async, executor, futures]
  categories    : [asynchronous, concurrency]
  license       : Unlicense
  edition       : "2018"

  metadata:
    docs:
      rs:
        features: [ external_doc ]


features:

  external_doc: []


badges:

  maintenance : { status     : actively-developed       }
  travis-ci   : { repository : najamelan/async_executors }


dependencies:

  futures-preview : ^0.3.0-alpha


dev-dependencies:

  pretty_assertions   : ^0.6