Docs.rs
cctr-expr-0.16.1
cctr-expr 0.16.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
andreasjansson
Dependencies
regex ^1
normal
thiserror ^1
normal
winnow ^0.6
normal
Versions
1.1%
of the crate is documented
Go to latest version
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
eval_bool
cctr_
expr
0.16.1
cctr_expr
Function
eval_
bool
Copy item path
Source
pub fn eval_bool( expr_str: &
str
, vars: &
HashMap
<
String
,
Value
>, ) ->
Result
<
bool
,
EvalError
>