This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch fix_quick_start2
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/fix_quick_start2 by this push:
new 4be9203a4 add enum type support for rust
4be9203a4 is described below
commit 4be9203a4c577d25d8c5248678615f9424fd1c3f
Author: chaokunyang <[email protected]>
AuthorDate: Thu Oct 30 10:58:50 2025 +0800
add enum type support for rust
---
docs/docs/introduction/features.md | 1 +
versioned_docs/version-0.13/docs/introduction/features.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/docs/introduction/features.md
b/docs/docs/introduction/features.md
index 22f3a53b7..aa297263d 100644
--- a/docs/docs/introduction/features.md
+++ b/docs/docs/introduction/features.md
@@ -120,6 +120,7 @@ Automatic serialization of complex object graphs,
preserving the structure and r
- Nested struct serialization with arbitrary depth
- Collection types (Vec, HashMap, HashSet, BTreeMap)
+- Enum type support
- Optional fields with `Option<T>`
- Automatic handling of primitive types and strings
- Efficient binary encoding with variable-length integers
diff --git a/versioned_docs/version-0.13/docs/introduction/features.md
b/versioned_docs/version-0.13/docs/introduction/features.md
index 22f3a53b7..aa297263d 100644
--- a/versioned_docs/version-0.13/docs/introduction/features.md
+++ b/versioned_docs/version-0.13/docs/introduction/features.md
@@ -120,6 +120,7 @@ Automatic serialization of complex object graphs,
preserving the structure and r
- Nested struct serialization with arbitrary depth
- Collection types (Vec, HashMap, HashSet, BTreeMap)
+- Enum type support
- Optional fields with `Option<T>`
- Automatic handling of primitive types and strings
- Efficient binary encoding with variable-length integers
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]