fastring 0.0.0

Fast string utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
coverage:
  # Don't trigger CI failure on coverage reduction. I care about code coverage a
  # lot in this project, but I'm capable of making the decision on my own, and
  # can't run certain tests under coverage (loom's thread fuzzing stuff, for
  # example).
  status:
    project:
      default:
        informational: true
        branches:
          - main
    patch:
      default:
        informational: true
        branches:
          - main