Skip to content

Commit

Permalink
chore: remove Rust from Feature Matrix in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleydwyer committed Jan 20, 2025
1 parent 2e5f246 commit 6eb92aa
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docs/content/docs/reference/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✔️ | ✔️ |

0 comments on commit 6eb92aa

Please sign in to comment.