name: regex description: An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. license_spdx: MIT or Apache-2.0 version: 1.1.1 spec_version: 1.0 download_url: https://crates.io/api/v1/crates/regex/1.1.1/download home_url: https://github.com/rust-lang/regex news_url: https://libraries.io/cargo/regex/versions.atom date: 2019-02-27 about_resource: NONE libraries_io_url: https://libraries.io/cargo/regex?number=1.1.1 vcs_tool: git vcs_repository: https://github.com/rust-lang/regex vcs_branch: master