symbol_table 0.5.0

A symbol table that's fast, concurrent, and gives stable references.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Build and Test
on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-20.04
    steps:
    - uses: actions/checkout@v2
    - name: Test
      run: cargo test --all-features
    - name: Format
      run: cargo fmt --check