We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cf46b6 + cc0d065 commit 626d70fCopy full SHA for 626d70f
docs/trustmark-intro.md
@@ -7,7 +7,7 @@ TrustMark is an open-source universal watermarking system for images that:
7
8
- Can encode, decode, and remove watermarks from images.
9
- Works with arbitrary resolution images.
10
-- Has implementations in both Python (using PyTorch) and JavaScript (using ONNX).
+- Has implementations in Python (using PyTorch), [Rust](trustmark/rust/README.md), and [JavaScript](trustmark/js/README.md) (both using ONNX).
11
12
:::info
13
For full technical details and help getting started with TrustMark, see [TrustMark - Overview](trustmark/readme.md).
0 commit comments