|
You are here |
secret.club | ||
| | | | |
docs.rs
|
|
| | | | | This crate provides a lightweight regex engine for searching strings. The regex syntax supported by this crate is nearly identical to what is found in the `regex` crate. Like the `regex` crate, all regex searches in this crate have worst case `O(m * n)` time complexity, where `m` is proportional to the size of the regex and `n` is proportional to the size of the string being searched. | |
| | | | |
entropicthoughts.com
|
|
| | | | | ||
| | | | |
sergioprado.blog
|
|
| | | | | This is the second part of the article about embedded Linux security. | |
| | | | |
swtch.com
|
|
| | | |||