Skip to content

Commit acebad0

Browse files
committed
Add README for FFI crate
1 parent a5b5967 commit acebad0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

livekit-ffi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"
77
repository = "https://github.com/livekit/rust-sdks"
8+
readme = "README.md"
89

910
[features]
1011
default = ["rustls-tls-native-roots"]

livekit-ffi/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LiveKit FFI
2+
3+
Foreign function interface (FFI) bindings for LiveKit, used to support the following client SDKs:
4+
5+
- [Python](https://github.com/livekit/python-sdks)
6+
- [NodeJS](https://github.com/livekit/node-sdks)
7+
- [Unity](https://github.com/livekit/client-sdk-unity)
8+
9+
This crate is compiled as dynamic library, allowing client languages to invoke APIs from the core [_livekit_](https://crates.io/crates/livekit) crate.

0 commit comments

Comments
 (0)