2 releases

0.1.1 Dec 17, 2022
0.1.0 Dec 5, 2022

#1787 in Parser implementations

Download history 45/week @ 2023-12-14 48/week @ 2023-12-21 23/week @ 2023-12-28 38/week @ 2024-01-04 31/week @ 2024-01-11 23/week @ 2024-01-18 22/week @ 2024-01-25 17/week @ 2024-02-01 30/week @ 2024-02-08 59/week @ 2024-02-15 67/week @ 2024-02-22 54/week @ 2024-02-29 50/week @ 2024-03-07 62/week @ 2024-03-14 64/week @ 2024-03-21 82/week @ 2024-03-28

260 downloads per month
Used in 6 crates (2 directly)

Apache-2.0

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時\、ナイトコードで。

No runtime deps