pharos 0.4.1

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.1
  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        : { version: ^0.3, default-features: false }
  futures-channel: ^0.3
  log            : ^0.4

dev-dependencies:

  futures       : ^0.3
  assert_matches: ^1