-
bind
andbind_with_context
functions return unboxed closures (requires Rust 1.26). -
-
Implement
bind4
,bind4_with_context
,bind5
,bind5_with_context
andbindn
. -
Bugfix: Serialization from JSON now works as expected.
-
-
Drop support for serialization from non-self-describing formats.
- Implement
Default
forContext
- Support
serde-1.0.0
- Bug #13: failed build with
serde
feature disabled
- added serde deserialization
- api change:
Expr::eval
is nowExpr::eval_with_context
Expr
implementsFromStr
: use it as "1 + 2".parse::()- added
de::as_f64
for convenient deserialization Context
is nowClone