[go: up one dir, main page]

arcstr 0.2.3

A better reference-counted string type, with zero-cost (allocation-free) support for string literals, and reference counted substrings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
coverage:
  branch: main
  # 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
    patch:
      default:
        informational: true