Docs.rs
jetro-core-0.4.0
jetro-core 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mitghi
Dependencies
indexmap ^2
normal
memchr ^2
normal
parking_lot ^0.12
normal
pest ^2.7.0
normal
pest_derive ^2.7.0
normal
serde ^1.0.171
normal
serde_json ^1.0.102
normal
simd-json ^0.13
normal
optional
smallvec ^1
normal
jaq-core ^3.0
dev
jaq-json ^2.0
dev
jaq-std ^3.0
dev
Versions
29.88%
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
Skip to main content
parse
jetro_
core
0.4.0
In jetro_
core::
parser
jetro_core
::
parser
Function
parse
Copy item path
Source
pub fn parse(input: &
str
) ->
Result
<
Expr
,
ParseError
>