Docs.rs
vector-expr-0.4.0
vector-expr 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
bonsairobo
Dependencies
bitvec ^1.0.1
normal
num-traits ^0.2.17
normal
once_cell ^1.19.0
normal
pest ^2.7.5
normal
pest_derive ^2.7.5
normal
rayon ^1
normal
optional
Versions
25%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vector_
expr
0.4.0
Parse
Error
Aliased Type
In crate vector_
expr
vector_expr
Type Alias
ParseError
Copy item path
Source
pub type ParseError =
Box
<
Error
<Rule>>;
Aliased Type
ยง
struct ParseError(
/* private fields */
);