[go: up one dir, main page]

sdp 0.3.0

A pure Rust implementation of SDP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
branch: true
ignore-not-existing: true
llvm: true
filter: covered
output-type: lcov
output-path: ./lcov.info
source-dir: .
ignore:
  - "/*"
  - "C:/*"
  - "../*"
excl-line: "#\\[derive\\("
excl-start: "mod tests \\{"
excl-br-line: "#\\[derive\\("
excl-br-start: "mod tests \\{"