structview 0.3.0

Viewing binary data as high-level data structures, safely.
Documentation
1
2
3
4
5
6
7
8
9
10
11
image: "rust:latest"

stages:
  - test

test:
  stage: test
  script:
    - rustc --version && cargo --version
    - cargo clean
    - cargo test --verbose