dc_bundle 0.38.3

Provides the DesignCompose Bundle and Definition
Documentation
    Updating crates.io index
   Packaging dc_bundle v0.38.3 (/usr/local/google/home/dipenp/automotive-design-compose/crates/dc_bundle)
    Updating crates.io index
    Packaged 18 files, 144.3KiB (31.0KiB compressed)
   Verifying dc_bundle v0.38.3 (/usr/local/google/home/dipenp/automotive-design-compose/crates/dc_bundle)
   Compiling dc_bundle v0.38.3 (/usr/local/google/home/dipenp/automotive-design-compose/target/package/dc_bundle-0.38.3)
error[E0432]: unresolved import `crate::variable`
 --> src/definition.rs:1:12
  |
1 | use crate::variable::VariableMap;
  |            ^^^^^^^^ could not find `variable` in the crate root

error[E0432]: unresolved import `crate::design_compose_definition`
  --> src/definition.rs:17:12
   |
17 | use crate::design_compose_definition::{DesignComposeDefinition, DesignComposeDefinitionHeader};
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `design_compose_definition` in the crate root

error[E0432]: unresolved import `crate::view`
  --> src/definition.rs:18:12
   |
18 | use crate::view::View;
   |            ^^^^ could not find `view` in the crate root

error[E0432]: unresolved import `crate::background`
  --> src/definition/element.rs:20:12
   |
20 | use crate::background::{background, Background};
   |            ^^^^^^^^^^ could not find `background` in the crate root

error[E0432]: unresolved import `crate::color`
  --> src/definition/element.rs:21:12
   |
21 | use crate::color::{Color, FloatColor};
   |            ^^^^^ could not find `color` in the crate root

error[E0433]: failed to resolve: could not find `geometry` in the crate root
  --> src/definition/element.rs:23:12
   |
23 | use crate::geometry::dimension_proto::Dimension;
   |            ^^^^^^^^ could not find `geometry` in the crate root

error[E0432]: unresolved import `crate::font`
  --> src/definition/element.rs:22:12
   |
22 | use crate::font::{FontFeature, FontStretch, FontStyle, FontWeight, TextDecoration};
   |            ^^^^ could not find `font` in the crate root

error[E0433]: failed to resolve: unresolved import
  --> src/definition/element.rs:25:12
   |
25 | use crate::path::path::WindingRule;
   |            ^^^^
   |            |
   |            unresolved import
   |            help: a similar path exists: `std::path`

error[E0432]: unresolved import `crate::geometry`
  --> src/definition/element.rs:24:12
   |
24 | use crate::geometry::{DimensionProto, DimensionRect};
   |            ^^^^^^^^ could not find `geometry` in the crate root

error[E0433]: failed to resolve: could not find `variable` in the crate root
  --> src/definition/element.rs:27:12
   |
27 | use crate::variable::num_or_var::NumOrVarType;
   |            ^^^^^^^^ could not find `variable` in the crate root

error[E0432]: unresolved import `crate::path`
  --> src/definition/element.rs:26:12
   |
26 | use crate::path::Path;
   |            ^^^^
   |            |
   |            unresolved import
   |            help: a similar path exists: `std::path`

error[E0432]: unresolved import `crate::variable`
  --> src/definition/element.rs:28:12
   |
28 | use crate::variable::{color_or_var, ColorOrVar, NumOrVar};
   |            ^^^^^^^^ could not find `variable` in the crate root

error[E0432]: unresolved import `crate::view_shape`
  --> src/definition/element.rs:29:12
   |
29 | use crate::view_shape::{view_shape, ViewShape};
   |            ^^^^^^^^^^ could not find `view_shape` in the crate root

error[E0432]: unresolved import `crate::geometry`
  --> src/definition/layout.rs:17:12
   |
17 | use crate::geometry::{DimensionProto, DimensionRect, Size};
   |            ^^^^^^^^ could not find `geometry` in the crate root

error[E0432]: unresolved import `crate::layout_style`
  --> src/definition/layout.rs:18:12
   |
18 | use crate::layout_style::LayoutStyle;
   |            ^^^^^^^^^^^^ could not find `layout_style` in the crate root

error[E0433]: failed to resolve: could not find `positioning` in the crate root
  --> src/definition/layout.rs:19:12
   |
19 | use crate::positioning::item_spacing::{self, ItemSpacingType};
   |            ^^^^^^^^^^^ could not find `positioning` in the crate root

error[E0432]: unresolved import `crate::positioning`
  --> src/definition/layout.rs:19:12
   |
19 | use crate::positioning::item_spacing::{self, ItemSpacingType};
   |            ^^^^^^^^^^^ could not find `positioning` in the crate root

error[E0432]: unresolved import `crate::positioning`
  --> src/definition/layout.rs:20:12
   |
20 | use crate::positioning::{
   |            ^^^^^^^^^^^ could not find `positioning` in the crate root

error[E0432]: unresolved imports `crate::filter`, `crate::shadow`, `crate::variable`
  --> src/definition/modifier.rs:18:5
   |
18 |     filter::{filter_op, FilterOp},
   |     ^^^^^^ could not find `filter` in the crate root
19 |     shadow::{box_shadow, BoxShadow, ShadowBox},
   |     ^^^^^^ could not find `shadow` in the crate root
20 |     variable::ColorOrVar,
   |     ^^^^^^^^ could not find `variable` in the crate root

error[E0432]: unresolved import `crate::matrix_transform`
  --> src/definition/modifier/affine_transform.rs:10:12
   |
10 | use crate::matrix_transform::AffineTransform;
   |            ^^^^^^^^^^^^^^^^ could not find `matrix_transform` in the crate root

error[E0432]: unresolved import `crate::matrix_transform`
  --> src/definition/modifier/layout_transform.rs:10:12
   |
10 | use crate::matrix_transform::{AffineTransform, LayoutTransform};
   |            ^^^^^^^^^^^^^^^^ could not find `matrix_transform` in the crate root

error[E0432]: unresolved import `crate::background`
  --> src/definition/view.rs:19:12
   |
19 | use crate::background::{background, Background};
   |            ^^^^^^^^^^ could not find `background` in the crate root

error[E0432]: unresolved import `crate::blend`
  --> src/definition/view.rs:20:12
   |
20 | use crate::blend::BlendMode;
   |            ^^^^^ could not find `blend` in the crate root

error[E0432]: unresolved import `crate::font`
  --> src/definition/view.rs:21:12
   |
21 | use crate::font::{FontStretch, FontStyle, FontWeight, TextDecoration};
   |            ^^^^ could not find `font` in the crate root

error[E0432]: unresolved import `crate::frame_extras`
  --> src/definition/view.rs:22:12
   |
22 | use crate::frame_extras::FrameExtras;
   |            ^^^^^^^^^^^^ could not find `frame_extras` in the crate root

error[E0432]: unresolved import `crate::geometry`
  --> src/definition/view.rs:23:12
   |
23 | use crate::geometry::{Rectangle, Size};
   |            ^^^^^^^^ could not find `geometry` in the crate root

error[E0432]: unresolved import `crate::layout_style`
  --> src/definition/view.rs:24:12
   |
24 | use crate::layout_style::LayoutStyle;
   |            ^^^^^^^^^^^^ could not find `layout_style` in the crate root

error[E0433]: failed to resolve: unresolved import
  --> src/definition/view.rs:26:12
   |
26 | use crate::path::line_height::Line_height_type;
   |            ^^^^
   |            |
   |            unresolved import
   |            help: a similar path exists: `std::path`

error[E0432]: unresolved import `crate::node_style`
  --> src/definition/view.rs:25:12
   |
25 | use crate::node_style::{Display, NodeStyle};
   |            ^^^^^^^^^^ could not find `node_style` in the crate root

error[E0432]: unresolved import `crate::path`
  --> src/definition/view.rs:27:12
   |
27 | use crate::path::{LineHeight, Stroke};
   |            ^^^^
   |            |
   |            unresolved import
   |            help: a similar path exists: `std::path`

error[E0432]: unresolved import `crate::pointer`
  --> src/definition/view.rs:28:12
   |
28 | use crate::pointer::PointerEvents;
   |            ^^^^^^^ could not find `pointer` in the crate root

error[E0432]: unresolved import `crate::positioning`
  --> src/definition/view.rs:29:12
   |
29 | use crate::positioning::{FlexWrap, LayoutSizing, Overflow, OverflowDirection, ScrollInfo};
   |            ^^^^^^^^^^^ could not find `positioning` in the crate root

error[E0432]: unresolved import `crate::reaction`
  --> src/definition/view.rs:30:12
   |
30 | use crate::reaction::Reaction;
   |            ^^^^^^^^ could not find `reaction` in the crate root

error[E0432]: unresolved import `crate::text`
  --> src/definition/view.rs:31:12
   |
31 | use crate::text::{TextAlign, TextAlignVertical, TextOverflow};
   |            ^^^^ could not find `text` in the crate root

error[E0432]: unresolved import `crate::text_style`
  --> src/definition/view.rs:32:12
   |
32 | use crate::text_style::StyledTextRun;
   |            ^^^^^^^^^^ could not find `text_style` in the crate root

error[E0433]: failed to resolve: unresolved import
  --> src/definition/view.rs:34:12
   |
34 | use crate::view::view::RenderMethod;
   |            ^^^^
   |            |
   |            unresolved import
   |            help: a similar path exists: `definition::view`

error[E0433]: failed to resolve: unresolved import
  --> src/definition/view.rs:35:12
   |
35 | use crate::view::view_data::{Container, StyledTextRuns, Text, View_data_type};
   |            ^^^^
   |            |
   |            unresolved import
   |            help: a similar path exists: `definition::view`

error[E0432]: unresolved import `crate::variable`
  --> src/definition/view.rs:33:12
   |
33 | use crate::variable::NumOrVar;
   |            ^^^^^^^^ could not find `variable` in the crate root

error[E0432]: unresolved import `crate::view`
  --> src/definition/view.rs:36:12
   |
36 | use crate::view::{ComponentInfo, View, ViewData};
   |            ^^^^
   |            |
   |            unresolved import
   |            help: a similar path exists: `definition::view`

error[E0432]: unresolved import `crate::view_shape`
  --> src/definition/view.rs:37:12
   |
37 | use crate::view_shape::ViewShape;
   |            ^^^^^^^^^^ could not find `view_shape` in the crate root

error[E0432]: unresolved import `crate::view_style`
  --> src/definition/view.rs:38:12
   |
38 | use crate::view_style::ViewStyle;
   |            ^^^^^^^^^^ could not find `view_style` in the crate root

error[E0432]: unresolved import `crate::design_compose_definition`
  --> src/definition_file.rs:17:12
   |
17 | use crate::design_compose_definition::{DesignComposeDefinition, DesignComposeDefinitionHeader};
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `design_compose_definition` in the crate root

error[E0282]: type annotations needed
   --> src/definition/element.rs:302:13
    |
302 |             rect.set_start(start);
    |             ^^^^ cannot infer type

error[E0282]: type annotations needed
   --> src/definition/element.rs:311:13
    |
311 |             rect.set_end(end);
    |             ^^^^ cannot infer type

error[E0282]: type annotations needed
   --> src/definition/element.rs:320:13
    |
320 |             rect.set_top(top);
    |             ^^^^ cannot infer type

error[E0282]: type annotations needed
   --> src/definition/element.rs:329:13
    |
329 |             rect.set_bottom(bottom);
    |             ^^^^ cannot infer type

error[E0282]: type annotations needed
   --> src/definition/view.rs:500:34
    |
500 |                     let result = child.find_view_by_id(&view_id);
    |                                  ^^^^^ cannot infer type

error[E0282]: type annotations needed for `(_, _)`
  --> src/definition.rs:76:38
   |
76 |             views: views.iter().map(|(k, v)| (k.encode(), v.to_owned())).collect(),
   |                                      ^^^^^^   - type must be known at this point
   |
help: consider giving this closure parameter an explicit type, where the placeholders `_` are specified
   |
76 |             views: views.iter().map(|(k, v): (_, _)| (k.encode(), v.to_owned())).collect(),
   |                                            ++++++++

error[E0282]: type annotations needed for `({type error}, _)`
  --> src/definition.rs:76:38
   |
76 |             views: views.iter().map(|(k, v)| (k.encode(), v.to_owned())).collect(),
   |                                      ^^^^^^               - type must be known at this point
   |
help: consider giving this closure parameter an explicit type, where the placeholders `_` are specified
   |
76 |             views: views.iter().map(|(k, v): (_, _)| (k.encode(), v.to_owned())).collect(),
   |                                            ++++++++

error[E0282]: type annotations needed for `(&str, _)`
  --> src/definition.rs:86:19
   |
86 |             .map(|(k, v)| NodeQuery::decode(k).map(|query| (query, v.clone())))
   |                   ^^^^^^                                           - type must be known at this point
   |
help: consider giving this closure parameter an explicit type, where the placeholders `_` are specified
   |
86 |             .map(|(k, v): (&_, _)| NodeQuery::decode(k).map(|query| (query, v.clone())))
   |                         +++++++++

Some errors have detailed explanations: E0282, E0432, E0433.
For more information about an error, try `rustc --explain E0282`.
error: could not compile `dc_bundle` (lib) due to 50 previous errors
error: failed to verify package tarball