qndr 0.1.2

A quick and dirty regex helping tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
name = "qndr"
path = "src/lib.rs"

[package]
authors = ["bilal <skillzaa.com@gmail.com>"]
description = "A quick and dirty regex helping tool"
documentation = "https://docs.rs/qndr/"
edition = "2021"
homepage = "https://github.com/skillzaa/qndr.git"
license = "MIT OR Apache-2.0"
name = "qndr"
readme = "README.md"
repository = "https://github.com/skillzaa/qndr.git"
resolver = "2"
version = "0.1.2"