cuna 0.4.1

A simple cue parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.nom]
version = "5"

[dependencies.thiserror]
version = "1"

[package]
authors = ["snylonue <snylonue@gmail.com>"]
description = "A simple cue parser"
edition = "2018"
homepage = "https://github.com/snylonue/cuna"
license = "MIT"
name = "cuna"
readme = "README.md"
repository = "https://github.com/snylonue/cuna"
version = "0.4.1"