mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
MAINT: Bump version 0.1.8
This commit is contained in:
parent
c3048915d4
commit
a1bfba65b7
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -225,7 +225,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ucg"
|
name = "ucg"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bencher 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bencher 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ucg"
|
name = "ucg"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
||||||
description = "A configuration generation grammar."
|
description = "A configuration generation grammar."
|
||||||
repository = "https://github.com/zaphar/ucg"
|
repository = "https://github.com/zaphar/ucg"
|
||||||
|
@ -339,9 +339,9 @@
|
|||||||
//! A filter expression starts with the filter keyword followed by the name of a macro with exactly
|
//! A filter expression starts with the filter keyword followed by the name of a macro with exactly
|
||||||
//! one argument, a `.`, and the name of the output field for the macro. The filter will apply the
|
//! one argument, a `.`, and the name of the output field for the macro. The filter will apply the
|
||||||
//! macro to each element of the list and if the output field is a value that is not NULL then the
|
//! macro to each element of the list and if the output field is a value that is not NULL then the
|
||||||
//! list element is appended to the output list. If the output field returns a NULL Value then the
|
//! list element is appended to the output list. If the output field returns a NULL Value or Boolean
|
||||||
//! element is not appended to the output list. If the output field does not exist in the macro it
|
//! false then the element is not appended to the output list. If the output field does not exist in
|
||||||
//! will be a compile error.
|
//! the macro it will be a compile error.
|
||||||
//!
|
//!
|
||||||
//! ```ucg
|
//! ```ucg
|
||||||
//! let list = ["foo", "bar", "foo", "bar"];
|
//! let list = ["foo", "bar", "foo", "bar"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user