demo-rust-once-cell-regex
Demo of Rust once-cell-regex crate `regex!` macro that creates lazy static regular expressions
https://github.com/joelparkerhenderson/demo-rust-once-cell-regex
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.3%) to scientific vocabulary
Repository
Demo of Rust once-cell-regex crate `regex!` macro that creates lazy static regular expressions
Basic Info
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Demo Rust once-cell-regex
Demo of Rust programming language, once-cell-regex crate, and regex! macro that creates lazy static regular expressions.
Example:
```rust use oncecellregex::regex;
fn main() { let re = regex!("hello"); let matched = re.is_match("hello world"); println!("{}", b); } ```
Example with once_cell instead of once_cell_regex:
```rust use regex::Regex; use once_cell::sync::Lazy;
fn main() {
static RE: Lazy
Owner
- Name: Joel Parker Henderson
- Login: joelparkerhenderson
- Kind: user
- Location: California
- Website: http://www.joelparkerhenderson.com
- Repositories: 319
- Profile: https://github.com/joelparkerhenderson
Software developer. Technology consultant. Creator of GitAlias.com, NumCommand.com, SixArm.com, and many open source projects.
Citation (CITATION.cff)
cff-version: 1.2.0
title: Demo Rust once-cell-regex
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/joelparkerhenderson/demo-rust-once-cell-regex/'
description: Demo Rust once-cell-regex
repository-code: 'https://github.com/joelparkerhenderson/demo-rust-once-cell-regex/'
abstract: >-
Demo Rust once-cell-regex
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 3 |