sonic-rs 0.5.8

Sonic-rs is a fast Rust JSON library based on SIMD
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
codecov:
  require_ci_to_pass: true

coverage:
  precision: 2
  round: down
  range: "50...95"
  status:
    project:
      default:
        target: auto
        threshold: 2%
    patch:
      default:
        target: auto
        threshold: 5%
        informational: true