Docs.rs
rem-utils-0.2.1
rem-utils 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sewenthy
RuleBrittonica
Dependencies
colored ^3.0.0
normal
config ^0.15.9
normal
diff ^0.1.13
normal
ena ^0.14
normal
home ^0.5.11
normal
log ^0.4.26
normal
nom ^7.1.0
normal
proc-macro2 ^1.0
normal
quote ^1.0.39
normal
regex ^1.11.1
normal
serde ^1.0.218
normal
string_cache ^0.8.8
normal
syn ^2.0.108
normal
Versions
25.48%
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 parser
rem_
utils
0.2.1
Module parser
Module Items
Functions
In crate rem_
utils
rem_utils
Module
parser
Copy item path
Source
Functions
ยง
label
rust_
type
ws
A combinator that takes a parser
inner
and produces a parser that also consumes both leading and trailing whitespace, returning the output of
inner
.