From a72a1d2678a907d58063cff9682c6cde9c271d72 Mon Sep 17 00:00:00 2001 From: vE5li Date: Sat, 9 Mar 2024 14:38:11 +0100 Subject: [PATCH] Add small explanation to READMEs --- ragnarok_bytes/README.md | 2 ++ ragnarok_procedural/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ragnarok_bytes/README.md b/ragnarok_bytes/README.md index 830bfbae..f61c7c4f 100644 --- a/ragnarok_bytes/README.md +++ b/ragnarok_bytes/README.md @@ -1,3 +1,5 @@ # Ragnarok Bytes A crate that exposes traits an types to serialize and deserialize Ragnarok Online file formats and network packets. + +All the `ragnarok-*` crates are meant to be independent from Korangar and have no dependencies to it, meaning they can be used for other Ragnarok Online related projects. diff --git a/ragnarok_procedural/README.md b/ragnarok_procedural/README.md index 98342c72..959fa455 100644 --- a/ragnarok_procedural/README.md +++ b/ragnarok_procedural/README.md @@ -1,3 +1,5 @@ # Ragnarok Procedural A proc macro crate to derive Ragnarok Online traits. + +All the `ragnarok-*` crates are meant to be independent from Korangar and have no dependencies to it, meaning they can be used for other Ragnarok Online related projects.