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.