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 310cea75d π synced local 'docs/guide/' with remote 'docs/guide/'
310cea75d is described below
commit 310cea75d4efac5a37e72b4bef40940a8d7ace4d
Author: chaokunyang <[email protected]>
AuthorDate: Sun Oct 12 17:56:20 2025 +0000
π synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/rust_guide.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/guide/rust_guide.md b/docs/guide/rust_guide.md
index 612d4143c..4c7cc2f15 100644
--- a/docs/guide/rust_guide.md
+++ b/docs/guide/rust_guide.md
@@ -22,7 +22,7 @@ license: |
[](https://crates.io/crates/fory)
[](https://docs.rs/fory)
-[](LICENSE)
+[](https://github.com/apache/fory/blob/main/LICENSE)
**Apache Foryβ’** is a blazing fast multi-language serialization framework
powered by **JIT compilation** and **zero-copy** techniques, providing up to
**ultra-fast performance** while maintaining ease of use and safety.
@@ -42,9 +42,9 @@ The Rust implementation provides versatile and
high-performance serialization wi
| Crate | Description | Version
|
| ----------------------------- | --------------------------------- |
-----------------------------------------------------------------------------------------------------
|
-| [`fory`](fory/) | High-level API with derive macros |
[](https://crates.io/crates/fory)
|
-| [`fory-core`](fory-core/) | Core serialization engine |
[](https://crates.io/crates/fory-core)
|
-| [`fory-derive`](fory-derive/) | Procedural macros |
[](https://crates.io/crates/fory-derive)
|
+| [`fory`](https://github.com/apache/fory/blob/main/rust/fory) |
High-level API with derive macros |
[](https://crates.io/crates/fory)
|
+| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)
| Core serialization engine |
[](https://crates.io/crates/fory-core)
|
+| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/)
| Procedural macros |
[](https://crates.io/crates/fory-derive)
|
## π Quick Start
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]