Skip to content

Use a trait to support both u8 and u16 when writing CMaps #111

Use a trait to support both u8 and u16 when writing CMaps

Use a trait to support both u8 and u16 when writing CMaps #111

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test