cmp_wrap 0.2.2

Let you compare structes by context
Documentation
name: Rust

on: 
  push:
    branches:
      - develop
  pull_request:
    branches:
      - master

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Build
      run: cargo build --verbose
    - name: Run tests
      run: cargo test --verbose