regexp2rust
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

example

    import RegExp2Rust from "regexp2rust";
    let reg = /12(?!(4))/u;
    let program = new RegExp2Rust(reg).build();

Readme

Keywords

Package Sidebar

Install

npm i regexp2rust

Weekly Downloads

1

Version

1.0.6

License

Apache-2.0

Unpacked Size

9.78 MB

Total Files

29

Last publish

Collaborators

  • hjiayz