parent
9989ec98e8
commit
8432058052
@ -327,6 +327,7 @@
|
|||||||
//! Example parsing with [ron format](docs.rs/ron):
|
//! Example parsing with [ron format](docs.rs/ron):
|
||||||
//!
|
//!
|
||||||
//! ```rust
|
//! ```rust
|
||||||
|
//! # #[cfg(feature = "serde_support")] {
|
||||||
//! extern crate ron;
|
//! extern crate ron;
|
||||||
//! use evalexpr::*;
|
//! use evalexpr::*;
|
||||||
//!
|
//!
|
||||||
@ -341,6 +342,7 @@
|
|||||||
//! () // Handle error
|
//! () // Handle error
|
||||||
//! },
|
//! },
|
||||||
//! }
|
//! }
|
||||||
|
//! # }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! With `serde`, expressions can be integrated into arbitrarily complex data.
|
//! With `serde`, expressions can be integrated into arbitrarily complex data.
|
||||||
|
Loading…
Reference in New Issue
Block a user