safe-regex-compiler 0.1.1

Regex compiler for the safe-regex crate
Documentation
safe-regex-compiler-0.1.1 has been yanked.

safe-regex-compiler

crates.io version license: Apache 2.0 unsafe forbidden pipeline status

A regular expression compiler.

If you want to use regular expressions in your software, use the safe_regex crate.

Cargo Geiger Safety Report


Metric output format: x/y
    x = unsafe code used by the build
    y = total unsafe code found in the crate

Symbols: 
    🔒  = No `unsafe` usage found, declares #![forbid(unsafe_code)]
    ❓  = No `unsafe` usage found, missing #![forbid(unsafe_code)]
    ☢️  = `unsafe` usage found

Functions  Expressions  Impls  Traits  Methods  Dependency

0/0        0/0          0/0    0/0     0/0      🔒  safe-regex-compiler 0.1.1
0/0        0/0          0/0    0/0     0/0      🔒  ├── safe-proc-macro2 1.0.24
0/0        0/0          0/0    0/0     0/0      🔒  │   └── unicode-xid 0.2.1
0/0        0/0          0/0    0/0     0/0      🔒  └── safe-quote 1.0.9
0/0        0/0          0/0    0/0     0/0      🔒      └── safe-proc-macro2 1.0.24

0/0        0/0          0/0    0/0     0/0    

Changelog

  • v0.1.1 - Bug fixes and more tests.
  • v0.1.0 - First published version

TO DO

  • DONE - Read about regular expressions
  • DONE - Read about parsing
  • DONE - Implement parser
  • DONE - Add tests for parser
  • DONE - Implement macro generator
  • DONE - Add tests for macro generator
  • Add fuzzing tests

Release Process

  1. Edit Cargo.toml and bump version number.
  2. Run ../release.sh

License: Apache-2.0