This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 23873fd49 Fix rust article3 (#340)
23873fd49 is described below

commit 23873fd49219d30077211449da5020e45791842f
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Oct 29 10:53:57 2025 +0800

    Fix rust article3 (#340)
---
 ...025-10-29-fory_rust_versatile_serialization_framework.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/blog/2025-10-29-fory_rust_versatile_serialization_framework.md 
b/blog/2025-10-29-fory_rust_versatile_serialization_framework.md
index 0036a7385..dfb5287e8 100644
--- a/blog/2025-10-29-fory_rust_versatile_serialization_framework.md
+++ b/blog/2025-10-29-fory_rust_versatile_serialization_framework.md
@@ -1,12 +1,17 @@
 ---
 slug: fory_rust_versatile_serialization_framework
-title: Introducing Apache Foryβ„’ Rust: A Versatile Serialization Framework for 
the Modern Age
+title: "Introducing Apache Foryβ„’ Rust: A Versatile Serialization Framework for 
the Modern Age"
 authors: [chaokunyang]
 tags: [fory, rust]
 ---
 
 **TL;DR**: Apache Fory Rust is a blazingly-fast, cross-language serialization 
framework that delivers **ultra-fast serialization performance** while 
**automatically handling circular references, trait objects, and schema 
evolution**. Built with Rust's safety guarantees and zero-copy techniques, it's 
designed for developers who refuse to compromise between performance and 
developer experience.
 
+- πŸ™ GitHub: https://github.com/apache/fory
+- πŸ“¦ Crate: https://crates.io/crates/fory
+
+![Apache Fory Logo](https://fory.apache.org/img/navbar-logo.png)
+
 ---
 
 ## The Serialization Dilemma
@@ -488,6 +493,12 @@ match fory.deserialize::<User>(&bytes) {
 }
 ```
 
+## Documentation
+
+- Apache Fory Rust Guide: [πŸ“– 
View](https://fory.apache.org/docs/docs/guide/rust_serialization)
+- Apache Fory Rust API Doc: [πŸ“– View](https://docs.rs/fory/latest/fory/)
+- Apache Fory Xlang Serialization Spec: [πŸ“– 
View](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec/)
+
 ## Community and Contribution
 
 Apache Fory is an **Apache Software Foundation** project with a vibrant, 
growing community:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to