feat(sdk)!: drop the #[fai_module] alias — #[chain_module] only
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s

No module outside this workspace was ever published against the
alias (the system has no external users yet), so the pre-rename
name goes away instead of being maintained: one attribute, no
legacy surface. All internal doc references swept; echo example
description moves to the product name. 0.3.0.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-07-11 19:47:34 +02:00
parent 4b4de3374c
commit a4415ada7e
13 changed files with 17 additions and 31 deletions

View file

@ -34,7 +34,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "chain-module-sdk"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"chain-module-sdk-macros",
"serde",
@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "chain-module-sdk-macros"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"proc-macro2",
"quote",

View file

@ -10,7 +10,7 @@ version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
publish = false
description = "Reference module showing the minimum needed to write an F∆I module with chain-module-sdk."
description = "Reference module showing the minimum needed to write a Ch∆In module with chain-module-sdk."
[lib]
crate-type = ["cdylib"]

View file

@ -1,4 +1,4 @@
//! Minimum-viable F∆I module — echoes the first text input.
//! Minimum-viable Ch∆In module — echoes the first text input.
//!
//! Demonstrates the entire authoring surface: a single function
//! decorated with `#[chain_module]`. No `wit_bindgen`, no