ct2rs 0.9.18

Rust bindings for OpenNMT/CTranslate2
Documentation
1
2
3
4
5
6
7
8
9
10
11
[flake8]
max-line-length = 100
ignore =
  E203,
  E731,
  F401,
  W503,

[isort]
profile=black
lines_between_types=1