Skip to content

Added U14::from_split_u7 and U14::split_u7 functions #108

Added U14::from_split_u7 and U14::split_u7 functions

Added U14::from_split_u7 and U14::split_u7 functions #108

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose