pkstrings: Add some module level doc
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
0a3a455b31
commit
7817909a69
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
//! Handles string encoding and decoding for the English version of Pokémon Gen 1.
|
||||
//!
|
||||
//! Documentation can be found at:
|
||||
//! https://bulbapedia.bulbagarden.net/wiki/Character_encoding_(Generation_I)
|
||||
//!
|
||||
//! Control characters are considered valid but not handled yet.
|
||||
|
||||
use std::convert::TryFrom;
|
||||
use std::fmt;
|
||||
use std::ops::Deref;
|
||||
|
|
Loading…
Reference in a new issue