Skip to content

Commit 7c24f2f

Browse files
authored
Add other implementations
1 parent 6841f3f commit 7c24f2f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ Options:
4848
Print help
4949
```
5050

51-
### C API
51+
### Other implementations
5252

53-
A C API is available for integrating SEA into C/C++ projects.
54-
See the [C API README](examples/c_api/README.md) for usage details and build instructions.
53+
- The Rust reference implementation exposes C API for integrating SEA into C/C++ projects. See the [C API README](examples/c_api/README.md) for usage details and build instructions.
54+
- [C/C++ implementation](https://github.com/tobybear/sea-codec-c) from @tobybear
55+
- [Minimal C decoder](c/) living inside this repo (decode only)
5556

5657
# SEA file specification
5758

0 commit comments

Comments
 (0)