Minparser
Simple parsing functions
This crate is a collection of objects and algorithms shared among different crates that needs to implement a parser.
Usage examples
use *;
let = from.match_tool_string.unwrap;
assert_eq!;
assert_eq!;
use *;
let = new
.match_tool_data.unwrap;
assert_eq!;
assert_eq!;
Installation
To add minparser as a dependency for your project first add this registry to your $CARGO_HOME/config.toml:
[registries.loara_forgejo]
index = "sparse+https://codeberg.org/api/packages/Loara/cargo/" # Sparse index
# index = "https://codeberg.org/Loara/_cargo-index.git" # Git
[net]
git-fetch-with-cli = true
then run inside your working directory
cargo add --registry loara_forgejo minparser