Docs.rs
fancy-regex-0.7.1
fancy-regex 0.7.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
raphlinus
robinst
github:fancy-regex:crate-owners
Dependencies
bit-set ^0.5
normal
regex ^1.2
normal
criterion =0.3.4
dev
matches ^0.1.8
dev
quickcheck =1.0.1
dev
Versions
99.07%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
Other items in
fancy_regex
?
Type Definition
fancy_regex
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Result type for this crate with specific error enum.