sre-engine 0.2.0

A low-level implementation of Python's SRE regex engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sre-engine"
version = "0.2.0"
authors = ["Kangzhi Shi <shikangzhi@gmail.com>", "RustPython Team"]
description = "A low-level implementation of Python's SRE regex engine"
repository = "https://github.com/RustPython/sre-engine"
license = "MIT"
edition = "2018"
keywords = ["regex"]
include = ["LICENSE", "src/**/*.rs"]

[dependencies]
num_enum = "0.5"
bitflags = "1.2"