spikard 0.17.0.pre.rc.10 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7ba89ad0e190ba27b3e4706768f4475997d4f665477c02ebcac6c4d26253b36
4
- data.tar.gz: 58b96595ec3ed741c0d1428102e587749596e1d55407542f2573fad8741903b5
3
+ metadata.gz: 2ecbce9d6be3646733c33c7c3f9171e4c7ab4a3e781eda97e500535c70d0c920
4
+ data.tar.gz: 83ccd27c8a0c57759ddec633957a53553d452dc640fd02f712c4b1c517b6cbe8
5
5
  SHA512:
6
- metadata.gz: 6561660ef768677aea92b22ec5c903f124d3fb81ce48ae30f7f0381fc997f2c677b5aa2650447d85181810f4b14b8cdbcb5d024c1883ada452f3509ee8326d80
7
- data.tar.gz: 879228b17146ac8123e290e830454dbd90c0c71874b0d47b50a074e881e1e2cee116504a2d1280f58b89e59bef77afd0d30a2402d57b335e653f768c3f894bbd
6
+ metadata.gz: 0a4ed08125d9356674350e8e9ef89cae74a7a8352a62c6844255f44e37d301f44f870a4cf6537a8ea97aa338b681423506cc35edcf0cab15f9fbe76f4e44531c
7
+ data.tar.gz: ea83209b2c282ee1f94c952c009e1a9455af9da9d992d404c7e3d0c20e455a5cb2e57b7b1ac513c6dbd0eba65c206de146e18645e09ba1a2a5aba5181ed9e73d
data/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ <!-- This file is auto-generated by alef — DO NOT EDIT. -->
2
+ <!-- alef:hash:3d9dda9900e5ba7815698f4c741707b14cda269160a4c173942152f585fbe700 -->
3
+ <!-- To regenerate: alef readme -->
4
+ <!-- To verify freshness: alef verify -->
5
+
1
6
  <!-- markdownlint-disable MD033 MD041 -->
2
7
  <div align="center">
3
8
 
@@ -5,7 +10,7 @@
5
10
 
6
11
  **Spikard** — Part of the spikard polyglot web toolkit.
7
12
 
8
- Rust-centric polyglot HTTP framework with OpenAPI/AsyncAPI/GraphQL/JSON-RPC codegen, tower-http middleware, and fixture-driven cross-language testing. Ruby bindings via Magnus with idiomatic Ruby API.
13
+ Codegen-first polyglot web toolkit on a Rust core: OpenAPI/AsyncAPI/GraphQL/JSON-RPC/gRPC codegen, SQL-to-HTTP, tower-http middleware, and an MCP server. Experimental, pre-1.0. Ruby bindings via Magnus with idiomatic Ruby API.
9
14
 
10
15
  <div align="center" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0;">
11
16
  <!-- Built with alef -->
@@ -69,12 +74,18 @@ Rust-centric polyglot HTTP framework with OpenAPI/AsyncAPI/GraphQL/JSON-RPC code
69
74
  </a>
70
75
  </div>
71
76
 
72
- [Install](#installation) · [Quick example](#quick-example) · [Features](#features) · [Docs](https://github.com/Goldziher/spikard)
77
+ [Install](#installation) · [Quick example](#quick-example) · [Features](#features) · [Docs](https://spikard.dev)
73
78
 
74
79
  </div>
75
80
 
76
81
  ---
77
82
 
83
+ > [!IMPORTANT]
84
+ > **spikard is experimental and pre-1.0.** APIs change between releases and not every binding is at the
85
+ > same level of maturity, so it is not yet recommended for production. Feedback is genuinely wanted at
86
+ > this stage — [open an issue](https://github.com/Goldziher/spikard/issues) if something is wrong,
87
+ > awkward, or missing.
88
+
78
89
  ## What this package provides
79
90
 
80
91
  - **Magnus-backed native extension** — Ruby 3.2+ with native performance for routing and validation