[go: up one dir, main page]

synstructure 0.6.0

expand_substructure-like helpers for syn macros 1.1 derive macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
- nightly
sudo: false
script:
  - |
    cargo build &&
    cargo test &&
    cargo build --manifest-path test_suite/Cargo.toml &&
    cargo test --manifest-path test_suite/Cargo.toml
notifications:
  email:
    on_success: never