iregexp 0.1.0

A checking implementation of I-Regexp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[package]
description = "A checking implementation of I-Regexp"
edition = "2021"
homepage = "https://github.com/jg-rp/rust-iregexp"
license-file = "LICENSE.txt"
name = "iregexp"
readme = "README.md"
repository = "https://github.com/jg-rp/rust-iregexp"
version = "0.1.0"