feat: Remove native_model_encode_downgrade

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-08-21 12:36:02 +10:00
parent 4d553e961b
commit 22210f5d1b
5 changed files with 13 additions and 31 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
[package]
name = "native_model"
version = "0.6.2"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
authors = ["Vincent Herlemont <vincent@herlemont.fr>", "quexeky <git@quexeky.dev>"]
edition = "2021"
description = "A thin wrapper around serialized data which add information of identity and version."
license = "MIT"
repository = "https://github.com/vincent-herlemont/native_model"
repository = "https://github.com/Drop-OSS/native_model"
readme = "README.md"
keywords = ["serialization", "interoperability", "data-consistency", "flexibility", "performance"]
categories = ["data-structures", "encoding", "rust-patterns"]