spoars 0.1.2

Faithful native-Rust reimplementation of the spoa partial order alignment library
Documentation
1
2
3
4
5
6
7
8
9
10
# CodeRabbit configuration.
# https://docs.coderabbit.ai/getting-started/configure-coderabbit
#
# `third_party/spoa` is a verbatim upstream submodule (the reference C++ library
# spoars ports, used only by the differential oracle). It is not our code to fix
# — issues belong upstream in rvaser/spoa — so exclude it from review to avoid
# re-flagging third-party code every pass.
reviews:
  path_filters:
    - "!third_party/spoa/**"