pdbrust 0.7.1

A comprehensive Rust library for parsing and analyzing Protein Data Bank (PDB) files
Documentation
1
2
3
4
5
6
7
8
9
10
11
coverage:
  status:
    project:
      default:
        # Tolerate rounding-level changes (e.g. -0.01%) instead of failing.
        threshold: 0.5%

# Examples and benchmarks are not exercised by the test suite.
ignore:
  - "examples"
  - "benches"