1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!-- SPDX-FileCopyrightText: © 2025 StreamKit Contributors SPDX-License-Identifier: MPL-2.0 --> # StreamKit Native Plugin SDK SDK for writing native (C ABI) StreamKit plugins. ## Install ```toml [dependencies] streamkit-plugin-sdk-native = "0.1.0" ``` See the docs site for a full example: https://streamkit.dev/guides/writing-plugins/