Docs.rs
expr-lang-0.3.2
expr-lang 0.3.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jdx
Dependencies
indexmap ^2
normal
log ^0.4
normal
once_cell ^1
normal
pest ^2
normal
pest_derive ^2
normal
regex ^1
normal
serde ^1.0
normal
optional
strum ^0.27
normal
thiserror ^2
normal
proptest ^1
dev
serde ^1
dev
serde_json ^1
dev
test-log ^0.2
dev
Versions
14.47%
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
expr
0.3.2
Macros
bail
value
Structs
Context
Environment
Parser
Program
Enums
Error
Rule
Value
Functions
compile
eval
run
Type Aliases
Result
expr
Macro
bail
Copy item path
Settings
Help
Summary
Source
macro_rules! bail { ($($arg:tt)*) => { ... }; }