Docs.rs
harper-core-0.61.0
harper-core 0.61.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
elijah-potter
Dependencies
ammonia ^4.1.1
normal
bitflags ^2.9.3
normal
blanket ^0.4.0
normal
cached ^0.56.0
normal
foldhash ^0.1.5
normal
fst ^0.4.7
normal
harper-brill ^0.61.0
normal
hashbrown ^0.16.0
normal
is-macro ^0.3.6
normal
itertools ^0.14.0
normal
lazy_static ^1.5.0
normal
levenshtein_automata ^0.2.1
normal
lru ^0.16.0
normal
ordered-float ^5.0.0
normal
paste ^1.0.14
normal
pulldown-cmark ^0.13.0
normal
serde ^1.0.219
normal
serde_json ^1.0.143
normal
smallvec ^1.15.1
normal
strum ^0.27.2
normal
strum_macros ^0.27.2
normal
thiserror ^2.0.16
normal
unicode-blocks ^0.1.9
normal
unicode-script ^0.5.7
normal
unicode-width ^0.2.1
normal
criterion ^0.7.0
dev
once_cell ^1.21.3
dev
quickcheck ^1.0.3
dev
quickcheck_macros ^1.1.0
dev
rand ^0.8.5
dev
rayon ^1.11.0
dev
Versions
47.16%
of the crate is documented
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
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
Parser
harper_
core
0.61.0
Parser
Required Methods
parse
Implementations on Foreign Types
Box<P>
Implementors
In harper_
core::
parsers
harper_core
::
parsers
Trait
Parser
Copy item path
Source
pub trait Parser:
LSend
{ // Required method fn
parse
(&self, source: &[
char
]) ->
Vec
<
Token
>; }
Required Methods
§
Source
fn
parse
(&self, source: &[
char
]) ->
Vec
<
Token
>
Implementations on Foreign Types
§
Source
§
impl<P:
Parser
+ ?
Sized
>
Parser
for
Box
<P>
Source
§
fn
parse
(&self, source: &[
char
]) ->
Vec
<
Token
>
Implementors
§
Source
§
impl
Parser
for
CollapseIdentifiers
Source
§
impl
Parser
for
Markdown
Source
§
impl
Parser
for
OrgMode
Source
§
impl
Parser
for
PlainEnglish
Source
§
impl<D:
Dictionary
>
Parser
for
IsolateEnglish
<D>
Source
§
impl<M, P>
Parser
for
Mask
<M, P>
where M:
Masker
, P:
Parser
,
Source
§
impl<P:
Parser
+ ?
Sized
>
Parser
for
Rc
<P>