o2-rs 0.1.1

Rust port of the ORCΛ esoteric programming language and terminal livecoding environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
coverage:
  precision: 1
  round: down
  range: 85..100
  status:
    project:
      default:
        threshold: 1%
ignore:
  - "benches"
  - "src/ui"
  - "src/core/io"
  - "src/main.rs"
  - "src/editor/input.rs"
comment:
  require_changes: true