path_macro 1.0.0

A macro to join path components using `/`
Documentation
language: rust

rust:
  - beta
  - stable

before_script:
  - rustup component add clippy
  - rustup component add rustfmt

script:
  - cargo test
  - cargo clippy -- -Dclippy::all
  - cargo fmt -- --check