This commit is contained in:
2021-05-20 22:21:27 -04:00
parent af8e66fa66
commit 9c7d850298
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
//! # Skyrim Cell Dump
//!
//! `skyrim-cell-dump` is a library for parsing Skyrim plugin files and extracing CELL data into Rust structs.
//! `skyrim-cell-dump` is a library for parsing Skyrim plugin files and extracting CELL data into Rust structs.
#[macro_use]
extern crate bitflags;