2024-02-22 06:10:29 -06:00
|
|
|
//@ aux-build: color.rs
|
2022-11-28 13:29:23 -06:00
|
|
|
|
|
|
|
extern crate color;
|
|
|
|
|
2024-08-04 18:44:35 -05:00
|
|
|
//@ has "$.index[*].inner.use[?(@.name == 'Red')]"
|
2022-11-28 13:29:23 -06:00
|
|
|
pub use color::Color::Red;
|
|
|
|
|
2024-07-19 09:50:47 -05:00
|
|
|
//@ !has "$.index[*][?(@.name == 'Red')]"
|
|
|
|
//@ !has "$.index[*][?(@.name == 'Color')]"
|