refactor: rename crate fai-plugin-sdk -> chain-plugin-sdk
Product-scoped SDK name (Ch∆In's plugin SDK). Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
9a3bf55ef6
commit
4cbb99a9a9
2 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# fai-plugin-sdk
|
||||
# chain-plugin-sdk
|
||||
#
|
||||
# Ergonomic wrapper around the WIT bindings declared in
|
||||
# `wit/studio-plugin.wit`. Studio plugins depend on this crate
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
# crates per the SDK-family convention in
|
||||
# `docs/architecture/sdks.md`:
|
||||
# - fai-module-sdk (Rust) — flow modules
|
||||
# - fai-plugin-sdk (Rust) — Studio plugins ← this crate
|
||||
# - chain-plugin-sdk (Rust) — Studio plugins ← this crate
|
||||
# - fai-client-sdk (Dart) — clients talking to the hub
|
||||
# Each gets a language-suffix on the dir / repo
|
||||
# (fai_plugin_sdk_rust / git.flemming.ai/fai/plugin-sdk-rust)
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
#
|
||||
# Use:
|
||||
#
|
||||
# use fai_plugin_sdk::{export_plugin, bindings};
|
||||
# use chain_plugin_sdk::{export_plugin, bindings};
|
||||
#
|
||||
# struct MyTheme;
|
||||
# impl bindings::exports::chain::studio_plugin::theme::Guest for MyTheme {
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
# export_plugin!(MyTheme);
|
||||
|
||||
[package]
|
||||
name = "fai-plugin-sdk"
|
||||
name = "chain-plugin-sdk"
|
||||
version = "0.1.0"
|
||||
# edition 2021 for now — wit-bindgen 0.36 emits the older
|
||||
# `#[link_section]` / `unsafe`-attribute syntax that the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue