From 6eb92aa636caf9ddecc9beb90fe09253f305650a Mon Sep 17 00:00:00 2001 From: Bradley Dwyer Date: Mon, 20 Jan 2025 16:03:40 +1000 Subject: [PATCH] chore: remove Rust from Feature Matrix in docs. --- docs/content/docs/reference/matrix.md | 54 +++++++++++++-------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/content/docs/reference/matrix.md b/docs/content/docs/reference/matrix.md index 037b48f0ee..2867f4600c 100644 --- a/docs/content/docs/reference/matrix.md +++ b/docs/content/docs/reference/matrix.md @@ -13,30 +13,30 @@ toc = true top = false +++ -| System | Feature | Go | JVM | Rust | -| :------------ | :-------------- | :-- | :-- | :--- | -| **Types** | Basic Types | ✔️ | ✔️ | ️ ✔️ | -| | Optional Type | ✔️ | ✔️ | | -| | Unit Type | ✔️ | ✔️ | | -| | Empty Type | ✔️ | ✔️ | | -| | Generic Types | ✔️ | ✔️ | | -| | Type Aliases | ✔️ | ️ | | -| | Value Enums | ✔️ | ️ | | -| | Type Enums | ✔️ | ️ | | -| | Visibility | ✔️ | ✔️ | | -| **Verbs** | Verb | ✔️ | ✔️ | ️✔️ | -| | Sink | ✔️ | ✔️ | | -| | Source | ✔️ | ✔️ | | -| | Empty | ✔️ | ✔️ | | -| | Visibility | ✔️ | ✔️ | | -| **Core** | Leases | ✔️ | ✔️ | | -| | Cron | ✔️ | ✔️ | | -| | Config | ✔️ | ✔️ | | -| | Secrets | ✔️ | ✔️ | | -| | HTTP Ingress | ✔️ | ✔️ | | -| **Resources** | PostgreSQL | ✔️ | ✔️ | | -| | MySQL | | | | -| | Kafka | | | | -| **PubSub** | Declaring Topic | ✔️ | ✔️ | | -| | Subscribing | ✔️ | ✔️ | | -| | Publishing | ✔️ | ✔️ | | +| System | Feature | Go | JVM | +| :------------ | :-------------- | :-- |:----| +| **Types** | Basic Types | ✔️ | ✔️ | +| | Optional Type | ✔️ | ✔️ | +| | Unit Type | ✔️ | ✔️ | +| | Empty Type | ✔️ | ✔️ | +| | Generic Types | ✔️ | ✔️ | +| | Type Aliases | ✔️ | ️ | +| | Value Enums | ✔️ | ️ | +| | Type Enums | ✔️ | ️ | +| | Visibility | ✔️ | ✔️ | +| **Verbs** | Verb | ✔️ | ✔️ | +| | Sink | ✔️ | ✔️ | +| | Source | ✔️ | ✔️ | +| | Empty | ✔️ | ✔️ | +| | Visibility | ✔️ | ✔️ | +| **Core** | Leases | ✔️ | ✔️ | +| | Cron | ✔️ | ✔️ | +| | Config | ✔️ | ✔️ | +| | Secrets | ✔️ | ✔️ | +| | HTTP Ingress | ✔️ | ✔️ | +| **Resources** | PostgreSQL | ✔️ | ✔️ | +| | MySQL | | | +| | Kafka | | | +| **PubSub** | Declaring Topic | ✔️ | ✔️ | +| | Subscribing | ✔️ | ✔️ | +| | Publishing | ✔️ | ✔️ |