contigious-tree 0.1.2

Write and read tree graphs to and from contigious blocks of memory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Build and test

on: [push, pull_request]

jobs:
  linux:
    name: Build & Test Linux
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Test
        run: cargo test --release