pharos 0.4.0

Observer pattern which generates a futures 0.3 stream of events
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.4.0
  name          : pharos
  authors       : [ Naja Melan <najamelan@autistici.org> ]
  edition       : '2018'
  readme        : README.md
  license       : Unlicense
  repository    : https://github.com/najamelan/pharos
  documentation : https://docs.rs/pharos
  description   : Observer pattern which generates a futures 0.3 stream of events
  categories    : [ asynchronous ]
  keywords      : [ observer, futures, stream, broadcast, publish_subscribe ]

  metadata:
    docs:
      rs:
        all-features: true


features:

  # only used internally, don't use
  #
  external_doc: []


badges:

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


dependencies:

  futures-preview: { version: ^0.3.0-alpha, features: [async-await] }

dev-dependencies:

  assert_matches: ^1