2 releases

0.1.1 Dec 17, 2022
0.1.0 Dec 5, 2022

#1813 in Parser implementations

Download history 34/week @ 2024-01-08 27/week @ 2024-01-15 20/week @ 2024-01-22 18/week @ 2024-01-29 23/week @ 2024-02-05 33/week @ 2024-02-12 83/week @ 2024-02-19 62/week @ 2024-02-26 42/week @ 2024-03-04 65/week @ 2024-03-11 61/week @ 2024-03-18 69/week @ 2024-03-25 91/week @ 2024-04-01 60/week @ 2024-04-08 135/week @ 2024-04-15 68/week @ 2024-04-22

365 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