From 7cbe2fe8539b584538305c63798b2e86d00254f3 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 24 Sep 2023 15:40:38 -0400 Subject: [PATCH] Add homepage blurb --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 921d475..ddef218 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: 2023 Joshua Goins // SPDX-License-Identifier: GPL-3.0-or-later +//! Crate for reading and writing the file formats used by FFXIV. + extern crate core; /// Reading and writing game data repositories, such as "ffxiv" and "ex1", and so on.