johnrs 0.1.0

Simple library to parse the JOHN notation format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "johnrs"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Simple library to parse the JOHN notation format"
repository = "https://github.com/nora2605/JOHNrs"
readme = "README.md"
keywords = ["john", "notation", "parser"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1.10.3"