🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

regexp2rust

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp2rust

regexp(ecma262) to rust code

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

example

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

Keywords

regexp

FAQs

Package last updated on 17 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts