anni-artist

Crates.ioanni-artist
lib.rsanni-artist
version0.1.1
sourcesrc
created_at2022-12-05 12:42:56.153891
updated_at2022-12-17 07:35:07.653565
descriptionArtist parser for Project Anni.
homepage
repositoryhttps://github.com/ProjectAnni/anni-artist
max_upload_size
id730294
size26,196
Yesterday17 (Yesterday17)

documentation

README

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

cargo fmt