apache-fory 0.13.0

Redirect crate to fory - Apache Fory is a blazing fast multi-language serialization framework
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

**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.

The Rust implementation provides versatile and high-performance serialization with automatic memory management and compile-time type safety.

Please visit https://crates.io/crates/fory for how to install and use Apache Fory for Rust serialization.


**📦 Crates**


| Crate                                                                       | Description                       | Version                                                                                               |
| --------------------------------------------------------------------------- | --------------------------------- | ----------------------------------------------------------------------------------------------------- |
| [`fory`]https://github.com/apache/fory/blob/main/rust/fory                | High-level API with derive macros | [![crates.io]https://img.shields.io/crates/v/fory.svg]https://crates.io/crates/fory               |
| [`fory-core`]https://github.com/apache/fory/blob/main/rust/fory-core/     | Core serialization engine         | [![crates.io]https://img.shields.io/crates/v/fory-core.svg]https://crates.io/crates/fory-core     |
| [`fory-derive`]https://github.com/apache/fory/blob/main/rust/fory-derive/ | Procedural macros                 | [![crates.io]https://img.shields.io/crates/v/fory-derive.svg]https://crates.io/crates/fory-derive |