Docs.rs
match-string-0.1.2
match-string 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DexerMatters
Dependencies
match_string_macros ^0.1.1
normal
Versions
41.18%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module dest
match_
string
0.1.2
Module dest
Module Items
Structs
In crate match_
string
match_string
Module
dest
Copy item path
Source
Structs
ยง
Dest
A destination that can store matched items. This is a wrapper around
RefCell<T>
to allow interior mutability while providing a convenient API for pattern matching destinations.