pea2pea 0.14.0

A small library allowing simple and quick creation of custom P2P nodes and networks.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
before_script:
  - rustup component add rustfmt
  - rustup component add clippy
script:
  - cargo fmt -- --check
  - cargo clippy --all-targets --all-features -- -D warnings
  - cargo test --all-targets --all-features
jobs:
  allow_failures:
    - rust: nightly
  fast_finish: true