-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
naming: ready shiratsu-naming for publish
- Loading branch information
Showing
5 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,11 @@ name = "shiratsu-naming" | |
version = "0.1.0" | ||
authors = ["Ronny Chan <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/SnowflakePowered/shiratsu" | ||
repository = "https://github.com/SnowflakePowered/shiratsu/tree/master/shiratsu-naming" | ||
license = "MIT" | ||
|
||
categories = ["parser-implementations", "parsing", "emulators", "text-processing", "games"] | ||
readme = "README.md" | ||
description = "Zero-copy file name parser for No-Intro, TOSEC, and GoodTools named ROM files." | ||
[dependencies] | ||
# Statics | ||
phf = { version = "0.8", features = ["macros"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# shiratsu-naming | ||
|
||
[![Latest Version](https://img.shields.io/crates/v/shiratsu-naming.svg)](https://crates.io/crates/shiratsu-naming) [![Docs](https://docs.rs/shiratsu-naming/badge.svg)](https://docs.rs/shiratsu-naming) ![License](https://img.shields.io/crates/l/shiratsu-naming) | ||
|
||
`shiratsu-naming` is a parser for catalogued ROM file names that follow common naming conventions. | ||
It provides a zero-copy tokenizing API for file names from the following supported naming conventions. | ||
|
||
* [No-Intro](https://datomatic.no-intro.org/stuff/The%20Official%20No-Intro%20Convention%20(20071030).pdf) | ||
* [TOSEC](https://www.tosecdev.org/tosec-naming-convention) | ||
* [GoodTools](https://raw.githubusercontent.com/SnowflakePowered/shiratsu/25f2c858dc3a9373e27de3df559cd00931d8e55f/shiratsu-naming/src/naming/goodtools/GoodCodes.txt) | ||
|
||
`shiratsu-naming` does not use regular expressions and is throughly tested against a large set of names to support a variety of edge cases for each supported naming convention. | ||
|
||
See the [crate documentation](https://docs.rs/shiratsu-naming) for usage examples and more. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters