2 releases
0.1.1 | Dec 17, 2022 |
---|---|
0.1.0 | Dec 5, 2022 |
#1780 in Parser implementations
66 downloads per month
Used in 6 crates
(2 directly)
15KB
304 lines
anni-artist
Parser for Anni Artists Format.
Definition
Anni artists format has defined a string format for describing multiple/nested artists.
Multiple artists can be separated by ideographic comma(、
). For example:
雨宮天、麻倉もも、夏川椎菜
Artists structure may be nested to describe the included
relation between group and artists. For example:
TrySail(雨宮天、麻倉もも、夏川椎菜)
If commas are included in artist name, there're two ways to escape them:
- double ideographic commas:
25時、、ナイトコードで。
- escape with character
\
:25時\、ナイトコードで。