foldit-plugin-sdk 0.2.1

Foldit plugin SDK - owns plugin.proto, the protocol types, and the Plugin trait; exposes a cbindgen C-ABI and pyo3 Python bindings
Documentation
1
2
3
4
5
6
7
8
9
# foldit-plugin-sdk

The Foldit plugin SDK. A Rust core owns `plugin.proto`, the protocol types,
and the `Plugin` trait. It exposes a cbindgen C-ABI (consumed by the rosetta
C++ bridge) and pyo3 Python bindings, plus a `python/` source layer for
Python-only plugin-author utilities.

This is an early skeleton; the protocol types and `Plugin` trait are not yet
implemented.