rctree 0.4.0

A 'DOM-like' tree implemented using reference counting
Documentation
name: rctree

on: [push, pull_request]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        rust:
          - 1.17.0
          - stable
    steps:
    - name: Checkout
      uses: actions/checkout@v2

    - name: Test
      run: cargo test