parent
0a9b4d5f3a
commit
49da58976e
@ -231,10 +231,10 @@
|
|||||||
//! | `true` | no | Expression is interpreted as `Value::Bool` |
|
//! | `true` | no | Expression is interpreted as `Value::Bool` |
|
||||||
//! | `.34` | no | Expression is interpreted as `Value::Float` |
|
//! | `.34` | no | Expression is interpreted as `Value::Float` |
|
||||||
//!
|
//!
|
||||||
//! ### [serde](https://serde.rs)
|
//! ### [Serde](https://serde.rs)
|
||||||
//!
|
//!
|
||||||
//! This crate implements `serde::de::Deserialize` for its type `Node` that represents a parsed expression tree.
|
//! This crate implements `serde::de::Deserialize` for its type `Node` that represents a parsed expression tree.
|
||||||
//! The implementation expects a `string` as input.
|
//! The implementation expects a [serde `string`](https://serde.rs/data-model.html) as input.
|
||||||
//! Example parsing with [ron format](docs.rs/ron):
|
//! Example parsing with [ron format](docs.rs/ron):
|
||||||
//!
|
//!
|
||||||
//! ```rust
|
//! ```rust
|
||||||
|
Loading…
Reference in New Issue
Block a user