Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
regex_macros 0.2.0 - Docs.rs
[go: Go Back, main page]

regex_macros 0.2.0

An implementation of statically compiled regular expressions for Rust. Unless you specifically need compile time regular expressions or a matching engine that is guaranteed not to allocate, you should temporarily prefer using the plain regex crate (since it is almost always faster).
Documentation
Build #2149498 2025-05-24 11:07:46

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# pre-build errors
the crate depends on missing dependencies: 

error: failed to get `regex` as a dependency of package `regex_macros v0.2.0 (/home/cratesfyi/workspace-builder/builds/regex_macros-0.2.0/source)`

Caused by:
failed to load source for dependency `regex`

Caused by:
Unable to update /home/cratesfyi/workspace-builder/builds/regex_macros-0.2.0

Caused by:
failed to read `/home/cratesfyi/workspace-builder/builds/regex_macros-0.2.0/Cargo.toml`

Caused by:
No such file or directory (os error 2)

Stack backtrace:
0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
1: rustwide::prepare::Prepare::capture_lockfile
2: rustwide::prepare::Prepare::prepare
3: rustwide::build::BuildDirectory::run
4: docs_rs::docbuilder::rustwide_builder::RustwideBuilder::build_package
5: prometheus::histogram::Histogram::observe_closure_duration
6: docs_rs::build_queue::BuildQueue::build_next_queue_package
7: docs_rs::utils::queue_builder::queue_builder
8: cratesfyi::CommandLine::handle_args
9: cratesfyi::main
10: std::sys::backtrace::__rust_begin_short_backtrace
11: std::rt::lang_start::{{closure}}
12: std::rt::lang_start_internal
13: main
14: __libc_start_main
at /build/glibc-uZu3wS/glibc-2.27/csu/../csu/libc-start.c:310
15: _start