From 844dee3d2201998ea9dea7bbd8afcd10e876b44b Mon Sep 17 00:00:00 2001 From: vE5li Date: Sat, 9 Mar 2024 04:37:12 +0100 Subject: [PATCH] Add bare-bones READMEs to the sub-crates --- procedural/README.md | 3 +++ ragnarok_bytes/README.md | 3 +++ ragnarok_procedural/README.md | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 procedural/README.md create mode 100644 ragnarok_bytes/README.md create mode 100644 ragnarok_procedural/README.md diff --git a/procedural/README.md b/procedural/README.md new file mode 100644 index 00000000..8f0c0cef --- /dev/null +++ b/procedural/README.md @@ -0,0 +1,3 @@ +# Procedural + +A proc macro crate to derive Korangar specific traits. It also provides some helpers asffunction-like macros. diff --git a/ragnarok_bytes/README.md b/ragnarok_bytes/README.md new file mode 100644 index 00000000..830bfbae --- /dev/null +++ b/ragnarok_bytes/README.md @@ -0,0 +1,3 @@ +# Ragnarok Bytes + +A crate that exposes traits an types to serialize and deserialize Ragnarok Online file formats and network packets. diff --git a/ragnarok_procedural/README.md b/ragnarok_procedural/README.md new file mode 100644 index 00000000..98342c72 --- /dev/null +++ b/ragnarok_procedural/README.md @@ -0,0 +1,3 @@ +# Ragnarok Procedural + +A proc macro crate to derive Ragnarok Online traits.