File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition = "2021"
55license = " Apache-2.0"
66description = " FFI interface for bindings in other languages"
77repository = " https://github.com/livekit/rust-sdks"
8+ readme = " README.md"
89
910[features ]
1011default = [" rustls-tls-native-roots" ]
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments