realitydefender 0.1.8

Reality Defender SDK for Rust - Tools for detecting deepfakes and manipulated media
Documentation
1
2
3
4
5
6
7
8
9
10
sonar.projectKey=Reality-Defender_realitydefender-sdk-rust
sonar.organization=realitydefender

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src/

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

sonar.exclusions=examples/**