wrapbin 0.1.0

Simple binary newtype as wrapped Cow u8 array.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
coverage:
  status:
    project:
      default:
        target: 70%
        threshold: 5%

component_management:
  individual_components:
    - component_id: error
      name: Error Management
      paths:
        - src/error.rs

    - component_id: repr
      name: Representations
      paths:
        - src/repr/**