From 4f0807040b8b28e1eae9869aa3aecfd9cdc219a0 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 9 Jul 2024 09:47:40 +0200 Subject: [PATCH] Organize crates into folders --- .github/workflows/on_pull_request.yml | 2 +- .gitignore | 8 +- .prettierignore | 2 +- .typos.toml | 4 +- .vscode/settings.json | 4 +- ARCHITECTURE.md | 16 +- CMakeLists.txt | 2 +- Cargo.toml | 127 +-- crates/build/README.md | 1 + crates/{ => build}/re_build_info/Cargo.toml | 0 crates/{ => build}/re_build_info/README.md | 0 .../re_build_info/src/build_info.rs | 0 .../re_build_info/src/crate_version.rs | 0 crates/{ => build}/re_build_info/src/lib.rs | 0 crates/{ => build}/re_build_tools/Cargo.toml | 0 crates/{ => build}/re_build_tools/README.md | 0 crates/{ => build}/re_build_tools/src/git.rs | 0 .../{ => build}/re_build_tools/src/hashing.rs | 0 crates/{ => build}/re_build_tools/src/lib.rs | 0 .../re_build_tools/src/rebuild_detector.rs | 0 crates/{ => build}/re_dev_tools/Cargo.toml | 0 crates/{ => build}/re_dev_tools/README.md | 0 .../src/build_examples/example.rs | 0 .../src/build_examples/install.rs | 0 .../src/build_examples/manifest.rs | 0 .../re_dev_tools/src/build_examples/mod.rs | 0 .../re_dev_tools/src/build_examples/rrd.rs | 0 .../src/build_examples/snippets.rs | 0 .../src/build_examples/wait_for_output.rs | 0 .../src/build_search_index/README.md | 0 .../src/build_search_index/build.rs | 0 .../src/build_search_index/ingest.rs | 0 .../src/build_search_index/ingest/cpp.rs | 0 .../src/build_search_index/ingest/docs.rs | 0 .../src/build_search_index/ingest/examples.rs | 0 .../src/build_search_index/ingest/python.rs | 0 .../src/build_search_index/ingest/rust.rs | 0 .../src/build_search_index/meili.rs | 0 .../src/build_search_index/mod.rs | 0 .../src/build_search_index/repl.rs | 0 .../src/build_search_index/util.rs | 0 .../src/build_web_viewer/README.md | 0 .../re_dev_tools/src/build_web_viewer/lib.rs | 0 .../re_dev_tools/src/build_web_viewer/mod.rs | 0 crates/{ => build}/re_dev_tools/src/main.rs | 0 crates/build/re_types_builder/.gitignore | 1 + .../{ => build}/re_types_builder/Cargo.toml | 0 crates/{ => build}/re_types_builder/README.md | 0 crates/{ => build}/re_types_builder/build.rs | 0 .../definitions/reflection.fbs | 0 .../re_types_builder/src/arrow_registry.rs | 0 .../src/bin/build_re_types.rs | 12 +- .../re_types_builder/src/codegen/common.rs | 0 .../src/codegen/cpp/array_builder.rs | 0 .../src/codegen/cpp/forward_decl.rs | 0 .../src/codegen/cpp/includes.rs | 0 .../src/codegen/cpp/method.rs | 0 .../re_types_builder/src/codegen/cpp/mod.rs | 0 .../re_types_builder/src/codegen/docs/mod.rs | 0 .../re_types_builder/src/codegen/mod.rs | 0 .../src/codegen/python/mod.rs | 0 .../src/codegen/python/views.rs | 0 .../re_types_builder/src/codegen/rust/api.rs | 2 +- .../src/codegen/rust/arrow.rs | 0 .../src/codegen/rust/blueprint_validation.rs | 2 +- .../src/codegen/rust/deserializer.rs | 0 .../re_types_builder/src/codegen/rust/mod.rs | 0 .../src/codegen/rust/reflection.rs | 2 +- .../src/codegen/rust/serializer.rs | 0 .../re_types_builder/src/codegen/rust/util.rs | 0 .../{ => build}/re_types_builder/src/docs.rs | 0 .../re_types_builder/src/format/cpp.rs | 0 .../re_types_builder/src/format/mod.rs | 0 .../re_types_builder/src/format/python.rs | 0 .../re_types_builder/src/format/rust.rs | 0 .../{ => build}/re_types_builder/src/lib.rs | 17 +- .../re_types_builder/src/objects.rs | 0 .../re_types_builder/src/reflection.rs | 0 .../re_types_builder/src/report.rs | 0 crates/re_types_core/src/archetypes/mod.rs | 6 - .../blueprint/validation_gen/.gitattributes | 4 - .../re_viewer/src/reflection/.gitattributes | 4 - crates/re_web_viewer_server/web_viewer | 1 - crates/store/README.md | 1 + crates/{ => store}/re_chunk/Cargo.toml | 0 crates/{ => store}/re_chunk/README.md | 0 .../re_chunk/examples/latest_at.rs | 0 crates/{ => store}/re_chunk/examples/range.rs | 0 crates/{ => store}/re_chunk/src/batcher.rs | 0 crates/{ => store}/re_chunk/src/builder.rs | 0 crates/{ => store}/re_chunk/src/chunk.rs | 0 crates/{ => store}/re_chunk/src/id.rs | 0 crates/{ => store}/re_chunk/src/iter.rs | 0 crates/{ => store}/re_chunk/src/latest_at.rs | 0 crates/{ => store}/re_chunk/src/lib.rs | 0 crates/{ => store}/re_chunk/src/range.rs | 0 crates/{ => store}/re_chunk/src/shuffle.rs | 0 crates/{ => store}/re_chunk/src/slice.rs | 0 crates/{ => store}/re_chunk/src/transport.rs | 0 crates/{ => store}/re_chunk/src/util.rs | 0 .../{ => store}/re_chunk/tests/latest_at.rs | 0 crates/{ => store}/re_chunk/tests/range.rs | 0 crates/{ => store}/re_chunk_store/Cargo.toml | 0 crates/{ => store}/re_chunk_store/README.md | 0 .../{ => store}/re_chunk_store/src/events.rs | 0 crates/{ => store}/re_chunk_store/src/gc.rs | 0 crates/{ => store}/re_chunk_store/src/lib.rs | 0 .../{ => store}/re_chunk_store/src/query.rs | 0 .../{ => store}/re_chunk_store/src/stats.rs | 0 .../{ => store}/re_chunk_store/src/store.rs | 0 .../re_chunk_store/src/subscribers.rs | 0 .../{ => store}/re_chunk_store/src/writes.rs | 0 .../re_chunk_store/tests/correctness.rs | 0 crates/{ => store}/re_chunk_store/tests/gc.rs | 0 .../re_chunk_store/tests/memory_test.rs | 0 .../{ => store}/re_chunk_store/tests/reads.rs | 0 ...ory_test__scalars_on_one_timeline_new.snap | 2 +- crates/{ => store}/re_data_loader/Cargo.toml | 0 crates/{ => store}/re_data_loader/README.md | 0 crates/{ => store}/re_data_loader/src/lib.rs | 0 .../re_data_loader/src/load_file.rs | 0 .../re_data_loader/src/loader_archetype.rs | 0 .../re_data_loader/src/loader_directory.rs | 0 .../re_data_loader/src/loader_external.rs | 0 .../re_data_loader/src/loader_rrd.rs | 0 crates/{ => store}/re_data_source/Cargo.toml | 0 crates/{ => store}/re_data_source/README.md | 0 crates/{ => store}/re_data_source/build.rs | 0 .../re_data_source/src/data_source.rs | 0 crates/{ => store}/re_data_source/src/lib.rs | 0 .../re_data_source/src/load_stdin.rs | 0 .../re_data_source/src/web_sockets.rs | 0 crates/{ => store}/re_entity_db/Cargo.toml | 0 crates/{ => store}/re_entity_db/README.md | 0 .../re_entity_db/examples/memory_usage.rs | 0 .../{ => store}/re_entity_db/src/entity_db.rs | 0 .../re_entity_db/src/entity_tree.rs | 0 .../re_entity_db/src/instance_path.rs | 0 crates/{ => store}/re_entity_db/src/lib.rs | 0 .../re_entity_db/src/store_bundle.rs | 0 .../src/time_histogram_per_timeline.rs | 0 .../re_entity_db/src/times_per_timeline.rs | 0 .../src/versioned_instance_path.rs | 0 .../{ => store}/re_entity_db/tests/clear.rs | 0 .../re_entity_db/tests/time_histograms.rs | 0 crates/{ => store}/re_format_arrow/Cargo.toml | 0 crates/{ => store}/re_format_arrow/README.md | 0 crates/{ => store}/re_format_arrow/src/lib.rs | 0 crates/{ => store}/re_log_encoding/Cargo.toml | 0 crates/{ => store}/re_log_encoding/README.md | 0 .../benches/msg_encode_benchmark.rs | 0 .../re_log_encoding/src/decoder/mod.rs | 0 .../re_log_encoding/src/decoder/stream.rs | 0 .../re_log_encoding/src/encoder.rs | 0 .../re_log_encoding/src/file_sink.rs | 0 crates/{ => store}/re_log_encoding/src/lib.rs | 0 .../src/stream_rrd_from_http.rs | 0 crates/{ => store}/re_log_types/Cargo.toml | 0 crates/{ => store}/re_log_types/README.md | 0 .../re_log_types/benches/vec_deque_ext.rs | 0 .../{ => store}/re_log_types/src/arrow_msg.rs | 0 .../re_log_types/src/example_components.rs | 0 crates/{ => store}/re_log_types/src/hash.rs | 0 .../{ => store}/re_log_types/src/instance.rs | 0 crates/{ => store}/re_log_types/src/lib.rs | 0 .../re_log_types/src/path/component_path.rs | 0 .../re_log_types/src/path/data_path.rs | 0 .../re_log_types/src/path/entity_path.rs | 0 .../src/path/entity_path_filter.rs | 0 .../re_log_types/src/path/entity_path_part.rs | 0 .../{ => store}/re_log_types/src/path/mod.rs | 0 .../re_log_types/src/path/natural_ordering.rs | 0 .../re_log_types/src/path/parse_path.rs | 0 .../re_log_types/src/resolved_time_range.rs | 0 crates/{ => store}/re_log_types/src/time.rs | 0 .../re_log_types/src/time_point/mod.rs | 0 .../src/time_point/non_min_i64.rs | 0 .../re_log_types/src/time_point/time_int.rs | 0 .../re_log_types/src/time_point/timeline.rs | 0 .../{ => store}/re_log_types/src/time_real.rs | 0 .../re_log_types/src/vec_deque_ext.rs | 0 crates/{ => store}/re_query/Cargo.toml | 0 crates/{ => store}/re_query/README.md | 0 .../re_query/benches/flat_vec_deque.rs | 0 .../{ => store}/re_query/benches/latest_at.rs | 0 .../re_query/examples/latest_at.rs | 0 crates/{ => store}/re_query/examples/range.rs | 0 .../re_query/src/bin/clamped_zip.rs | 0 .../{ => store}/re_query/src/bin/range_zip.rs | 0 crates/{ => store}/re_query/src/cache.rs | 0 .../{ => store}/re_query/src/cache_stats.rs | 0 .../re_query/src/clamped_zip/.gitattributes | 0 .../re_query/src/clamped_zip/generated.rs | 0 .../re_query/src/clamped_zip/mod.rs | 0 .../re_query/src/flat_vec_deque.rs | 0 .../re_query/src/latest_at/helpers.rs | 0 .../{ => store}/re_query/src/latest_at/mod.rs | 0 .../re_query/src/latest_at/query.rs | 0 .../re_query/src/latest_at/results.rs | 0 crates/{ => store}/re_query/src/lib.rs | 0 crates/{ => store}/re_query/src/promise.rs | 0 crates/{ => store}/re_query/src/range/mod.rs | 0 .../{ => store}/re_query/src/range/query.rs | 0 .../{ => store}/re_query/src/range/results.rs | 0 .../re_query/src/range_zip/.gitattributes | 0 .../re_query/src/range_zip/generated.rs | 0 .../{ => store}/re_query/src/range_zip/mod.rs | 0 .../{ => store}/re_query/tests/latest_at.rs | 0 crates/{ => store}/re_query/tests/range.rs | 0 crates/{ => store}/re_sdk_comms/Cargo.toml | 0 crates/{ => store}/re_sdk_comms/README.md | 2 +- .../re_sdk_comms/src/buffered_client.rs | 0 crates/{ => store}/re_sdk_comms/src/lib.rs | 0 crates/{ => store}/re_sdk_comms/src/server.rs | 0 .../re_sdk_comms/src/tcp_client.rs | 0 crates/{ => store}/re_types/.gitattributes | 2 +- crates/store/re_types/.gitignore | 1 + crates/{ => store}/re_types/Cargo.toml | 0 crates/{ => store}/re_types/README.md | 0 .../re_types/definitions/arrow/attributes.fbs | 0 .../re_types/definitions/cpp/attributes.fbs | 0 .../re_types/definitions/docs/attributes.fbs | 0 .../re_types/definitions/fbs/attributes.fbs | 0 .../definitions/python/attributes.fbs | 0 .../re_types/definitions/rerun/archetypes.fbs | 0 .../rerun/archetypes/annotation_context.fbs | 0 .../definitions/rerun/archetypes/arrows2d.fbs | 0 .../definitions/rerun/archetypes/arrows3d.fbs | 0 .../definitions/rerun/archetypes/asset3d.fbs | 0 .../rerun/archetypes/bar_chart.fbs | 0 .../definitions/rerun/archetypes/boxes2d.fbs | 0 .../definitions/rerun/archetypes/boxes3d.fbs | 0 .../definitions/rerun/archetypes/clear.fbs | 0 .../rerun/archetypes/depth_image.fbs | 0 .../rerun/archetypes/disconnected_space.fbs | 0 .../definitions/rerun/archetypes/image.fbs | 0 .../rerun/archetypes/line_strips2d.fbs | 0 .../rerun/archetypes/line_strips3d.fbs | 0 .../definitions/rerun/archetypes/mesh3d.fbs | 0 .../definitions/rerun/archetypes/pinhole.fbs | 0 .../definitions/rerun/archetypes/points2d.fbs | 0 .../definitions/rerun/archetypes/points3d.fbs | 0 .../definitions/rerun/archetypes/scalar.fbs | 0 .../rerun/archetypes/segmentation_image.fbs | 0 .../rerun/archetypes/series_line.fbs | 0 .../rerun/archetypes/series_point.fbs | 0 .../definitions/rerun/archetypes/tensor.fbs | 0 .../rerun/archetypes/text_document.fbs | 0 .../definitions/rerun/archetypes/text_log.fbs | 0 .../rerun/archetypes/transform3d.fbs | 0 .../rerun/archetypes/view_coordinates.fbs | 0 .../re_types/definitions/rerun/attributes.fbs | 0 .../re_types/definitions/rerun/blueprint.fbs | 0 .../rerun/blueprint/archetypes/background.fbs | 0 .../archetypes/container_blueprint.fbs | 0 .../blueprint/archetypes/panel_blueprint.fbs | 0 .../blueprint/archetypes/plot_legend.fbs | 0 .../blueprint/archetypes/scalar_axis.fbs | 0 .../archetypes/space_view_blueprint.fbs | 0 .../archetypes/space_view_contents.fbs | 0 .../archetypes/tensor_scalar_mapping.fbs | 0 .../archetypes/tensor_slice_selection.fbs | 0 .../blueprint/archetypes/tensor_view_fit.fbs | 0 .../archetypes/viewport_blueprint.fbs | 0 .../archetypes/visible_time_ranges.fbs | 0 .../blueprint/archetypes/visual_bounds2d.fbs | 0 .../rerun/blueprint/components/active_tab.fbs | 0 .../blueprint/components/auto_layout.fbs | 0 .../blueprint/components/auto_space_views.fbs | 0 .../blueprint/components/background_kind.fbs | 0 .../blueprint/components/column_share.fbs | 0 .../blueprint/components/container_kind.fbs | 0 .../rerun/blueprint/components/corner_2d.fbs | 0 .../blueprint/components/grid_columns.fbs | 0 .../blueprint/components/included_content.fbs | 0 .../components/included_space_view.fbs | 0 .../blueprint/components/interactive.fbs | 0 .../components/lock_range_during_zoom.fbs | 0 .../blueprint/components/panel_state.fbs | 0 .../blueprint/components/query_expression.fbs | 0 .../blueprint/components/root_container.fbs | 0 .../rerun/blueprint/components/row_share.fbs | 0 .../blueprint/components/space_view_class.fbs | 0 .../components/space_view_maximized.fbs | 0 .../components/space_view_origin.fbs | 0 .../tensor_dimension_index_slider.fbs | 0 .../rerun/blueprint/components/view_fit.fbs | 0 .../components/viewer_recommendation_hash.fbs | 0 .../rerun/blueprint/components/visible.fbs | 0 .../components/visible_time_range.fbs | 0 .../blueprint/components/visual_bounds2d.fbs | 0 .../components/visualizer_overrides.fbs | 0 .../tensor_dimension_index_slider.fbs | 0 .../rerun/blueprint/views/bar_chart.fbs | 0 .../rerun/blueprint/views/spatial2d.fbs | 0 .../rerun/blueprint/views/spatial3d.fbs | 0 .../rerun/blueprint/views/tensor.fbs | 0 .../rerun/blueprint/views/text_document.fbs | 0 .../rerun/blueprint/views/text_log.fbs | 0 .../rerun/blueprint/views/time_series.fbs | 0 .../re_types/definitions/rerun/components.fbs | 0 .../rerun/components/aggregation_policy.fbs | 0 .../rerun/components/annotation_context.fbs | 0 .../rerun/components/axis_length.fbs | 0 .../definitions/rerun/components/blob.fbs | 0 .../definitions/rerun/components/class_id.fbs | 0 .../rerun/components/clear_is_recursive.fbs | 0 .../definitions/rerun/components/color.fbs | 0 .../definitions/rerun/components/colormap.fbs | 0 .../rerun/components/depth_meter.fbs | 0 .../rerun/components/disconnected_space.fbs | 0 .../rerun/components/draw_order.fbs | 0 .../rerun/components/fill_ratio.fbs | 0 .../rerun/components/gamma_correction.fbs | 0 .../rerun/components/half_size2d.fbs | 0 .../rerun/components/half_size3d.fbs | 0 .../rerun/components/image_plane_distance.fbs | 0 .../rerun/components/keypoint_id.fbs | 0 .../rerun/components/line_strip2d.fbs | 0 .../rerun/components/line_strip3d.fbs | 0 .../rerun/components/magnification_filter.fbs | 0 .../rerun/components/marker_shape.fbs | 0 .../rerun/components/marker_size.fbs | 0 .../definitions/rerun/components/material.fbs | 0 .../rerun/components/media_type.fbs | 0 .../definitions/rerun/components/name.fbs | 0 .../definitions/rerun/components/opacity.fbs | 0 .../components/out_of_tree_transform3d.fbs | 0 .../rerun/components/pinhole_projection.fbs | 0 .../rerun/components/position2d.fbs | 0 .../rerun/components/position3d.fbs | 0 .../definitions/rerun/components/radius.fbs | 0 .../definitions/rerun/components/range1d.fbs | 0 .../rerun/components/resolution.fbs | 0 .../rerun/components/rotation3d.fbs | 0 .../definitions/rerun/components/scalar.fbs | 0 .../rerun/components/stroke_width.fbs | 0 .../rerun/components/tensor_data.fbs | 0 .../components/tensor_dimension_selection.fbs | 0 .../rerun/components/texcoord2d.fbs | 0 .../definitions/rerun/components/text.fbs | 0 .../rerun/components/text_log_level.fbs | 0 .../rerun/components/transform3d.fbs | 0 .../rerun/components/triangle_indices.fbs | 0 .../definitions/rerun/components/vector2d.fbs | 0 .../definitions/rerun/components/vector3d.fbs | 0 .../rerun/components/view_coordinates.fbs | 0 .../re_types/definitions/rerun/datatypes.fbs | 0 .../definitions/rerun/datatypes/angle.fbs | 0 .../rerun/datatypes/annotation_info.fbs | 0 .../definitions/rerun/datatypes/bool.fbs | 0 .../rerun/datatypes/class_description.fbs | 0 .../datatypes/class_description_map_elem.fbs | 0 .../definitions/rerun/datatypes/class_id.fbs | 0 .../rerun/datatypes/entity_path.fbs | 0 .../definitions/rerun/datatypes/float32.fbs | 0 .../rerun/datatypes/keypoint_id.fbs | 0 .../rerun/datatypes/keypoint_pair.fbs | 0 .../definitions/rerun/datatypes/mat3x3.fbs | 0 .../definitions/rerun/datatypes/mat4x4.fbs | 0 .../definitions/rerun/datatypes/material.fbs | 0 .../rerun/datatypes/quaternion.fbs | 0 .../definitions/rerun/datatypes/range1d.fbs | 0 .../definitions/rerun/datatypes/range2d.fbs | 0 .../definitions/rerun/datatypes/rgba32.fbs | 0 .../rerun/datatypes/rotation3d.fbs | 0 .../rerun/datatypes/rotation_axis_angle.fbs | 0 .../definitions/rerun/datatypes/scale3d.fbs | 0 .../rerun/datatypes/tensor_buffer.fbs | 0 .../rerun/datatypes/tensor_data.fbs | 0 .../rerun/datatypes/tensor_dimension.fbs | 0 .../datatypes/tensor_dimension_selection.fbs | 0 .../definitions/rerun/datatypes/time_int.fbs | 0 .../rerun/datatypes/transform3d.fbs | 0 .../datatypes/translation_and_mat3x3.fbs | 0 .../translation_rotation_scale3d.fbs | 0 .../definitions/rerun/datatypes/uint32.fbs | 0 .../definitions/rerun/datatypes/uint64.fbs | 0 .../definitions/rerun/datatypes/utf8.fbs | 0 .../definitions/rerun/datatypes/uuid.fbs | 0 .../definitions/rerun/datatypes/uvec2d.fbs | 0 .../definitions/rerun/datatypes/uvec3d.fbs | 0 .../definitions/rerun/datatypes/uvec4d.fbs | 0 .../definitions/rerun/datatypes/vec2d.fbs | 0 .../definitions/rerun/datatypes/vec3d.fbs | 0 .../definitions/rerun/datatypes/vec4d.fbs | 0 .../rerun/datatypes/visible_time_range.fbs | 0 .../rerun/testing/archetypes/fuzzy.fbs | 0 .../rerun/testing/components/enum_test.fbs | 0 .../rerun/testing/components/fuzzy.fbs | 0 .../rerun/testing/components/fuzzy_deps.fbs | 0 .../rerun/testing/datatypes/fuzzy.fbs | 0 .../re_types/definitions/rerun/unit_type.fbs | 0 .../re_types/definitions/rust/attributes.fbs | 2 +- .../re_types/src/archetypes/.gitattributes | 2 +- .../src/archetypes/annotation_context.rs | 4 +- .../re_types/src/archetypes/arrows2d.rs | 4 +- .../re_types/src/archetypes/arrows2d_ext.rs | 0 .../re_types/src/archetypes/arrows3d.rs | 4 +- .../re_types/src/archetypes/arrows3d_ext.rs | 0 .../re_types/src/archetypes/asset3d.rs | 4 +- .../re_types/src/archetypes/asset3d_ext.rs | 0 .../re_types/src/archetypes/bar_chart.rs | 4 +- .../re_types/src/archetypes/boxes2d.rs | 4 +- .../re_types/src/archetypes/boxes2d_ext.rs | 0 .../re_types/src/archetypes/boxes3d.rs | 4 +- .../re_types/src/archetypes/boxes3d_ext.rs | 0 .../re_types/src/archetypes/depth_image.rs | 4 +- .../src/archetypes/depth_image_ext.rs | 0 .../src/archetypes/disconnected_space.rs | 4 +- .../re_types/src/archetypes/image.rs | 4 +- .../re_types/src/archetypes/image_ext.rs | 0 .../re_types/src/archetypes/line_strips2d.rs | 4 +- .../re_types/src/archetypes/line_strips3d.rs | 4 +- .../re_types/src/archetypes/mesh3d.rs | 4 +- .../re_types/src/archetypes/mesh3d_ext.rs | 0 .../re_types/src/archetypes/mod.rs | 2 +- .../re_types/src/archetypes/pinhole.rs | 4 +- .../re_types/src/archetypes/pinhole_ext.rs | 0 .../re_types/src/archetypes/points2d.rs | 4 +- .../re_types/src/archetypes/points3d.rs | 4 +- .../re_types/src/archetypes/points3d_ext.rs | 0 .../re_types/src/archetypes/scalar.rs | 4 +- .../src/archetypes/segmentation_image.rs | 4 +- .../src/archetypes/segmentation_image_ext.rs | 0 .../re_types/src/archetypes/series_line.rs | 4 +- .../re_types/src/archetypes/series_point.rs | 4 +- .../re_types/src/archetypes/tensor.rs | 4 +- .../re_types/src/archetypes/tensor_ext.rs | 0 .../re_types/src/archetypes/text_document.rs | 4 +- .../src/archetypes/text_document_ext.rs | 0 .../re_types/src/archetypes/text_log.rs | 4 +- .../re_types/src/archetypes/transform3d.rs | 4 +- .../src/archetypes/transform3d_ext.rs | 0 .../src/archetypes/view_coordinates.rs | 4 +- .../src/archetypes/view_coordinates_ext.rs | 0 .../src/blueprint/archetypes/.gitattributes | 2 +- .../src/blueprint/archetypes/background.rs | 4 +- .../re_types/src/blueprint/archetypes/mod.rs | 2 +- .../src/blueprint/archetypes/plot_legend.rs | 4 +- .../src/blueprint/archetypes/scalar_axis.rs | 4 +- .../archetypes/space_view_blueprint.rs | 4 +- .../archetypes/space_view_contents.rs | 4 +- .../archetypes/tensor_scalar_mapping.rs | 4 +- .../archetypes/tensor_slice_selection.rs | 4 +- .../blueprint/archetypes/tensor_view_fit.rs | 4 +- .../archetypes/visible_time_ranges.rs | 4 +- .../archetypes/visible_time_ranges_ext.rs | 0 .../blueprint/archetypes/visual_bounds2d.rs | 4 +- .../src/blueprint/components/.gitattributes | 2 +- .../src/blueprint/components/active_tab.rs | 4 +- .../blueprint/components/background_kind.rs | 4 +- .../src/blueprint/components/column_share.rs | 4 +- .../src/blueprint/components/corner2d.rs | 4 +- .../src/blueprint/components/corner2d_ext.rs | 0 .../blueprint/components/included_content.rs | 4 +- .../src/blueprint/components/interactive.rs | 4 +- .../blueprint/components/interactive_ext.rs | 0 .../components/lock_range_during_zoom.rs | 4 +- .../re_types/src/blueprint/components/mod.rs | 2 +- .../src/blueprint/components/panel_state.rs | 4 +- .../blueprint/components/panel_state_ext.rs | 0 .../blueprint/components/query_expression.rs | 4 +- .../src/blueprint/components/row_share.rs | 4 +- .../blueprint/components/space_view_class.rs | 4 +- .../components/space_view_class_ext.rs | 0 .../blueprint/components/space_view_origin.rs | 4 +- .../components/space_view_origin_ext.rs | 0 .../tensor_dimension_index_slider.rs | 4 +- .../tensor_dimension_index_slider_ext.rs | 0 .../src/blueprint/components/view_fit.rs | 4 +- .../components/viewer_recommendation_hash.rs | 4 +- .../viewer_recommendation_hash_ext.rs | 0 .../src/blueprint/components/visible.rs | 4 +- .../src/blueprint/components/visible_ext.rs | 0 .../components/visible_time_range.rs | 4 +- .../blueprint/components/visual_bounds2d.rs | 4 +- .../components/visual_bounds2d_ext.rs | 0 .../src/blueprint/datatypes/.gitattributes | 2 +- .../re_types/src/blueprint/datatypes/mod.rs | 2 +- .../tensor_dimension_index_slider.rs | 4 +- .../{ => store}/re_types/src/blueprint/mod.rs | 0 .../src/blueprint/views/.gitattributes | 2 +- .../src/blueprint/views/bar_chart_view.rs | 4 +- .../re_types/src/blueprint/views/mod.rs | 2 +- .../src/blueprint/views/spatial2d_view.rs | 4 +- .../src/blueprint/views/spatial3d_view.rs | 4 +- .../src/blueprint/views/tensor_view.rs | 4 +- .../src/blueprint/views/text_document_view.rs | 4 +- .../src/blueprint/views/text_log_view.rs | 4 +- .../src/blueprint/views/time_series_view.rs | 4 +- .../re_types/src/components/.gitattributes | 2 +- .../src/components/aggregation_policy.rs | 4 +- .../src/components/annotation_context.rs | 4 +- .../re_types/src/components/axis_length.rs | 4 +- .../src/components/axis_length_ext.rs | 0 .../re_types/src/components/blob.rs | 4 +- .../re_types/src/components/blob_ext.rs | 0 .../re_types/src/components/class_id.rs | 4 +- .../re_types/src/components/class_id_ext.rs | 0 .../re_types/src/components/color.rs | 4 +- .../re_types/src/components/color_ext.rs | 0 .../re_types/src/components/colormap.rs | 4 +- .../re_types/src/components/depth_meter.rs | 4 +- .../src/components/depth_meter_ext.rs | 0 .../src/components/disconnected_space.rs | 4 +- .../src/components/disconnected_space_ext.rs | 0 .../re_types/src/components/draw_order.rs | 4 +- .../re_types/src/components/draw_order_ext.rs | 0 .../re_types/src/components/fill_ratio.rs | 4 +- .../re_types/src/components/fill_ratio_ext.rs | 0 .../src/components/gamma_correction.rs | 4 +- .../src/components/gamma_correction_ext.rs | 0 .../re_types/src/components/half_size2d.rs | 4 +- .../src/components/half_size2d_ext.rs | 0 .../re_types/src/components/half_size3d.rs | 4 +- .../src/components/half_size3d_ext.rs | 0 .../src/components/image_plane_distance.rs | 4 +- .../components/image_plane_distance_ext.rs | 0 .../re_types/src/components/keypoint_id.rs | 4 +- .../src/components/keypoint_id_ext.rs | 0 .../re_types/src/components/line_strip2d.rs | 4 +- .../src/components/line_strip2d_ext.rs | 0 .../re_types/src/components/line_strip3d.rs | 4 +- .../src/components/line_strip3d_ext.rs | 0 .../src/components/magnification_filter.rs | 4 +- .../re_types/src/components/marker_shape.rs | 4 +- .../src/components/marker_shape_ext.rs | 0 .../re_types/src/components/marker_size.rs | 4 +- .../src/components/marker_size_ext.rs | 0 .../re_types/src/components/material.rs | 4 +- .../re_types/src/components/material_ext.rs | 0 .../re_types/src/components/media_type.rs | 4 +- .../re_types/src/components/media_type_ext.rs | 0 .../re_types/src/components/mod.rs | 2 +- .../re_types/src/components/name.rs | 4 +- .../re_types/src/components/name_ext.rs | 0 .../re_types/src/components/opacity.rs | 4 +- .../re_types/src/components/opacity_ext.rs | 0 .../src/components/out_of_tree_transform3d.rs | 4 +- .../src/components/pinhole_projection.rs | 4 +- .../src/components/pinhole_projection_ext.rs | 0 .../re_types/src/components/position2d.rs | 4 +- .../re_types/src/components/position2d_ext.rs | 0 .../re_types/src/components/position3d.rs | 4 +- .../re_types/src/components/position3d_ext.rs | 0 .../re_types/src/components/radius.rs | 4 +- .../re_types/src/components/radius_ext.rs | 0 .../re_types/src/components/range1d.rs | 4 +- .../re_types/src/components/range1d_ext.rs | 0 .../re_types/src/components/resolution.rs | 4 +- .../re_types/src/components/resolution_ext.rs | 0 .../re_types/src/components/rotation3d.rs | 4 +- .../re_types/src/components/rotation3d_ext.rs | 0 .../re_types/src/components/scalar.rs | 4 +- .../re_types/src/components/scalar_ext.rs | 0 .../re_types/src/components/stroke_width.rs | 4 +- .../src/components/stroke_width_ext.rs | 0 .../re_types/src/components/tensor_data.rs | 4 +- .../tensor_dimension_index_selection.rs | 4 +- .../tensor_dimension_index_selection_ext.rs | 0 .../src/components/tensor_height_dimension.rs | 4 +- .../src/components/tensor_width_dimension.rs | 4 +- .../re_types/src/components/texcoord2d.rs | 4 +- .../re_types/src/components/texcoord2d_ext.rs | 0 .../re_types/src/components/text.rs | 4 +- .../re_types/src/components/text_ext.rs | 0 .../re_types/src/components/text_log_level.rs | 4 +- .../src/components/text_log_level_ext.rs | 0 .../re_types/src/components/transform3d.rs | 4 +- .../src/components/transform3d_ext.rs | 0 .../src/components/triangle_indices.rs | 4 +- .../src/components/triangle_indices_ext.rs | 0 .../re_types/src/components/vector2d.rs | 4 +- .../re_types/src/components/vector2d_ext.rs | 0 .../re_types/src/components/vector3d.rs | 4 +- .../re_types/src/components/vector3d_ext.rs | 0 .../src/components/view_coordinates.rs | 4 +- .../src/components/view_coordinates_ext.rs | 0 .../re_types/src/datatypes/.gitattributes | 2 +- .../re_types/src/datatypes/angle.rs | 4 +- .../re_types/src/datatypes/angle_ext.rs | 0 .../re_types/src/datatypes/annotation_info.rs | 4 +- .../src/datatypes/annotation_info_ext.rs | 0 .../re_types/src/datatypes/bool.rs | 4 +- .../re_types/src/datatypes/bool_ext.rs | 0 .../src/datatypes/class_description.rs | 4 +- .../src/datatypes/class_description_ext.rs | 0 .../datatypes/class_description_map_elem.rs | 4 +- .../class_description_map_elem_ext.rs | 0 .../re_types/src/datatypes/class_id.rs | 4 +- .../re_types/src/datatypes/class_id_ext.rs | 0 .../re_types/src/datatypes/keypoint_id.rs | 4 +- .../re_types/src/datatypes/keypoint_id_ext.rs | 0 .../re_types/src/datatypes/keypoint_pair.rs | 4 +- .../src/datatypes/keypoint_pair_ext.rs | 0 .../re_types/src/datatypes/mat3x3.rs | 4 +- .../re_types/src/datatypes/mat3x3_ext.rs | 0 .../re_types/src/datatypes/mat4x4.rs | 4 +- .../re_types/src/datatypes/mat4x4_ext.rs | 0 .../re_types/src/datatypes/material.rs | 4 +- .../re_types/src/datatypes/material_ext.rs | 0 .../{ => store}/re_types/src/datatypes/mod.rs | 2 +- .../re_types/src/datatypes/quaternion.rs | 4 +- .../re_types/src/datatypes/quaternion_ext.rs | 0 .../re_types/src/datatypes/range1d.rs | 4 +- .../re_types/src/datatypes/range1d_ext.rs | 0 .../re_types/src/datatypes/range2d.rs | 4 +- .../re_types/src/datatypes/range2d_ext.rs | 0 .../re_types/src/datatypes/rgba32.rs | 4 +- .../re_types/src/datatypes/rgba32_ext.rs | 0 .../re_types/src/datatypes/rotation3d.rs | 4 +- .../re_types/src/datatypes/rotation3d_ext.rs | 0 .../src/datatypes/rotation_axis_angle.rs | 4 +- .../src/datatypes/rotation_axis_angle_ext.rs | 0 .../re_types/src/datatypes/scale3d.rs | 4 +- .../re_types/src/datatypes/scale3d_ext.rs | 0 .../re_types/src/datatypes/tensor_buffer.rs | 4 +- .../src/datatypes/tensor_buffer_ext.rs | 0 .../re_types/src/datatypes/tensor_data.rs | 4 +- .../re_types/src/datatypes/tensor_data_ext.rs | 2 +- .../src/datatypes/tensor_dimension.rs | 4 +- .../src/datatypes/tensor_dimension_ext.rs | 0 .../tensor_dimension_index_selection.rs | 4 +- .../datatypes/tensor_dimension_selection.rs | 4 +- .../tensor_dimension_selection_ext.rs | 0 .../re_types/src/datatypes/transform3d.rs | 4 +- .../re_types/src/datatypes/transform3d_ext.rs | 0 .../src/datatypes/translation_and_mat3x3.rs | 4 +- .../datatypes/translation_and_mat3x3_ext.rs | 0 .../datatypes/translation_rotation_scale3d.rs | 4 +- .../translation_rotation_scale3d_ext.rs | 0 .../re_types/src/datatypes/uuid.rs | 4 +- .../re_types/src/datatypes/uuid_ext.rs | 0 .../re_types/src/datatypes/uvec2d.rs | 4 +- .../re_types/src/datatypes/uvec2d_ext.rs | 0 .../re_types/src/datatypes/uvec3d.rs | 4 +- .../re_types/src/datatypes/uvec3d_ext.rs | 0 .../re_types/src/datatypes/uvec4d.rs | 4 +- .../re_types/src/datatypes/uvec4d_ext.rs | 0 .../re_types/src/datatypes/vec2d.rs | 4 +- .../re_types/src/datatypes/vec2d_ext.rs | 0 .../re_types/src/datatypes/vec3d.rs | 4 +- .../re_types/src/datatypes/vec3d_ext.rs | 0 .../re_types/src/datatypes/vec4d.rs | 4 +- .../re_types/src/datatypes/vec4d_ext.rs | 0 crates/{ => store}/re_types/src/image.rs | 0 crates/{ => store}/re_types/src/lib.rs | 0 .../{ => store}/re_types/src/tensor_data.rs | 0 .../src/testing/archetypes/.gitattributes | 2 +- .../src/testing/archetypes/affix_fuzzer1.rs | 4 +- .../src/testing/archetypes/affix_fuzzer2.rs | 4 +- .../src/testing/archetypes/affix_fuzzer3.rs | 4 +- .../src/testing/archetypes/affix_fuzzer4.rs | 4 +- .../re_types/src/testing/archetypes/mod.rs | 2 +- .../src/testing/components/.gitattributes | 2 +- .../src/testing/components/affix_fuzzer1.rs | 4 +- .../src/testing/components/affix_fuzzer10.rs | 4 +- .../src/testing/components/affix_fuzzer11.rs | 4 +- .../src/testing/components/affix_fuzzer12.rs | 4 +- .../src/testing/components/affix_fuzzer13.rs | 4 +- .../src/testing/components/affix_fuzzer14.rs | 4 +- .../src/testing/components/affix_fuzzer15.rs | 4 +- .../src/testing/components/affix_fuzzer16.rs | 4 +- .../src/testing/components/affix_fuzzer17.rs | 4 +- .../src/testing/components/affix_fuzzer18.rs | 4 +- .../src/testing/components/affix_fuzzer19.rs | 4 +- .../src/testing/components/affix_fuzzer2.rs | 4 +- .../src/testing/components/affix_fuzzer20.rs | 4 +- .../src/testing/components/affix_fuzzer21.rs | 4 +- .../src/testing/components/affix_fuzzer22.rs | 4 +- .../src/testing/components/affix_fuzzer3.rs | 4 +- .../src/testing/components/affix_fuzzer4.rs | 4 +- .../src/testing/components/affix_fuzzer5.rs | 4 +- .../src/testing/components/affix_fuzzer6.rs | 4 +- .../src/testing/components/affix_fuzzer7.rs | 4 +- .../src/testing/components/affix_fuzzer8.rs | 4 +- .../src/testing/components/affix_fuzzer9.rs | 4 +- .../src/testing/components/enum_test.rs | 4 +- .../re_types/src/testing/components/mod.rs | 2 +- .../src/testing/datatypes/.gitattributes | 2 +- .../src/testing/datatypes/affix_fuzzer1.rs | 4 +- .../src/testing/datatypes/affix_fuzzer2.rs | 4 +- .../src/testing/datatypes/affix_fuzzer20.rs | 4 +- .../src/testing/datatypes/affix_fuzzer21.rs | 4 +- .../src/testing/datatypes/affix_fuzzer22.rs | 4 +- .../src/testing/datatypes/affix_fuzzer3.rs | 4 +- .../testing/datatypes/affix_fuzzer3_ext.rs | 0 .../src/testing/datatypes/affix_fuzzer4.rs | 4 +- .../testing/datatypes/affix_fuzzer4_ext.rs | 0 .../src/testing/datatypes/affix_fuzzer5.rs | 4 +- .../src/testing/datatypes/flattened_scalar.rs | 4 +- .../re_types/src/testing/datatypes/mod.rs | 2 +- .../testing/datatypes/primitive_component.rs | 4 +- .../src/testing/datatypes/string_component.rs | 4 +- .../{ => store}/re_types/src/testing/mod.rs | 0 .../re_types/src/view_coordinates.rs | 0 .../re_types/tests/annotation_context.rs | 0 crates/{ => store}/re_types/tests/arrows3d.rs | 0 crates/{ => store}/re_types/tests/asset3d.rs | 0 crates/{ => store}/re_types/tests/box2d.rs | 0 crates/{ => store}/re_types/tests/box3d.rs | 0 crates/{ => store}/re_types/tests/clear.rs | 0 .../{ => store}/re_types/tests/depth_image.rs | 0 .../re_types/tests/disconnected_space.rs | 0 crates/{ => store}/re_types/tests/fuzzy.rs | 0 crates/{ => store}/re_types/tests/image.rs | 0 .../re_types/tests/line_strips2d.rs | 0 .../re_types/tests/line_strips3d.rs | 0 crates/{ => store}/re_types/tests/mesh3d.rs | 0 .../re_types/tests/mint_conversions.rs | 0 crates/{ => store}/re_types/tests/pinhole.rs | 0 crates/{ => store}/re_types/tests/points2d.rs | 0 crates/{ => store}/re_types/tests/points3d.rs | 0 .../re_types/tests/segmentation_image.rs | 0 crates/{ => store}/re_types/tests/tensor.rs | 0 .../re_types/tests/text_document.rs | 0 .../{ => store}/re_types/tests/transform3d.rs | 0 crates/{ => store}/re_types/tests/util.rs | 0 crates/{ => store}/re_types/tests/validity.rs | 0 .../re_types/tests/view_coordinates.rs | 0 .../re_types_blueprint/.gitattributes | 2 +- .../{ => store}/re_types_blueprint/Cargo.toml | 0 .../{ => store}/re_types_blueprint/README.md | 0 .../src/blueprint/archetypes/.gitattributes | 2 +- .../archetypes/container_blueprint.rs | 4 +- .../src/blueprint/archetypes/mod.rs | 2 +- .../blueprint/archetypes/panel_blueprint.rs | 4 +- .../archetypes/viewport_blueprint.rs | 4 +- .../src/blueprint/components/.gitattributes | 2 +- .../src/blueprint/components/auto_layout.rs | 4 +- .../blueprint/components/auto_layout_ext.rs | 0 .../blueprint/components/auto_space_views.rs | 4 +- .../blueprint/components/container_kind.rs | 4 +- .../src/blueprint/components/grid_columns.rs | 4 +- .../components/included_space_view.rs | 4 +- .../src/blueprint/components/mod.rs | 2 +- .../blueprint/components/root_container.rs | 4 +- .../components/space_view_maximized.rs | 4 +- .../components/visualizer_overrides.rs | 4 +- .../re_types_blueprint/src/blueprint/mod.rs | 0 .../{ => store}/re_types_blueprint/src/lib.rs | 0 .../{ => store}/re_types_core/.gitattributes | 2 +- crates/{ => store}/re_types_core/Cargo.toml | 0 crates/{ => store}/re_types_core/README.md | 0 .../re_types_core/benches/bench_tuid.rs | 0 .../re_types_core/src/archetype.rs | 0 .../src/archetypes/.gitattributes | 2 +- .../re_types_core/src/archetypes/clear.rs | 4 +- .../re_types_core/src/archetypes/clear_ext.rs | 0 .../store/re_types_core/src/archetypes/mod.rs | 6 + .../re_types_core/src/arrow_buffer.rs | 0 .../re_types_core/src/arrow_string.rs | 0 .../src/components/.gitattributes | 2 +- .../src/components/clear_is_recursive.rs | 4 +- .../src/components/clear_is_recursive_ext.rs | 0 .../re_types_core/src/components/mod.rs | 2 +- .../src/datatypes/.gitattributes | 2 +- .../src/datatypes/entity_path.rs | 4 +- .../re_types_core/src/datatypes/float32.rs | 4 +- .../src/datatypes/float32_ext.rs | 0 .../re_types_core/src/datatypes/mod.rs | 2 +- .../re_types_core/src/datatypes/time_int.rs | 4 +- .../src/datatypes/time_int_ext.rs | 0 .../re_types_core/src/datatypes/time_range.rs | 4 +- .../src/datatypes/time_range_boundary.rs | 4 +- .../src/datatypes/time_range_boundary_ext.rs | 0 .../src/datatypes/time_range_ext.rs | 0 .../re_types_core/src/datatypes/uint32.rs | 4 +- .../re_types_core/src/datatypes/uint64.rs | 4 +- .../re_types_core/src/datatypes/utf8.rs | 4 +- .../re_types_core/src/datatypes/utf8_ext.rs | 0 .../src/datatypes/visible_time_range.rs | 4 +- .../src/datatypes/visible_time_range_ext.rs | 0 crates/{ => store}/re_types_core/src/lib.rs | 0 .../{ => store}/re_types_core/src/loggable.rs | 0 .../re_types_core/src/loggable_batch.rs | 0 .../{ => store}/re_types_core/src/macros.rs | 0 .../re_types_core/src/reflection.rs | 0 .../{ => store}/re_types_core/src/result.rs | 0 .../re_types_core/src/size_bytes.rs | 0 crates/{ => store}/re_types_core/src/tuid.rs | 0 crates/{ => store}/re_types_core/src/view.rs | 0 crates/{ => store}/re_ws_comms/Cargo.toml | 0 crates/{ => store}/re_ws_comms/README.md | 0 crates/{ => store}/re_ws_comms/src/client.rs | 0 crates/{ => store}/re_ws_comms/src/lib.rs | 0 crates/{ => store}/re_ws_comms/src/server.rs | 0 crates/top/README.md | 1 + crates/{ => top}/re_sdk/Cargo.toml | 0 crates/{ => top}/re_sdk/README.md | 0 crates/{ => top}/re_sdk/build.rs | 0 .../re_sdk/src/binary_stream_sink.rs | 0 crates/{ => top}/re_sdk/src/global.rs | 0 crates/{ => top}/re_sdk/src/lib.rs | 0 crates/{ => top}/re_sdk/src/log_sink.rs | 0 .../{ => top}/re_sdk/src/recording_stream.rs | 0 crates/{ => top}/re_sdk/src/spawn.rs | 0 crates/{ => top}/re_sdk/src/web_viewer.rs | 0 crates/{ => top}/rerun-cli/Cargo.toml | 2 +- crates/{ => top}/rerun-cli/README.md | 0 crates/{ => top}/rerun-cli/build.rs | 0 crates/{ => top}/rerun-cli/src/bin/rerun.rs | 0 crates/{ => top}/rerun/Cargo.toml | 0 crates/{ => top}/rerun/README.md | 0 crates/{ => top}/rerun/build.rs | 0 crates/{ => top}/rerun/src/clap.rs | 0 crates/{ => top}/rerun/src/demo_util.rs | 0 crates/{ => top}/rerun/src/lib.rs | 0 crates/{ => top}/rerun/src/log_integration.rs | 0 crates/{ => top}/rerun/src/native_viewer.rs | 0 crates/{ => top}/rerun/src/run.rs | 0 crates/{ => top}/rerun/src/sdk.rs | 0 crates/{ => top}/rerun/tests/rerun_tests.rs | 0 crates/{ => top}/rerun_c/CMakeLists.txt | 0 crates/{ => top}/rerun_c/Cargo.toml | 0 crates/{ => top}/rerun_c/README.md | 0 .../rerun_c/src/component_type_registry.rs | 0 crates/{ => top}/rerun_c/src/error.rs | 0 crates/{ => top}/rerun_c/src/lib.rs | 0 crates/{ => top}/rerun_c/src/ptr.rs | 0 .../rerun_c/src/recording_streams.rs | 0 crates/{ => top}/rerun_c/src/rerun.h | 0 crates/utils/README.md | 4 + crates/{ => utils}/re_analytics/Cargo.toml | 0 crates/{ => utils}/re_analytics/README.md | 0 crates/{ => utils}/re_analytics/build.rs | 0 .../re_analytics/examples/end_to_end.rs | 0 crates/{ => utils}/re_analytics/src/cli.rs | 0 crates/{ => utils}/re_analytics/src/event.rs | 0 crates/{ => utils}/re_analytics/src/lib.rs | 0 .../re_analytics/src/native/config.rs | 0 .../re_analytics/src/native/mod.rs | 0 .../re_analytics/src/native/pipeline.rs | 0 .../re_analytics/src/native/sink.rs | 0 .../{ => utils}/re_analytics/src/posthog.rs | 0 .../re_analytics/src/web/config.rs | 0 .../{ => utils}/re_analytics/src/web/mod.rs | 0 .../re_analytics/src/web/pipeline.rs | 0 crates/{ => utils}/re_case/Cargo.toml | 0 crates/{ => utils}/re_case/README.md | 0 crates/{ => utils}/re_case/src/lib.rs | 0 .../{ => utils}/re_crash_handler/Cargo.toml | 0 crates/{ => utils}/re_crash_handler/README.md | 2 +- .../{ => utils}/re_crash_handler/src/lib.rs | 0 crates/{ => utils}/re_error/Cargo.toml | 0 crates/{ => utils}/re_error/README.md | 0 crates/{ => utils}/re_error/src/lib.rs | 0 crates/{ => utils}/re_format/Cargo.toml | 0 crates/{ => utils}/re_format/README.md | 0 crates/{ => utils}/re_format/src/lib.rs | 0 crates/{ => utils}/re_format/src/time.rs | 0 .../{ => utils}/re_int_histogram/Cargo.toml | 0 crates/{ => utils}/re_int_histogram/README.md | 0 .../benches/int_histogram_benchmark.rs | 0 .../{ => utils}/re_int_histogram/src/lib.rs | 0 .../{ => utils}/re_int_histogram/src/tree.rs | 0 .../re_int_histogram/tests/memory_test.rs | 0 .../memory_test__Int64Histogram.snap | 2 +- .../tests/snapshots/memory_test__btree.snap | 2 +- crates/{ => utils}/re_log/Cargo.toml | 0 crates/{ => utils}/re_log/README.md | 0 .../{ => utils}/re_log/src/channel_logger.rs | 0 crates/{ => utils}/re_log/src/lib.rs | 0 crates/{ => utils}/re_log/src/multi_logger.rs | 0 .../re_log/src/result_extensions.rs | 0 crates/{ => utils}/re_log/src/setup.rs | 0 crates/{ => utils}/re_log/src/web_logger.rs | 0 crates/{ => utils}/re_memory/Cargo.toml | 0 crates/{ => utils}/re_memory/README.md | 0 .../re_memory/src/accounting_allocator.rs | 0 .../re_memory/src/allocation_tracker.rs | 0 .../re_memory/src/backtrace_native.rs | 0 .../re_memory/src/backtrace_web.rs | 0 crates/{ => utils}/re_memory/src/lib.rs | 0 .../re_memory/src/memory_history.rs | 0 .../{ => utils}/re_memory/src/memory_limit.rs | 0 .../{ => utils}/re_memory/src/memory_use.rs | 0 .../{ => utils}/re_memory/src/ram_warner.rs | 0 crates/{ => utils}/re_memory/src/util.rs | 0 .../{ => utils}/re_smart_channel/Cargo.toml | 0 crates/{ => utils}/re_smart_channel/README.md | 0 .../{ => utils}/re_smart_channel/src/lib.rs | 0 .../re_smart_channel/src/receive_set.rs | 0 .../re_smart_channel/src/receiver.rs | 0 .../re_smart_channel/src/sender.rs | 0 .../{ => utils}/re_string_interner/Cargo.toml | 0 .../{ => utils}/re_string_interner/README.md | 0 .../{ => utils}/re_string_interner/src/lib.rs | 0 crates/{ => utils}/re_tracing/Cargo.toml | 0 crates/{ => utils}/re_tracing/README.md | 0 crates/{ => utils}/re_tracing/src/lib.rs | 0 crates/{ => utils}/re_tracing/src/server.rs | 0 crates/{ => utils}/re_tuid/Cargo.toml | 0 crates/{ => utils}/re_tuid/README.md | 0 .../{ => utils}/re_tuid/benches/bench_tuid.rs | 0 crates/{ => utils}/re_tuid/src/lib.rs | 0 crates/viewer/README.md | 1 + .../{ => viewer}/re_blueprint_tree/Cargo.toml | 0 .../{ => viewer}/re_blueprint_tree/README.md | 0 .../re_blueprint_tree/src/blueprint_tree.rs | 0 .../{ => viewer}/re_blueprint_tree/src/lib.rs | 0 .../{ => viewer}/re_context_menu/Cargo.toml | 0 crates/{ => viewer}/re_context_menu/README.md | 0 .../src/actions/add_container.rs | 0 .../actions/add_entities_to_new_space_view.rs | 0 .../src/actions/add_space_view.rs | 0 .../src/actions/clone_space_view.rs | 0 .../src/actions/collapse_expand_all.rs | 0 .../re_context_menu/src/actions/mod.rs | 0 .../actions/move_contents_to_new_container.rs | 0 .../re_context_menu/src/actions/remove.rs | 0 .../re_context_menu/src/actions/show_hide.rs | 0 .../{ => viewer}/re_context_menu/src/lib.rs | 0 .../re_context_menu/src/sub_menu.rs | 0 crates/{ => viewer}/re_data_ui/Cargo.toml | 0 crates/{ => viewer}/re_data_ui/README.md | 0 .../re_data_ui/src/annotation_context.rs | 0 crates/{ => viewer}/re_data_ui/src/app_id.rs | 0 .../re_data_ui/src/blueprint_data.rs | 0 .../re_data_ui/src/blueprint_types.rs | 0 .../{ => viewer}/re_data_ui/src/component.rs | 0 .../re_data_ui/src/component_name.rs | 0 .../re_data_ui/src/component_path.rs | 0 .../re_data_ui/src/component_ui_registry.rs | 0 crates/{ => viewer}/re_data_ui/src/data.rs | 0 .../re_data_ui/src/data_source.rs | 0 .../{ => viewer}/re_data_ui/src/entity_db.rs | 0 .../re_data_ui/src/entity_path.rs | 0 crates/{ => viewer}/re_data_ui/src/image.rs | 0 .../re_data_ui/src/image_meaning.rs | 0 .../re_data_ui/src/instance_path.rs | 0 crates/{ => viewer}/re_data_ui/src/item_ui.rs | 0 crates/{ => viewer}/re_data_ui/src/lib.rs | 0 crates/{ => viewer}/re_data_ui/src/log_msg.rs | 0 crates/{ => viewer}/re_data_ui/src/pinhole.rs | 0 .../{ => viewer}/re_data_ui/src/rotation3d.rs | 0 .../{ => viewer}/re_data_ui/src/store_id.rs | 0 .../re_data_ui/src/transform3d.rs | 0 crates/{ => viewer}/re_edit_ui/Cargo.toml | 0 crates/{ => viewer}/re_edit_ui/README.md | 0 crates/{ => viewer}/re_edit_ui/src/color.rs | 0 .../src/datatype_editors/bool_toggle.rs | 0 .../src/datatype_editors/enum_combobox.rs | 0 .../src/datatype_editors/float_drag.rs | 0 .../re_edit_ui/src/datatype_editors/mod.rs | 0 .../src/datatype_editors/singleline_string.rs | 0 crates/{ => viewer}/re_edit_ui/src/lib.rs | 0 .../re_edit_ui/src/marker_shape.rs | 0 .../{ => viewer}/re_edit_ui/src/material.rs | 0 crates/{ => viewer}/re_edit_ui/src/radius.rs | 0 crates/{ => viewer}/re_edit_ui/src/range1d.rs | 0 .../re_edit_ui/src/response_utils.rs | 0 .../re_edit_ui/src/visual_bounds2d.rs | 0 crates/{ => viewer}/re_renderer/Cargo.toml | 0 crates/{ => viewer}/re_renderer/README.md | 0 crates/{ => viewer}/re_renderer/build.rs | 0 .../re_renderer/shader/colormap.wgsl | 0 .../re_renderer/shader/composite.wgsl | 0 .../re_renderer/shader/copy_texture.wgsl | 0 .../re_renderer/shader/debug_overlay.wgsl | 0 .../re_renderer/shader/decodings.wgsl | 2 +- .../re_renderer/shader/depth_cloud.wgsl | 0 .../re_renderer/shader/generic_skybox.wgsl | 0 .../re_renderer/shader/global_bindings.wgsl | 0 .../re_renderer/shader/instanced_mesh.wgsl | 0 .../re_renderer/shader/lines.wgsl | 0 .../re_renderer/shader/mesh_vertex.wgsl | 0 .../shader/outlines/jumpflooding_init.wgsl | 0 .../outlines/jumpflooding_init_msaa.wgsl | 0 .../outlines/jumpflooding_init_shared.wgsl | 0 .../shader/outlines/jumpflooding_step.wgsl | 0 .../re_renderer/shader/point_cloud.wgsl | 0 .../re_renderer/shader/rectangle.wgsl | 0 .../re_renderer/shader/rectangle_fs.wgsl | 0 .../re_renderer/shader/rectangle_vs.wgsl | 0 .../re_renderer/shader/screen_triangle.wgsl | 0 .../shader/screen_triangle_vertex.wgsl | 0 .../re_renderer/shader/test_triangle.wgsl | 0 .../re_renderer/shader/types.wgsl | 0 .../re_renderer/shader/utils/camera.wgsl | 0 .../shader/utils/depth_offset.wgsl | 0 .../re_renderer/shader/utils/encoding.wgsl | 0 .../re_renderer/shader/utils/flags.wgsl | 0 .../re_renderer/shader/utils/quaternion.wgsl | 0 .../re_renderer/shader/utils/size.wgsl | 0 .../re_renderer/shader/utils/sphere_quad.wgsl | 0 .../re_renderer/shader/utils/srgb.wgsl | 0 .../src/allocator/cpu_write_gpu_read_belt.rs | 0 .../src/allocator/data_texture_source.rs | 0 .../src/allocator/gpu_readback_belt.rs | 0 .../re_renderer/src/allocator/mod.rs | 0 .../src/allocator/uniform_buffer_fill.rs | 0 crates/{ => viewer}/re_renderer/src/color.rs | 0 .../{ => viewer}/re_renderer/src/colormap.rs | 0 crates/{ => viewer}/re_renderer/src/config.rs | 0 .../{ => viewer}/re_renderer/src/context.rs | 0 .../re_renderer/src/debug_label.rs | 0 .../re_renderer/src/depth_offset.rs | 0 .../re_renderer/src/draw_phases/mod.rs | 0 .../re_renderer/src/draw_phases/outlines.rs | 0 .../src/draw_phases/picking_layer.rs | 0 .../re_renderer/src/draw_phases/screenshot.rs | 0 .../src/error_handling/error_tracker.rs | 0 .../re_renderer/src/error_handling/mod.rs | 0 .../src/error_handling/now_or_never.rs | 0 .../src/error_handling/wgpu_core_error.rs | 0 .../src/error_handling/wgpu_error_scope.rs | 0 .../re_renderer/src/file_resolver.rs | 0 .../re_renderer/src/file_server.rs | 4 +- .../re_renderer/src/file_system.rs | 0 .../re_renderer/src/global_bindings.rs | 0 .../re_renderer/src/importer/gltf.rs | 0 .../re_renderer/src/importer/mod.rs | 0 .../re_renderer/src/importer/obj.rs | 0 .../re_renderer/src/importer/stl.rs | 0 crates/{ => viewer}/re_renderer/src/lib.rs | 0 .../re_renderer/src/line_drawable_builder.rs | 0 crates/{ => viewer}/re_renderer/src/mesh.rs | 0 .../re_renderer/src/point_cloud_builder.rs | 0 .../re_renderer/src/queueable_draw_data.rs | 0 crates/{ => viewer}/re_renderer/src/rect.rs | 0 .../re_renderer/src/renderer/compositor.rs | 0 .../re_renderer/src/renderer/debug_overlay.rs | 0 .../re_renderer/src/renderer/depth_cloud.rs | 0 .../src/renderer/generic_skybox.rs | 0 .../re_renderer/src/renderer/lines.rs | 0 .../re_renderer/src/renderer/mesh_renderer.rs | 0 .../re_renderer/src/renderer/mod.rs | 0 .../re_renderer/src/renderer/point_cloud.rs | 0 .../re_renderer/src/renderer/rectangles.rs | 0 .../re_renderer/src/renderer/test_triangle.rs | 0 .../src/resource_managers/mesh_manager.rs | 0 .../re_renderer/src/resource_managers/mod.rs | 0 .../src/resource_managers/resource_manager.rs | 0 .../src/resource_managers/texture_manager.rs | 0 crates/{ => viewer}/re_renderer/src/size.rs | 0 .../re_renderer/src/texture_info.rs | 0 .../{ => viewer}/re_renderer/src/transform.rs | 0 .../re_renderer/src/view_builder.rs | 0 .../re_renderer/src/wgpu_buffer_types.rs | 0 .../wgpu_resources/bind_group_layout_pool.rs | 0 .../src/wgpu_resources/bind_group_pool.rs | 0 .../src/wgpu_resources/buffer_pool.rs | 0 .../wgpu_resources/dynamic_resource_pool.rs | 0 .../re_renderer/src/wgpu_resources/mod.rs | 0 .../wgpu_resources/pipeline_layout_pool.rs | 0 .../wgpu_resources/render_pipeline_pool.rs | 0 .../src/wgpu_resources/resource.rs | 0 .../src/wgpu_resources/sampler_pool.rs | 0 .../src/wgpu_resources/shader_module_pool.rs | 0 .../wgpu_resources/static_resource_pool.rs | 0 .../src/wgpu_resources/texture_pool.rs | 0 .../re_renderer/src/workspace_shaders.rs | 0 .../{ => viewer}/re_renderer_examples/2d.rs | 0 .../re_renderer_examples/Cargo.toml | 0 .../re_renderer_examples/README.md | 0 .../re_renderer_examples/assets/rerun.obj.zip | Bin .../re_renderer_examples/depth_cloud.rs | 0 .../re_renderer_examples/depth_offset.rs | 0 .../re_renderer_examples/framework.rs | 0 .../re_renderer_examples/multiview.rs | 0 .../re_renderer_examples/outlines.rs | 0 .../re_renderer_examples/picking.rs | 0 .../re_renderer_examples/rerun.obj.zip | Bin .../re_selection_panel/Cargo.toml | 0 .../{ => viewer}/re_selection_panel/README.md | 0 .../re_selection_panel/src/defaults_ui.rs | 0 .../re_selection_panel/src/lib.rs | 0 .../src/selection_history_ui.rs | 0 .../re_selection_panel/src/selection_panel.rs | 0 .../src/space_view_entity_picker.rs | 0 .../src/space_view_space_origin_ui.rs | 0 .../src/visible_time_range_ui.rs | 0 .../re_selection_panel/src/visualizer_ui.rs | 0 crates/{ => viewer}/re_space_view/Cargo.toml | 0 crates/{ => viewer}/re_space_view/README.md | 0 .../re_space_view/src/controls.rs | 0 .../src/empty_space_view_state.rs | 0 .../re_space_view/src/heuristics.rs | 0 crates/{ => viewer}/re_space_view/src/lib.rs | 0 .../{ => viewer}/re_space_view/src/query.rs | 0 .../re_space_view/src/results_ext.rs | 0 .../re_space_view/src/screenshot.rs | 0 .../re_space_view/src/view_property_ui.rs | 0 .../re_space_view_bar_chart/Cargo.toml | 0 .../re_space_view_bar_chart/README.md | 0 .../re_space_view_bar_chart/src/lib.rs | 0 .../src/space_view_class.rs | 0 .../src/visualizer_system.rs | 0 .../re_space_view_dataframe/Cargo.toml | 0 .../re_space_view_dataframe/README.md | 0 .../re_space_view_dataframe/src/lib.rs | 0 .../src/space_view_class.rs | 0 .../src/visualizer_system.rs | 0 .../re_space_view_spatial/Cargo.toml | 0 .../re_space_view_spatial/README.md | 0 .../src/contexts/annotation_context.rs | 0 .../src/contexts/depth_offsets.rs | 0 .../re_space_view_spatial/src/contexts/mod.rs | 0 .../src/contexts/transform_context.rs | 0 .../re_space_view_spatial/src/eye.rs | 0 .../re_space_view_spatial/src/heuristics.rs | 0 .../src/instance_hash_conversions.rs | 0 .../re_space_view_spatial/src/lib.rs | 0 .../src/max_image_dimension_subscriber.rs | 0 .../re_space_view_spatial/src/mesh_cache.rs | 0 .../re_space_view_spatial/src/mesh_loader.rs | 0 .../src/pickable_image.rs | 0 .../re_space_view_spatial/src/picking.rs | 0 .../src/scene_bounding_boxes.rs | 0 .../src/space_camera_3d.rs | 0 .../src/spatial_topology.rs | 0 .../re_space_view_spatial/src/ui.rs | 0 .../re_space_view_spatial/src/ui_2d.rs | 0 .../re_space_view_spatial/src/ui_3d.rs | 0 .../re_space_view_spatial/src/view_2d.rs | 0 .../src/view_2d_properties.rs | 0 .../re_space_view_spatial/src/view_3d.rs | 0 .../src/view_3d_properties.rs | 0 .../src/visualizers/arrows2d.rs | 0 .../src/visualizers/arrows3d.rs | 0 .../src/visualizers/assets3d.rs | 0 .../src/visualizers/boxes2d.rs | 0 .../src/visualizers/boxes3d.rs | 0 .../src/visualizers/cameras.rs | 0 .../src/visualizers/depth_images.rs | 0 .../src/visualizers/images.rs | 0 .../src/visualizers/lines2d.rs | 0 .../src/visualizers/lines3d.rs | 0 .../src/visualizers/meshes.rs | 0 .../src/visualizers/mod.rs | 0 .../src/visualizers/points2d.rs | 0 .../src/visualizers/points3d.rs | 0 .../src/visualizers/segmentation_images.rs | 0 .../src/visualizers/transform3d_arrows.rs | 0 .../visualizers/utilities/entity_iterator.rs | 0 .../src/visualizers/utilities/labels.rs | 0 .../src/visualizers/utilities/mod.rs | 0 .../utilities/spatial_view_visualizer.rs | 0 .../visualizers/utilities/textured_rect.rs | 0 .../re_space_view_tensor/Cargo.toml | 0 .../re_space_view_tensor/README.md | 0 .../src/dimension_mapping.rs | 0 .../re_space_view_tensor/src/lib.rs | 0 .../src/space_view_class.rs | 0 .../src/tensor_dimension_mapper.rs | 0 .../src/tensor_slice_to_gpu.rs | 0 .../re_space_view_tensor/src/tensor_tests.rs | 0 .../src/visualizer_system.rs | 0 .../re_space_view_text_document/Cargo.toml | 0 .../re_space_view_text_document/README.md | 0 .../re_space_view_text_document/src/lib.rs | 0 .../src/space_view_class.rs | 0 .../src/visualizer_system.rs | 0 .../re_space_view_text_log/Cargo.toml | 0 .../re_space_view_text_log/README.md | 0 .../re_space_view_text_log/src/lib.rs | 0 .../src/space_view_class.rs | 0 .../src/visualizer_system.rs | 0 .../re_space_view_time_series/Cargo.toml | 0 .../re_space_view_time_series/README.md | 0 .../src/aggregation.rs | 0 .../re_space_view_time_series/src/lib.rs | 0 .../src/line_visualizer_system.rs | 0 .../src/point_visualizer_system.rs | 0 .../src/space_view_class.rs | 0 .../re_space_view_time_series/src/util.rs | 0 crates/{ => viewer}/re_time_panel/Cargo.toml | 0 crates/{ => viewer}/re_time_panel/README.md | 0 .../re_time_panel/src/data_density_graph.rs | 0 crates/{ => viewer}/re_time_panel/src/lib.rs | 0 .../re_time_panel/src/paint_ticks.rs | 0 .../re_time_panel/src/time_axis.rs | 0 .../re_time_panel/src/time_control_ui.rs | 0 .../re_time_panel/src/time_ranges_ui.rs | 0 .../re_time_panel/src/time_selection_ui.rs | 0 crates/{ => viewer}/re_ui/Cargo.toml | 0 crates/{ => viewer}/re_ui/README.md | 0 .../{ => viewer}/re_ui/data/Inter-Medium.otf | Bin .../{ => viewer}/re_ui/data/Inter-README.txt | 0 crates/{ => viewer}/re_ui/data/OFL.txt | 186 ++--- .../re_ui/data/design_tokens.json | 0 crates/{ => viewer}/re_ui/data/icons/add.png | Bin .../re_ui/data/icons/application.png | Bin .../re_ui/data/icons/arrow_down.png | Bin .../re_ui/data/icons/arrow_left.png | Bin .../re_ui/data/icons/arrow_right.png | Bin .../re_ui/data/icons/blueprint.png | Bin .../re_ui/data/icons/bottom_panel_toggle.png | Bin .../{ => viewer}/re_ui/data/icons/close.png | Bin .../re_ui/data/icons/component.png | Bin .../re_ui/data/icons/component_static.png | Bin .../re_ui/data/icons/container_grid.png | Bin .../re_ui/data/icons/container_horizontal.png | Bin .../re_ui/data/icons/container_tabs.png | Bin .../re_ui/data/icons/container_vertical.png | Bin .../re_ui/data/icons/data_source.png | Bin .../{ => viewer}/re_ui/data/icons/discord.png | Bin crates/{ => viewer}/re_ui/data/icons/edit.png | Bin .../{ => viewer}/re_ui/data/icons/entity.png | Bin .../re_ui/data/icons/entity_empty.png | Bin .../re_ui/data/icons/external_link.png | Bin .../{ => viewer}/re_ui/data/icons/follow.png | Bin .../{ => viewer}/re_ui/data/icons/github.png | Bin .../{ => viewer}/re_ui/data/icons/group.png | Bin .../re_ui/data/icons/invisible.png | Bin .../re_ui/data/icons/left_panel_toggle.png | Bin crates/{ => viewer}/re_ui/data/icons/link.png | Bin crates/{ => viewer}/re_ui/data/icons/loop.png | Bin .../re_ui/data/icons/maximize.png | Bin .../re_ui/data/icons/minimize.png | Bin crates/{ => viewer}/re_ui/data/icons/more.png | Bin .../{ => viewer}/re_ui/data/icons/pause.png | Bin crates/{ => viewer}/re_ui/data/icons/play.png | Bin .../re_ui/data/icons/recording.png | Bin .../{ => viewer}/re_ui/data/icons/remove.png | Bin .../re_ui/data/icons/rerun_io.png | Bin .../re_ui/data/icons/rerun_menu.png | Bin .../{ => viewer}/re_ui/data/icons/reset.png | Bin .../re_ui/data/icons/right_panel_toggle.png | Bin .../re_ui/data/icons/spaceview_2d.png | Bin .../re_ui/data/icons/spaceview_3d.png | Bin .../re_ui/data/icons/spaceview_dataframe.png | Bin .../re_ui/data/icons/spaceview_generic.png | Bin .../re_ui/data/icons/spaceview_histogram.png | Bin .../re_ui/data/icons/spaceview_log.png | Bin .../re_ui/data/icons/spaceview_tensor.png | Bin .../re_ui/data/icons/spaceview_text.png | Bin .../re_ui/data/icons/spaceview_timeseries.png | Bin .../re_ui/data/icons/spaceview_unknown.png | Bin .../{ => viewer}/re_ui/data/icons/visible.png | Bin .../re_ui/data/logo_dark_mode.png | Bin .../re_ui/data/logo_light_mode.png | Bin .../examples/re_ui_example/drag_and_drop.rs | 0 .../hierarchical_drag_and_drop.rs | 0 .../re_ui/examples/re_ui_example/main.rs | 0 .../examples/re_ui_example/right_panel.rs | 0 crates/{ => viewer}/re_ui/src/command.rs | 0 .../{ => viewer}/re_ui/src/command_palette.rs | 0 crates/{ => viewer}/re_ui/src/context_ext.rs | 0 .../{ => viewer}/re_ui/src/design_tokens.rs | 0 .../{ => viewer}/re_ui/src/drag_and_drop.rs | 0 crates/{ => viewer}/re_ui/src/icons.rs | 0 .../re_ui/src/layout_job_builder.rs | 0 crates/{ => viewer}/re_ui/src/lib.rs | 0 .../re_ui/src/list_item/button_content.rs | 0 .../re_ui/src/list_item/item_button.rs | 0 .../re_ui/src/list_item/label_content.rs | 0 .../re_ui/src/list_item/list_item.rs | 0 .../{ => viewer}/re_ui/src/list_item/mod.rs | 0 .../re_ui/src/list_item/other_contents.rs | 0 .../re_ui/src/list_item/property_content.rs | 0 .../{ => viewer}/re_ui/src/list_item/scope.rs | 0 crates/{ => viewer}/re_ui/src/modal.rs | 0 .../re_ui/src/section_collapsing_header.rs | 0 .../re_ui/src/syntax_highlighting.rs | 0 crates/{ => viewer}/re_ui/src/toasts.rs | 0 crates/{ => viewer}/re_ui/src/ui_ext.rs | 0 crates/{ => viewer}/re_viewer/Cargo.toml | 0 crates/{ => viewer}/re_viewer/README.md | 2 +- crates/{ => viewer}/re_viewer/build.rs | 0 .../re_viewer/data/app_icon_mac.png | Bin .../re_viewer/data/app_icon_windows.png | Bin .../data/quick_start_guides/cpp_connect.md | 0 .../data/quick_start_guides/cpp_spawn.md | 0 .../quick_start_guides/how_does_it_work.md | 0 .../data/quick_start_guides/python_connect.md | 0 .../data/quick_start_guides/python_spawn.md | 0 .../quick_start_connect.cpp | 0 .../quick_start_guides/quick_start_connect.py | 0 .../quick_start_guides/quick_start_connect.rs | 0 .../quick_start_guides/quick_start_spawn.cpp | 0 .../quick_start_guides/quick_start_spawn.py | 0 .../quick_start_guides/quick_start_spawn.rs | 0 .../data/quick_start_guides/rust_connect.md | 0 .../data/quick_start_guides/rust_spawn.md | 0 .../{ => viewer}/re_viewer/src/.gitattributes | 2 +- crates/{ => viewer}/re_viewer/src/app.rs | 0 .../re_viewer/src/app_blueprint.rs | 0 .../{ => viewer}/re_viewer/src/app_state.rs | 0 .../re_viewer/src/background_tasks.rs | 0 .../re_viewer/src/blueprint/mod.rs | 0 .../re_viewer/src/blueprint/validation.rs | 0 .../blueprint/validation_gen/.gitattributes | 4 + .../src/blueprint/validation_gen/mod.rs | 2 +- crates/{ => viewer}/re_viewer/src/env_vars.rs | 0 crates/{ => viewer}/re_viewer/src/history.rs | 0 crates/{ => viewer}/re_viewer/src/lib.rs | 0 crates/{ => viewer}/re_viewer/src/loading.rs | 0 crates/{ => viewer}/re_viewer/src/native.rs | 2 +- .../re_viewer/src/reflection/.gitattributes | 4 + .../re_viewer/src/reflection/mod.rs | 2 +- crates/{ => viewer}/re_viewer/src/saving.rs | 0 .../re_viewer/src/screenshotter.rs | 0 .../re_viewer/src/ui/memory_panel.rs | 0 .../re_viewer/src/ui/mobile_warning_ui.rs | 0 crates/{ => viewer}/re_viewer/src/ui/mod.rs | 0 .../re_viewer/src/ui/recordings_panel.rs | 0 .../re_viewer/src/ui/rerun_menu.rs | 0 .../re_viewer/src/ui/top_panel.rs | 0 .../src/ui/welcome_screen/example_section.rs | 0 .../re_viewer/src/ui/welcome_screen/mod.rs | 0 .../src/ui/welcome_screen/no_data_ui.rs | 0 .../src/ui/welcome_screen/welcome_section.rs | 0 .../re_viewer/src/viewer_analytics/event.rs | 0 .../re_viewer/src/viewer_analytics/mod.rs | 0 crates/{ => viewer}/re_viewer/src/web.rs | 0 .../{ => viewer}/re_viewer/src/web_tools.rs | 0 .../{ => viewer}/re_viewer_context/Cargo.toml | 0 .../{ => viewer}/re_viewer_context/README.md | 2 +- .../re_viewer_context/src/annotations.rs | 0 .../re_viewer_context/src/app_options.rs | 0 .../src/blueprint_helpers.rs | 0 .../re_viewer_context/src/blueprint_id.rs | 0 .../re_viewer_context/src/caches.rs | 0 .../re_viewer_context/src/clipboard.rs | 0 .../re_viewer_context/src/collapsed_id.rs | 0 .../re_viewer_context/src/command_sender.rs | 0 .../src/component_fallbacks.rs | 0 .../src/component_ui_registry.rs | 0 .../re_viewer_context/src/contents.rs | 0 .../src/gpu_bridge/colormap.rs | 0 .../re_viewer_context/src/gpu_bridge/mod.rs | 0 .../src/gpu_bridge/re_renderer_callback.rs | 0 .../src/gpu_bridge/tensor_to_gpu.rs | 0 .../re_viewer_context/src/item.rs | 0 .../{ => viewer}/re_viewer_context/src/lib.rs | 0 .../re_viewer_context/src/maybe_mut_ref.rs | 0 .../re_viewer_context/src/query_context.rs | 0 .../re_viewer_context/src/query_range.rs | 0 .../src/selection_history.rs | 0 .../re_viewer_context/src/selection_state.rs | 0 .../src/space_view/highlights.rs | 0 .../re_viewer_context/src/space_view/mod.rs | 0 .../src/space_view/named_system.rs | 0 .../src/space_view/space_view_class.rs | 0 .../space_view_class_placeholder.rs | 0 .../space_view/space_view_class_registry.rs | 0 .../src/space_view/spawn_heuristics.rs | 0 .../src/space_view/system_execution_output.rs | 0 .../src/space_view/view_context.rs | 0 .../src/space_view/view_context_system.rs | 0 .../src/space_view/view_query.rs | 0 .../src/space_view/view_states.rs | 0 .../visualizer_entity_subscriber.rs | 0 .../src/space_view/visualizer_system.rs | 0 .../re_viewer_context/src/store_context.rs | 0 .../re_viewer_context/src/store_hub.rs | 0 .../re_viewer_context/src/tensor/mod.rs | 0 .../src/tensor/tensor_decode_cache.rs | 0 .../src/tensor/tensor_stats.rs | 0 .../src/tensor/tensor_stats_cache.rs | 0 .../re_viewer_context/src/test_context.rs | 0 .../re_viewer_context/src/time_control.rs | 0 .../src/typed_entity_collections.rs | 0 .../re_viewer_context/src/utils/color.rs | 0 .../re_viewer_context/src/utils/mod.rs | 0 .../re_viewer_context/src/utils/text.rs | 0 .../re_viewer_context/src/viewer_context.rs | 0 crates/{ => viewer}/re_viewport/Cargo.toml | 0 crates/{ => viewer}/re_viewport/README.md | 0 .../re_viewport/src/auto_layout.rs | 0 crates/{ => viewer}/re_viewport/src/lib.rs | 0 .../re_viewport/src/screenshot.rs | 0 .../re_viewport/src/space_view_highlights.rs | 0 .../re_viewport/src/system_execution.rs | 0 .../{ => viewer}/re_viewport/src/viewport.rs | 0 .../re_viewport_blueprint/Cargo.toml | 0 .../re_viewport_blueprint/README.md | 0 .../re_viewport_blueprint/src/container.rs | 0 .../re_viewport_blueprint/src/lib.rs | 0 .../re_viewport_blueprint/src/space_view.rs | 0 .../src/space_view_contents.rs | 0 .../re_viewport_blueprint/src/tree_actions.rs | 0 .../ui/add_space_view_or_container_modal.rs | 0 .../re_viewport_blueprint/src/ui/mod.rs | 0 .../src/view_properties.rs | 0 .../src/viewport_blueprint.rs | 0 .../re_web_viewer_server/Cargo.toml | 2 +- .../re_web_viewer_server/README.md | 0 .../re_web_viewer_server/src/lib.rs | 10 +- crates/viewer/re_web_viewer_server/web_viewer | 1 + .../getting-started/troubleshooting.md | 2 +- docs/content/howto/extend/extend-ui.md | 2 +- docs/content/reference/types/.gitattributes | 2 +- docs/content/reference/types/archetypes.md | 2 +- .../reference/types/archetypes/.gitattributes | 2 +- .../types/archetypes/annotation_context.md | 2 +- .../reference/types/archetypes/arrows2d.md | 2 +- .../reference/types/archetypes/arrows3d.md | 2 +- .../reference/types/archetypes/asset3d.md | 2 +- .../reference/types/archetypes/bar_chart.md | 2 +- .../reference/types/archetypes/boxes2d.md | 2 +- .../reference/types/archetypes/boxes3d.md | 2 +- .../reference/types/archetypes/clear.md | 2 +- .../reference/types/archetypes/depth_image.md | 2 +- .../types/archetypes/disconnected_space.md | 2 +- .../reference/types/archetypes/image.md | 2 +- .../types/archetypes/line_strips2d.md | 2 +- .../types/archetypes/line_strips3d.md | 2 +- .../reference/types/archetypes/mesh3d.md | 2 +- .../reference/types/archetypes/pinhole.md | 2 +- .../reference/types/archetypes/points2d.md | 2 +- .../reference/types/archetypes/points3d.md | 2 +- .../reference/types/archetypes/scalar.md | 2 +- .../types/archetypes/segmentation_image.md | 2 +- .../reference/types/archetypes/series_line.md | 2 +- .../types/archetypes/series_point.md | 2 +- .../reference/types/archetypes/tensor.md | 2 +- .../types/archetypes/text_document.md | 2 +- .../reference/types/archetypes/text_log.md | 2 +- .../reference/types/archetypes/transform3d.md | 2 +- .../types/archetypes/view_coordinates.md | 2 +- docs/content/reference/types/components.md | 2 +- .../reference/types/components/.gitattributes | 2 +- .../types/components/aggregation_policy.md | 2 +- .../types/components/annotation_context.md | 2 +- .../reference/types/components/axis_length.md | 2 +- .../reference/types/components/blob.md | 2 +- .../reference/types/components/class_id.md | 2 +- .../types/components/clear_is_recursive.md | 2 +- .../reference/types/components/color.md | 2 +- .../reference/types/components/colormap.md | 2 +- .../reference/types/components/depth_meter.md | 2 +- .../types/components/disconnected_space.md | 2 +- .../reference/types/components/draw_order.md | 2 +- .../reference/types/components/fill_ratio.md | 2 +- .../types/components/gamma_correction.md | 2 +- .../reference/types/components/half_size2d.md | 2 +- .../reference/types/components/half_size3d.md | 2 +- .../types/components/image_plane_distance.md | 2 +- .../reference/types/components/keypoint_id.md | 2 +- .../types/components/line_strip2d.md | 2 +- .../types/components/line_strip3d.md | 2 +- .../types/components/magnification_filter.md | 2 +- .../types/components/marker_shape.md | 2 +- .../reference/types/components/marker_size.md | 2 +- .../reference/types/components/material.md | 2 +- .../reference/types/components/media_type.md | 2 +- .../reference/types/components/name.md | 2 +- .../reference/types/components/opacity.md | 2 +- .../components/out_of_tree_transform3d.md | 2 +- .../types/components/pinhole_projection.md | 2 +- .../reference/types/components/position2d.md | 2 +- .../reference/types/components/position3d.md | 2 +- .../reference/types/components/radius.md | 2 +- .../reference/types/components/range1d.md | 2 +- .../reference/types/components/resolution.md | 2 +- .../reference/types/components/rotation3d.md | 2 +- .../reference/types/components/scalar.md | 2 +- .../types/components/stroke_width.md | 2 +- .../reference/types/components/tensor_data.md | 2 +- .../tensor_dimension_index_selection.md | 2 +- .../components/tensor_height_dimension.md | 2 +- .../components/tensor_width_dimension.md | 2 +- .../reference/types/components/texcoord2d.md | 2 +- .../reference/types/components/text.md | 2 +- .../types/components/text_log_level.md | 2 +- .../reference/types/components/transform3d.md | 2 +- .../types/components/triangle_indices.md | 2 +- .../reference/types/components/vector2d.md | 2 +- .../reference/types/components/vector3d.md | 2 +- .../types/components/view_coordinates.md | 2 +- docs/content/reference/types/datatypes.md | 2 +- .../reference/types/datatypes/.gitattributes | 2 +- .../reference/types/datatypes/angle.md | 2 +- .../types/datatypes/annotation_info.md | 2 +- .../content/reference/types/datatypes/bool.md | 2 +- .../types/datatypes/class_description.md | 2 +- .../datatypes/class_description_map_elem.md | 2 +- .../reference/types/datatypes/class_id.md | 2 +- .../reference/types/datatypes/entity_path.md | 2 +- .../reference/types/datatypes/float32.md | 2 +- .../reference/types/datatypes/keypoint_id.md | 2 +- .../types/datatypes/keypoint_pair.md | 2 +- .../reference/types/datatypes/mat3x3.md | 2 +- .../reference/types/datatypes/mat4x4.md | 2 +- .../reference/types/datatypes/material.md | 2 +- .../reference/types/datatypes/quaternion.md | 2 +- .../reference/types/datatypes/range1d.md | 2 +- .../reference/types/datatypes/range2d.md | 2 +- .../reference/types/datatypes/rgba32.md | 2 +- .../reference/types/datatypes/rotation3d.md | 2 +- .../types/datatypes/rotation_axis_angle.md | 2 +- .../reference/types/datatypes/scale3d.md | 2 +- .../types/datatypes/tensor_buffer.md | 2 +- .../reference/types/datatypes/tensor_data.md | 2 +- .../types/datatypes/tensor_dimension.md | 2 +- .../tensor_dimension_index_selection.md | 2 +- .../datatypes/tensor_dimension_selection.md | 2 +- .../reference/types/datatypes/time_int.md | 2 +- .../reference/types/datatypes/time_range.md | 2 +- .../types/datatypes/time_range_boundary.md | 2 +- .../reference/types/datatypes/transform3d.md | 2 +- .../types/datatypes/translation_and_mat3x3.md | 2 +- .../datatypes/translation_rotation_scale3d.md | 2 +- .../reference/types/datatypes/uint32.md | 2 +- .../reference/types/datatypes/uint64.md | 2 +- .../content/reference/types/datatypes/utf8.md | 2 +- .../content/reference/types/datatypes/uuid.md | 2 +- .../reference/types/datatypes/uvec2d.md | 2 +- .../reference/types/datatypes/uvec3d.md | 2 +- .../reference/types/datatypes/uvec4d.md | 2 +- .../reference/types/datatypes/vec2d.md | 2 +- .../reference/types/datatypes/vec3d.md | 2 +- .../reference/types/datatypes/vec4d.md | 2 +- .../types/datatypes/visible_time_range.md | 2 +- docs/content/reference/types/views.md | 2 +- .../reference/types/views/.gitattributes | 2 +- .../reference/types/views/bar_chart_view.md | 2 +- .../reference/types/views/spatial2d_view.md | 2 +- .../reference/types/views/spatial3d_view.md | 2 +- .../reference/types/views/tensor_view.md | 2 +- .../types/views/text_document_view.md | 2 +- .../reference/types/views/text_log_view.md | 2 +- .../reference/types/views/time_series_view.md | 2 +- docs/snippets/Cargo.toml | 2 +- examples/rust/clock/Cargo.toml | 5 +- examples/rust/custom_data_loader/Cargo.toml | 7 +- examples/rust/custom_space_view/Cargo.toml | 8 +- .../rust/custom_store_subscriber/Cargo.toml | 7 +- examples/rust/dna/Cargo.toml | 2 +- examples/rust/extend_viewer_ui/Cargo.toml | 8 +- examples/rust/external_data_loader/Cargo.toml | 2 +- examples/rust/incremental_logging/Cargo.toml | 5 +- examples/rust/log_file/Cargo.toml | 5 +- examples/rust/minimal/Cargo.toml | 2 +- examples/rust/minimal_options/Cargo.toml | 5 +- examples/rust/minimal_serve/Cargo.toml | 2 +- examples/rust/objectron/Cargo.toml | 7 +- examples/rust/raw_mesh/Cargo.toml | 2 +- examples/rust/shared_recording/Cargo.toml | 2 +- examples/rust/spawn_viewer/Cargo.toml | 2 +- examples/rust/stdio/Cargo.toml | 2 +- examples/rust/template/Cargo.toml | 2 +- lychee.toml | 2 +- pixi.lock | 754 +++++++++--------- pixi.toml | 2 +- rerun_cpp/.gitattributes | 2 +- rerun_cpp/src/rerun/.gitattributes | 2 +- rerun_cpp/src/rerun/archetypes.hpp | 2 +- rerun_cpp/src/rerun/archetypes/.gitattributes | 2 +- .../rerun/archetypes/annotation_context.cpp | 4 +- .../rerun/archetypes/annotation_context.hpp | 4 +- rerun_cpp/src/rerun/archetypes/arrows2d.cpp | 4 +- rerun_cpp/src/rerun/archetypes/arrows2d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/arrows3d.cpp | 4 +- rerun_cpp/src/rerun/archetypes/arrows3d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/asset3d.cpp | 4 +- rerun_cpp/src/rerun/archetypes/asset3d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/bar_chart.cpp | 4 +- rerun_cpp/src/rerun/archetypes/bar_chart.hpp | 4 +- rerun_cpp/src/rerun/archetypes/boxes2d.cpp | 4 +- rerun_cpp/src/rerun/archetypes/boxes2d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/boxes3d.cpp | 4 +- rerun_cpp/src/rerun/archetypes/boxes3d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/clear.cpp | 4 +- rerun_cpp/src/rerun/archetypes/clear.hpp | 4 +- .../src/rerun/archetypes/depth_image.cpp | 4 +- .../src/rerun/archetypes/depth_image.hpp | 4 +- .../rerun/archetypes/disconnected_space.cpp | 4 +- .../rerun/archetypes/disconnected_space.hpp | 4 +- rerun_cpp/src/rerun/archetypes/image.cpp | 4 +- rerun_cpp/src/rerun/archetypes/image.hpp | 4 +- .../src/rerun/archetypes/line_strips2d.cpp | 4 +- .../src/rerun/archetypes/line_strips2d.hpp | 4 +- .../src/rerun/archetypes/line_strips3d.cpp | 4 +- .../src/rerun/archetypes/line_strips3d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/mesh3d.cpp | 4 +- rerun_cpp/src/rerun/archetypes/mesh3d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/pinhole.cpp | 4 +- rerun_cpp/src/rerun/archetypes/pinhole.hpp | 4 +- rerun_cpp/src/rerun/archetypes/points2d.cpp | 4 +- rerun_cpp/src/rerun/archetypes/points2d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/points3d.cpp | 4 +- rerun_cpp/src/rerun/archetypes/points3d.hpp | 4 +- rerun_cpp/src/rerun/archetypes/scalar.cpp | 4 +- rerun_cpp/src/rerun/archetypes/scalar.hpp | 4 +- .../rerun/archetypes/segmentation_image.cpp | 4 +- .../rerun/archetypes/segmentation_image.hpp | 4 +- .../src/rerun/archetypes/series_line.cpp | 4 +- .../src/rerun/archetypes/series_line.hpp | 4 +- .../src/rerun/archetypes/series_point.cpp | 4 +- .../src/rerun/archetypes/series_point.hpp | 4 +- rerun_cpp/src/rerun/archetypes/tensor.cpp | 4 +- rerun_cpp/src/rerun/archetypes/tensor.hpp | 4 +- .../src/rerun/archetypes/text_document.cpp | 4 +- .../src/rerun/archetypes/text_document.hpp | 4 +- rerun_cpp/src/rerun/archetypes/text_log.cpp | 4 +- rerun_cpp/src/rerun/archetypes/text_log.hpp | 4 +- .../src/rerun/archetypes/transform3d.cpp | 4 +- .../src/rerun/archetypes/transform3d.hpp | 4 +- .../src/rerun/archetypes/view_coordinates.cpp | 4 +- .../src/rerun/archetypes/view_coordinates.hpp | 4 +- rerun_cpp/src/rerun/blueprint.hpp | 2 +- rerun_cpp/src/rerun/blueprint/.gitattributes | 2 +- rerun_cpp/src/rerun/blueprint/archetypes.hpp | 2 +- .../rerun/blueprint/archetypes/.gitattributes | 2 +- .../rerun/blueprint/archetypes/background.cpp | 4 +- .../rerun/blueprint/archetypes/background.hpp | 4 +- .../archetypes/container_blueprint.cpp | 4 +- .../archetypes/container_blueprint.hpp | 4 +- .../blueprint/archetypes/panel_blueprint.cpp | 4 +- .../blueprint/archetypes/panel_blueprint.hpp | 4 +- .../blueprint/archetypes/plot_legend.cpp | 4 +- .../blueprint/archetypes/plot_legend.hpp | 4 +- .../blueprint/archetypes/scalar_axis.cpp | 4 +- .../blueprint/archetypes/scalar_axis.hpp | 4 +- .../archetypes/space_view_blueprint.cpp | 4 +- .../archetypes/space_view_blueprint.hpp | 4 +- .../archetypes/space_view_contents.cpp | 4 +- .../archetypes/space_view_contents.hpp | 4 +- .../archetypes/tensor_scalar_mapping.cpp | 4 +- .../archetypes/tensor_scalar_mapping.hpp | 4 +- .../archetypes/tensor_slice_selection.cpp | 4 +- .../archetypes/tensor_slice_selection.hpp | 4 +- .../blueprint/archetypes/tensor_view_fit.cpp | 4 +- .../blueprint/archetypes/tensor_view_fit.hpp | 4 +- .../archetypes/viewport_blueprint.cpp | 4 +- .../archetypes/viewport_blueprint.hpp | 4 +- .../archetypes/visible_time_ranges.cpp | 4 +- .../archetypes/visible_time_ranges.hpp | 4 +- .../blueprint/archetypes/visual_bounds2d.cpp | 4 +- .../blueprint/archetypes/visual_bounds2d.hpp | 4 +- rerun_cpp/src/rerun/blueprint/components.hpp | 2 +- .../rerun/blueprint/components/.gitattributes | 2 +- .../rerun/blueprint/components/active_tab.hpp | 4 +- .../blueprint/components/auto_layout.cpp | 4 +- .../blueprint/components/auto_layout.hpp | 4 +- .../blueprint/components/auto_space_views.cpp | 4 +- .../blueprint/components/auto_space_views.hpp | 4 +- .../blueprint/components/background_kind.cpp | 4 +- .../blueprint/components/background_kind.hpp | 4 +- .../blueprint/components/column_share.cpp | 4 +- .../blueprint/components/column_share.hpp | 4 +- .../blueprint/components/container_kind.cpp | 4 +- .../blueprint/components/container_kind.hpp | 4 +- .../rerun/blueprint/components/corner2d.cpp | 4 +- .../rerun/blueprint/components/corner2d.hpp | 4 +- .../blueprint/components/grid_columns.cpp | 4 +- .../blueprint/components/grid_columns.hpp | 4 +- .../blueprint/components/included_content.hpp | 4 +- .../components/included_space_view.hpp | 4 +- .../blueprint/components/interactive.hpp | 4 +- .../components/lock_range_during_zoom.hpp | 4 +- .../blueprint/components/panel_state.cpp | 4 +- .../blueprint/components/panel_state.hpp | 4 +- .../blueprint/components/query_expression.hpp | 4 +- .../blueprint/components/root_container.hpp | 4 +- .../rerun/blueprint/components/row_share.cpp | 4 +- .../rerun/blueprint/components/row_share.hpp | 4 +- .../blueprint/components/space_view_class.hpp | 4 +- .../components/space_view_maximized.hpp | 4 +- .../components/space_view_origin.hpp | 4 +- .../tensor_dimension_index_slider.hpp | 4 +- .../rerun/blueprint/components/view_fit.cpp | 4 +- .../rerun/blueprint/components/view_fit.hpp | 4 +- .../components/viewer_recommendation_hash.hpp | 4 +- .../rerun/blueprint/components/visible.cpp | 4 +- .../rerun/blueprint/components/visible.hpp | 4 +- .../components/visible_time_range.hpp | 4 +- .../blueprint/components/visual_bounds2d.hpp | 4 +- .../components/visualizer_overrides.cpp | 4 +- .../components/visualizer_overrides.hpp | 4 +- rerun_cpp/src/rerun/blueprint/datatypes.hpp | 2 +- .../rerun/blueprint/datatypes/.gitattributes | 2 +- .../tensor_dimension_index_slider.cpp | 4 +- .../tensor_dimension_index_slider.hpp | 4 +- rerun_cpp/src/rerun/components.hpp | 2 +- rerun_cpp/src/rerun/components/.gitattributes | 2 +- .../rerun/components/aggregation_policy.cpp | 4 +- .../rerun/components/aggregation_policy.hpp | 4 +- .../rerun/components/annotation_context.cpp | 4 +- .../rerun/components/annotation_context.hpp | 4 +- .../src/rerun/components/axis_length.hpp | 4 +- rerun_cpp/src/rerun/components/blob.cpp | 4 +- rerun_cpp/src/rerun/components/blob.hpp | 4 +- rerun_cpp/src/rerun/components/class_id.hpp | 4 +- .../rerun/components/clear_is_recursive.cpp | 4 +- .../rerun/components/clear_is_recursive.hpp | 4 +- rerun_cpp/src/rerun/components/color.hpp | 4 +- rerun_cpp/src/rerun/components/colormap.cpp | 4 +- rerun_cpp/src/rerun/components/colormap.hpp | 4 +- .../src/rerun/components/depth_meter.cpp | 4 +- .../src/rerun/components/depth_meter.hpp | 4 +- .../rerun/components/disconnected_space.cpp | 4 +- .../rerun/components/disconnected_space.hpp | 4 +- rerun_cpp/src/rerun/components/draw_order.cpp | 4 +- rerun_cpp/src/rerun/components/draw_order.hpp | 4 +- rerun_cpp/src/rerun/components/fill_ratio.hpp | 4 +- .../src/rerun/components/gamma_correction.hpp | 4 +- .../src/rerun/components/half_size2d.hpp | 4 +- .../src/rerun/components/half_size3d.hpp | 4 +- .../rerun/components/image_plane_distance.hpp | 4 +- .../src/rerun/components/keypoint_id.hpp | 4 +- .../src/rerun/components/line_strip2d.cpp | 4 +- .../src/rerun/components/line_strip2d.hpp | 4 +- .../src/rerun/components/line_strip3d.cpp | 4 +- .../src/rerun/components/line_strip3d.hpp | 4 +- .../rerun/components/magnification_filter.cpp | 4 +- .../rerun/components/magnification_filter.hpp | 4 +- .../src/rerun/components/marker_shape.cpp | 4 +- .../src/rerun/components/marker_shape.hpp | 4 +- .../src/rerun/components/marker_size.cpp | 4 +- .../src/rerun/components/marker_size.hpp | 4 +- rerun_cpp/src/rerun/components/material.hpp | 4 +- rerun_cpp/src/rerun/components/media_type.hpp | 4 +- rerun_cpp/src/rerun/components/name.hpp | 4 +- rerun_cpp/src/rerun/components/opacity.hpp | 4 +- .../components/out_of_tree_transform3d.hpp | 4 +- .../rerun/components/pinhole_projection.hpp | 4 +- rerun_cpp/src/rerun/components/position2d.hpp | 4 +- rerun_cpp/src/rerun/components/position3d.hpp | 4 +- rerun_cpp/src/rerun/components/radius.cpp | 4 +- rerun_cpp/src/rerun/components/radius.hpp | 4 +- rerun_cpp/src/rerun/components/range1d.hpp | 4 +- rerun_cpp/src/rerun/components/resolution.hpp | 4 +- rerun_cpp/src/rerun/components/rotation3d.hpp | 4 +- rerun_cpp/src/rerun/components/scalar.cpp | 4 +- rerun_cpp/src/rerun/components/scalar.hpp | 4 +- .../src/rerun/components/stroke_width.cpp | 4 +- .../src/rerun/components/stroke_width.hpp | 4 +- .../src/rerun/components/tensor_data.hpp | 4 +- .../tensor_dimension_index_selection.hpp | 4 +- .../components/tensor_height_dimension.hpp | 4 +- .../components/tensor_width_dimension.hpp | 4 +- rerun_cpp/src/rerun/components/texcoord2d.hpp | 4 +- rerun_cpp/src/rerun/components/text.hpp | 4 +- .../src/rerun/components/text_log_level.hpp | 4 +- .../src/rerun/components/transform3d.hpp | 4 +- .../src/rerun/components/triangle_indices.hpp | 4 +- rerun_cpp/src/rerun/components/vector2d.hpp | 4 +- rerun_cpp/src/rerun/components/vector3d.hpp | 4 +- .../src/rerun/components/view_coordinates.cpp | 4 +- .../src/rerun/components/view_coordinates.hpp | 4 +- rerun_cpp/src/rerun/datatypes.hpp | 2 +- rerun_cpp/src/rerun/datatypes/.gitattributes | 2 +- rerun_cpp/src/rerun/datatypes/angle.cpp | 4 +- rerun_cpp/src/rerun/datatypes/angle.hpp | 4 +- .../src/rerun/datatypes/annotation_info.cpp | 4 +- .../src/rerun/datatypes/annotation_info.hpp | 4 +- rerun_cpp/src/rerun/datatypes/bool.cpp | 4 +- rerun_cpp/src/rerun/datatypes/bool.hpp | 4 +- .../src/rerun/datatypes/class_description.cpp | 4 +- .../src/rerun/datatypes/class_description.hpp | 4 +- .../datatypes/class_description_map_elem.cpp | 4 +- .../datatypes/class_description_map_elem.hpp | 4 +- rerun_cpp/src/rerun/datatypes/class_id.cpp | 4 +- rerun_cpp/src/rerun/datatypes/class_id.hpp | 4 +- rerun_cpp/src/rerun/datatypes/entity_path.cpp | 4 +- rerun_cpp/src/rerun/datatypes/entity_path.hpp | 4 +- rerun_cpp/src/rerun/datatypes/float32.cpp | 4 +- rerun_cpp/src/rerun/datatypes/float32.hpp | 4 +- rerun_cpp/src/rerun/datatypes/keypoint_id.cpp | 4 +- rerun_cpp/src/rerun/datatypes/keypoint_id.hpp | 4 +- .../src/rerun/datatypes/keypoint_pair.cpp | 4 +- .../src/rerun/datatypes/keypoint_pair.hpp | 4 +- rerun_cpp/src/rerun/datatypes/mat3x3.cpp | 4 +- rerun_cpp/src/rerun/datatypes/mat3x3.hpp | 4 +- rerun_cpp/src/rerun/datatypes/mat4x4.cpp | 4 +- rerun_cpp/src/rerun/datatypes/mat4x4.hpp | 4 +- rerun_cpp/src/rerun/datatypes/material.cpp | 4 +- rerun_cpp/src/rerun/datatypes/material.hpp | 4 +- rerun_cpp/src/rerun/datatypes/quaternion.cpp | 4 +- rerun_cpp/src/rerun/datatypes/quaternion.hpp | 4 +- rerun_cpp/src/rerun/datatypes/range1d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/range1d.hpp | 4 +- rerun_cpp/src/rerun/datatypes/range2d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/range2d.hpp | 4 +- rerun_cpp/src/rerun/datatypes/rgba32.cpp | 4 +- rerun_cpp/src/rerun/datatypes/rgba32.hpp | 4 +- rerun_cpp/src/rerun/datatypes/rotation3d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/rotation3d.hpp | 4 +- .../rerun/datatypes/rotation_axis_angle.cpp | 4 +- .../rerun/datatypes/rotation_axis_angle.hpp | 4 +- rerun_cpp/src/rerun/datatypes/scale3d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/scale3d.hpp | 4 +- .../src/rerun/datatypes/tensor_buffer.cpp | 4 +- .../src/rerun/datatypes/tensor_buffer.hpp | 4 +- rerun_cpp/src/rerun/datatypes/tensor_data.cpp | 4 +- rerun_cpp/src/rerun/datatypes/tensor_data.hpp | 4 +- .../src/rerun/datatypes/tensor_dimension.cpp | 4 +- .../src/rerun/datatypes/tensor_dimension.hpp | 4 +- .../tensor_dimension_index_selection.cpp | 4 +- .../tensor_dimension_index_selection.hpp | 4 +- .../datatypes/tensor_dimension_selection.cpp | 4 +- .../datatypes/tensor_dimension_selection.hpp | 4 +- rerun_cpp/src/rerun/datatypes/time_int.cpp | 4 +- rerun_cpp/src/rerun/datatypes/time_int.hpp | 4 +- rerun_cpp/src/rerun/datatypes/time_range.cpp | 4 +- rerun_cpp/src/rerun/datatypes/time_range.hpp | 4 +- .../rerun/datatypes/time_range_boundary.cpp | 4 +- .../rerun/datatypes/time_range_boundary.hpp | 4 +- rerun_cpp/src/rerun/datatypes/transform3d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/transform3d.hpp | 4 +- .../datatypes/translation_and_mat3x3.cpp | 4 +- .../datatypes/translation_and_mat3x3.hpp | 4 +- .../translation_rotation_scale3d.cpp | 4 +- .../translation_rotation_scale3d.hpp | 4 +- rerun_cpp/src/rerun/datatypes/uint32.cpp | 4 +- rerun_cpp/src/rerun/datatypes/uint32.hpp | 4 +- rerun_cpp/src/rerun/datatypes/uint64.cpp | 4 +- rerun_cpp/src/rerun/datatypes/uint64.hpp | 4 +- rerun_cpp/src/rerun/datatypes/utf8.cpp | 4 +- rerun_cpp/src/rerun/datatypes/utf8.hpp | 4 +- rerun_cpp/src/rerun/datatypes/uuid.cpp | 4 +- rerun_cpp/src/rerun/datatypes/uuid.hpp | 4 +- rerun_cpp/src/rerun/datatypes/uvec2d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/uvec2d.hpp | 4 +- rerun_cpp/src/rerun/datatypes/uvec3d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/uvec3d.hpp | 4 +- rerun_cpp/src/rerun/datatypes/uvec4d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/uvec4d.hpp | 4 +- rerun_cpp/src/rerun/datatypes/vec2d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/vec2d.hpp | 4 +- rerun_cpp/src/rerun/datatypes/vec3d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/vec3d.hpp | 4 +- rerun_cpp/src/rerun/datatypes/vec4d.cpp | 4 +- rerun_cpp/src/rerun/datatypes/vec4d.hpp | 4 +- .../rerun/datatypes/visible_time_range.cpp | 4 +- .../rerun/datatypes/visible_time_range.hpp | 4 +- rerun_cpp/tests/generated/.gitattributes | 2 +- rerun_cpp/tests/generated/archetypes.hpp | 2 +- .../tests/generated/archetypes/.gitattributes | 2 +- .../generated/archetypes/affix_fuzzer1.cpp | 4 +- .../generated/archetypes/affix_fuzzer1.hpp | 4 +- .../generated/archetypes/affix_fuzzer2.cpp | 4 +- .../generated/archetypes/affix_fuzzer2.hpp | 4 +- .../generated/archetypes/affix_fuzzer3.cpp | 4 +- .../generated/archetypes/affix_fuzzer3.hpp | 4 +- .../generated/archetypes/affix_fuzzer4.cpp | 4 +- .../generated/archetypes/affix_fuzzer4.hpp | 4 +- rerun_cpp/tests/generated/components.hpp | 2 +- .../tests/generated/components/.gitattributes | 2 +- .../generated/components/affix_fuzzer1.hpp | 4 +- .../generated/components/affix_fuzzer10.cpp | 4 +- .../generated/components/affix_fuzzer10.hpp | 4 +- .../generated/components/affix_fuzzer11.cpp | 4 +- .../generated/components/affix_fuzzer11.hpp | 4 +- .../generated/components/affix_fuzzer12.cpp | 4 +- .../generated/components/affix_fuzzer12.hpp | 4 +- .../generated/components/affix_fuzzer13.cpp | 4 +- .../generated/components/affix_fuzzer13.hpp | 4 +- .../generated/components/affix_fuzzer14.hpp | 4 +- .../generated/components/affix_fuzzer15.cpp | 4 +- .../generated/components/affix_fuzzer15.hpp | 4 +- .../generated/components/affix_fuzzer16.cpp | 4 +- .../generated/components/affix_fuzzer16.hpp | 4 +- .../generated/components/affix_fuzzer17.cpp | 4 +- .../generated/components/affix_fuzzer17.hpp | 4 +- .../generated/components/affix_fuzzer18.cpp | 4 +- .../generated/components/affix_fuzzer18.hpp | 4 +- .../generated/components/affix_fuzzer19.hpp | 4 +- .../generated/components/affix_fuzzer2.hpp | 4 +- .../generated/components/affix_fuzzer20.hpp | 4 +- .../generated/components/affix_fuzzer21.hpp | 4 +- .../generated/components/affix_fuzzer22.cpp | 4 +- .../generated/components/affix_fuzzer22.hpp | 4 +- .../generated/components/affix_fuzzer3.hpp | 4 +- .../generated/components/affix_fuzzer4.cpp | 4 +- .../generated/components/affix_fuzzer4.hpp | 4 +- .../generated/components/affix_fuzzer5.cpp | 4 +- .../generated/components/affix_fuzzer5.hpp | 4 +- .../generated/components/affix_fuzzer6.cpp | 4 +- .../generated/components/affix_fuzzer6.hpp | 4 +- .../generated/components/affix_fuzzer7.cpp | 4 +- .../generated/components/affix_fuzzer7.hpp | 4 +- .../generated/components/affix_fuzzer8.cpp | 4 +- .../generated/components/affix_fuzzer8.hpp | 4 +- .../generated/components/affix_fuzzer9.cpp | 4 +- .../generated/components/affix_fuzzer9.hpp | 4 +- .../tests/generated/components/enum_test.cpp | 4 +- .../tests/generated/components/enum_test.hpp | 4 +- rerun_cpp/tests/generated/datatypes.hpp | 2 +- .../tests/generated/datatypes/.gitattributes | 2 +- .../generated/datatypes/affix_fuzzer1.cpp | 4 +- .../generated/datatypes/affix_fuzzer1.hpp | 4 +- .../generated/datatypes/affix_fuzzer2.cpp | 4 +- .../generated/datatypes/affix_fuzzer2.hpp | 4 +- .../generated/datatypes/affix_fuzzer20.cpp | 4 +- .../generated/datatypes/affix_fuzzer20.hpp | 4 +- .../generated/datatypes/affix_fuzzer21.cpp | 4 +- .../generated/datatypes/affix_fuzzer21.hpp | 4 +- .../generated/datatypes/affix_fuzzer22.cpp | 4 +- .../generated/datatypes/affix_fuzzer22.hpp | 4 +- .../generated/datatypes/affix_fuzzer3.cpp | 4 +- .../generated/datatypes/affix_fuzzer3.hpp | 4 +- .../generated/datatypes/affix_fuzzer4.cpp | 4 +- .../generated/datatypes/affix_fuzzer4.hpp | 4 +- .../generated/datatypes/affix_fuzzer5.cpp | 4 +- .../generated/datatypes/affix_fuzzer5.hpp | 4 +- .../generated/datatypes/flattened_scalar.cpp | 4 +- .../generated/datatypes/flattened_scalar.hpp | 4 +- .../datatypes/primitive_component.cpp | 4 +- .../datatypes/primitive_component.hpp | 4 +- .../generated/datatypes/string_component.cpp | 4 +- .../generated/datatypes/string_component.hpp | 4 +- rerun_py/ARCHITECTURE.md | 3 +- rerun_py/docs/gen_common_index.py | 2 +- rerun_py/pyproject.toml | 2 +- rerun_py/rerun_sdk/rerun/.gitattributes | 2 +- .../rerun_sdk/rerun/archetypes/.gitattributes | 2 +- .../rerun_sdk/rerun/archetypes/__init__.py | 2 +- .../rerun/archetypes/annotation_context.py | 4 +- .../rerun_sdk/rerun/archetypes/arrows2d.py | 4 +- .../rerun_sdk/rerun/archetypes/arrows3d.py | 4 +- .../rerun_sdk/rerun/archetypes/asset3d.py | 4 +- .../rerun_sdk/rerun/archetypes/bar_chart.py | 4 +- .../rerun_sdk/rerun/archetypes/boxes2d.py | 4 +- .../rerun_sdk/rerun/archetypes/boxes3d.py | 4 +- rerun_py/rerun_sdk/rerun/archetypes/clear.py | 4 +- .../rerun_sdk/rerun/archetypes/depth_image.py | 4 +- .../rerun/archetypes/disconnected_space.py | 4 +- rerun_py/rerun_sdk/rerun/archetypes/image.py | 4 +- .../rerun/archetypes/line_strips2d.py | 4 +- .../rerun/archetypes/line_strips3d.py | 4 +- rerun_py/rerun_sdk/rerun/archetypes/mesh3d.py | 4 +- .../rerun_sdk/rerun/archetypes/pinhole.py | 4 +- .../rerun_sdk/rerun/archetypes/points2d.py | 4 +- .../rerun_sdk/rerun/archetypes/points3d.py | 4 +- rerun_py/rerun_sdk/rerun/archetypes/scalar.py | 4 +- .../rerun/archetypes/segmentation_image.py | 4 +- .../rerun_sdk/rerun/archetypes/series_line.py | 4 +- .../rerun/archetypes/series_point.py | 4 +- rerun_py/rerun_sdk/rerun/archetypes/tensor.py | 4 +- .../rerun/archetypes/text_document.py | 4 +- .../rerun_sdk/rerun/archetypes/text_log.py | 4 +- .../rerun_sdk/rerun/archetypes/transform3d.py | 4 +- .../rerun/archetypes/view_coordinates.py | 4 +- .../rerun/blueprint/archetypes/.gitattributes | 2 +- .../rerun/blueprint/archetypes/__init__.py | 2 +- .../rerun/blueprint/archetypes/background.py | 4 +- .../archetypes/container_blueprint.py | 4 +- .../blueprint/archetypes/panel_blueprint.py | 4 +- .../rerun/blueprint/archetypes/plot_legend.py | 4 +- .../rerun/blueprint/archetypes/scalar_axis.py | 4 +- .../archetypes/space_view_blueprint.py | 4 +- .../archetypes/space_view_contents.py | 4 +- .../archetypes/tensor_scalar_mapping.py | 4 +- .../archetypes/tensor_slice_selection.py | 4 +- .../blueprint/archetypes/tensor_view_fit.py | 4 +- .../archetypes/viewport_blueprint.py | 4 +- .../archetypes/visible_time_ranges.py | 4 +- .../blueprint/archetypes/visual_bounds2d.py | 4 +- .../rerun/blueprint/components/.gitattributes | 2 +- .../rerun/blueprint/components/__init__.py | 2 +- .../rerun/blueprint/components/active_tab.py | 4 +- .../rerun/blueprint/components/auto_layout.py | 4 +- .../blueprint/components/auto_space_views.py | 4 +- .../blueprint/components/background_kind.py | 4 +- .../blueprint/components/column_share.py | 4 +- .../blueprint/components/container_kind.py | 4 +- .../rerun/blueprint/components/corner2d.py | 4 +- .../blueprint/components/grid_columns.py | 4 +- .../blueprint/components/included_content.py | 4 +- .../components/included_space_view.py | 4 +- .../rerun/blueprint/components/interactive.py | 4 +- .../components/lock_range_during_zoom.py | 4 +- .../rerun/blueprint/components/panel_state.py | 4 +- .../blueprint/components/query_expression.py | 4 +- .../blueprint/components/root_container.py | 4 +- .../rerun/blueprint/components/row_share.py | 4 +- .../blueprint/components/space_view_class.py | 4 +- .../components/space_view_maximized.py | 4 +- .../blueprint/components/space_view_origin.py | 4 +- .../tensor_dimension_index_slider.py | 4 +- .../rerun/blueprint/components/view_fit.py | 4 +- .../components/viewer_recommendation_hash.py | 4 +- .../rerun/blueprint/components/visible.py | 4 +- .../components/visible_time_range.py | 4 +- .../blueprint/components/visual_bounds2d.py | 4 +- .../components/visualizer_overrides.py | 4 +- .../rerun/blueprint/datatypes/.gitattributes | 2 +- .../rerun/blueprint/datatypes/__init__.py | 2 +- .../tensor_dimension_index_slider.py | 4 +- .../rerun/blueprint/views/.gitattributes | 2 +- .../rerun/blueprint/views/__init__.py | 2 +- .../rerun/blueprint/views/bar_chart_view.py | 4 +- .../rerun/blueprint/views/spatial2d_view.py | 4 +- .../rerun/blueprint/views/spatial3d_view.py | 4 +- .../rerun/blueprint/views/tensor_view.py | 4 +- .../blueprint/views/text_document_view.py | 4 +- .../rerun/blueprint/views/text_log_view.py | 4 +- .../rerun/blueprint/views/time_series_view.py | 4 +- .../rerun_sdk/rerun/components/.gitattributes | 2 +- .../rerun_sdk/rerun/components/__init__.py | 2 +- .../rerun/components/aggregation_policy.py | 4 +- .../rerun/components/annotation_context.py | 4 +- .../rerun_sdk/rerun/components/axis_length.py | 4 +- rerun_py/rerun_sdk/rerun/components/blob.py | 4 +- .../rerun_sdk/rerun/components/class_id.py | 4 +- .../rerun/components/clear_is_recursive.py | 4 +- rerun_py/rerun_sdk/rerun/components/color.py | 4 +- .../rerun_sdk/rerun/components/colormap.py | 4 +- .../rerun_sdk/rerun/components/depth_meter.py | 4 +- .../rerun/components/disconnected_space.py | 4 +- .../rerun_sdk/rerun/components/draw_order.py | 4 +- .../rerun_sdk/rerun/components/fill_ratio.py | 4 +- .../rerun/components/gamma_correction.py | 4 +- .../rerun_sdk/rerun/components/half_size2d.py | 4 +- .../rerun_sdk/rerun/components/half_size3d.py | 4 +- .../rerun/components/image_plane_distance.py | 4 +- .../rerun_sdk/rerun/components/keypoint_id.py | 4 +- .../rerun/components/line_strip2d.py | 4 +- .../rerun/components/line_strip3d.py | 4 +- .../rerun/components/magnification_filter.py | 4 +- .../rerun/components/marker_shape.py | 4 +- .../rerun_sdk/rerun/components/marker_size.py | 4 +- .../rerun_sdk/rerun/components/material.py | 4 +- .../rerun_sdk/rerun/components/media_type.py | 4 +- rerun_py/rerun_sdk/rerun/components/name.py | 4 +- .../rerun_sdk/rerun/components/opacity.py | 4 +- .../components/out_of_tree_transform3d.py | 4 +- .../rerun/components/pinhole_projection.py | 4 +- .../rerun_sdk/rerun/components/position2d.py | 4 +- .../rerun_sdk/rerun/components/position3d.py | 4 +- rerun_py/rerun_sdk/rerun/components/radius.py | 4 +- .../rerun_sdk/rerun/components/range1d.py | 4 +- .../rerun_sdk/rerun/components/resolution.py | 4 +- .../rerun_sdk/rerun/components/rotation3d.py | 4 +- rerun_py/rerun_sdk/rerun/components/scalar.py | 4 +- .../rerun/components/stroke_width.py | 4 +- .../rerun_sdk/rerun/components/tensor_data.py | 4 +- .../tensor_dimension_index_selection.py | 4 +- .../components/tensor_height_dimension.py | 4 +- .../components/tensor_width_dimension.py | 4 +- .../rerun_sdk/rerun/components/texcoord2d.py | 4 +- rerun_py/rerun_sdk/rerun/components/text.py | 4 +- .../rerun/components/text_log_level.py | 4 +- .../rerun_sdk/rerun/components/transform3d.py | 4 +- .../rerun/components/triangle_indices.py | 4 +- .../rerun_sdk/rerun/components/vector2d.py | 4 +- .../rerun_sdk/rerun/components/vector3d.py | 4 +- .../rerun/components/view_coordinates.py | 4 +- .../rerun_sdk/rerun/datatypes/.gitattributes | 2 +- .../rerun_sdk/rerun/datatypes/__init__.py | 2 +- rerun_py/rerun_sdk/rerun/datatypes/angle.py | 4 +- .../rerun/datatypes/annotation_info.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/bool.py | 4 +- .../rerun/datatypes/class_description.py | 4 +- .../datatypes/class_description_map_elem.py | 4 +- .../rerun_sdk/rerun/datatypes/class_id.py | 4 +- .../rerun_sdk/rerun/datatypes/entity_path.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/float32.py | 4 +- .../rerun_sdk/rerun/datatypes/keypoint_id.py | 4 +- .../rerun/datatypes/keypoint_pair.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/mat3x3.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/mat4x4.py | 4 +- .../rerun_sdk/rerun/datatypes/material.py | 4 +- .../rerun_sdk/rerun/datatypes/quaternion.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/range1d.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/range2d.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/rgba32.py | 4 +- .../rerun_sdk/rerun/datatypes/rotation3d.py | 4 +- .../rerun/datatypes/rotation_axis_angle.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/scale3d.py | 4 +- .../rerun/datatypes/tensor_buffer.py | 4 +- .../rerun_sdk/rerun/datatypes/tensor_data.py | 4 +- .../rerun/datatypes/tensor_dimension.py | 4 +- .../tensor_dimension_index_selection.py | 4 +- .../datatypes/tensor_dimension_selection.py | 4 +- .../rerun_sdk/rerun/datatypes/time_int.py | 4 +- .../rerun_sdk/rerun/datatypes/time_range.py | 4 +- .../rerun/datatypes/time_range_boundary.py | 4 +- .../rerun_sdk/rerun/datatypes/transform3d.py | 4 +- .../rerun/datatypes/translation_and_mat3x3.py | 4 +- .../datatypes/translation_rotation_scale3d.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/uint32.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/uint64.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/utf8.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/uuid.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/uvec2d.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/uvec3d.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/uvec4d.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/vec2d.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/vec3d.py | 4 +- rerun_py/rerun_sdk/rerun/datatypes/vec4d.py | 4 +- .../rerun/datatypes/visible_time_range.py | 4 +- .../test_types/archetypes/.gitattributes | 2 +- .../tests/test_types/archetypes/__init__.py | 2 +- .../test_types/archetypes/affix_fuzzer1.py | 4 +- .../test_types/archetypes/affix_fuzzer2.py | 4 +- .../test_types/archetypes/affix_fuzzer3.py | 4 +- .../test_types/archetypes/affix_fuzzer4.py | 4 +- .../tests/test_types/blueprint/.gitattributes | 2 +- .../tests/test_types/blueprint/__init__.py | 2 +- .../test_types/components/.gitattributes | 2 +- .../tests/test_types/components/__init__.py | 2 +- .../test_types/components/affix_fuzzer1.py | 4 +- .../test_types/components/affix_fuzzer10.py | 4 +- .../test_types/components/affix_fuzzer11.py | 4 +- .../test_types/components/affix_fuzzer12.py | 4 +- .../test_types/components/affix_fuzzer13.py | 4 +- .../test_types/components/affix_fuzzer14.py | 4 +- .../test_types/components/affix_fuzzer15.py | 4 +- .../test_types/components/affix_fuzzer16.py | 4 +- .../test_types/components/affix_fuzzer17.py | 4 +- .../test_types/components/affix_fuzzer18.py | 4 +- .../test_types/components/affix_fuzzer19.py | 4 +- .../test_types/components/affix_fuzzer2.py | 4 +- .../test_types/components/affix_fuzzer20.py | 4 +- .../test_types/components/affix_fuzzer21.py | 4 +- .../test_types/components/affix_fuzzer22.py | 4 +- .../test_types/components/affix_fuzzer3.py | 4 +- .../test_types/components/affix_fuzzer4.py | 4 +- .../test_types/components/affix_fuzzer5.py | 4 +- .../test_types/components/affix_fuzzer6.py | 4 +- .../test_types/components/affix_fuzzer7.py | 4 +- .../test_types/components/affix_fuzzer8.py | 4 +- .../test_types/components/affix_fuzzer9.py | 4 +- .../tests/test_types/components/enum_test.py | 4 +- .../tests/test_types/datatypes/.gitattributes | 2 +- .../tests/test_types/datatypes/__init__.py | 2 +- .../test_types/datatypes/affix_fuzzer1.py | 4 +- .../test_types/datatypes/affix_fuzzer2.py | 4 +- .../test_types/datatypes/affix_fuzzer20.py | 4 +- .../test_types/datatypes/affix_fuzzer21.py | 4 +- .../test_types/datatypes/affix_fuzzer22.py | 4 +- .../test_types/datatypes/affix_fuzzer3.py | 4 +- .../test_types/datatypes/affix_fuzzer4.py | 4 +- .../test_types/datatypes/affix_fuzzer5.py | 4 +- .../test_types/datatypes/flattened_scalar.py | 4 +- .../datatypes/primitive_component.py | 4 +- .../test_types/datatypes/string_component.py | 4 +- scripts/ci/check_large_files_allow_list.txt | 6 +- scripts/generate_view_coordinate_defs.py | 4 +- scripts/lint.py | 2 +- .../build_screenshot_compare.py | 4 +- tests/roundtrips.py | 6 +- tests/rust/log_benchmark/Cargo.toml | 6 +- tests/rust/plot_dashboard_stress/Cargo.toml | 2 +- .../roundtrips/annotation_context/Cargo.toml | 2 +- tests/rust/roundtrips/arrows2d/Cargo.toml | 2 +- tests/rust/roundtrips/arrows3d/Cargo.toml | 2 +- tests/rust/roundtrips/boxes2d/Cargo.toml | 2 +- tests/rust/roundtrips/boxes3d/Cargo.toml | 2 +- tests/rust/roundtrips/depth_image/Cargo.toml | 2 +- .../roundtrips/disconnected_space/Cargo.toml | 2 +- tests/rust/roundtrips/image/Cargo.toml | 2 +- .../rust/roundtrips/line_strips2d/Cargo.toml | 2 +- .../rust/roundtrips/line_strips3d/Cargo.toml | 2 +- tests/rust/roundtrips/pinhole/Cargo.toml | 2 +- tests/rust/roundtrips/points2d/Cargo.toml | 2 +- tests/rust/roundtrips/points3d/Cargo.toml | 2 +- .../roundtrips/segmentation_image/Cargo.toml | 2 +- tests/rust/roundtrips/tensor/Cargo.toml | 2 +- .../rust/roundtrips/text_document/Cargo.toml | 2 +- tests/rust/roundtrips/text_log/Cargo.toml | 2 +- tests/rust/roundtrips/transform3d/Cargo.toml | 2 +- .../roundtrips/view_coordinates/Cargo.toml | 2 +- .../roundtrips/visible_time_ranges/Cargo.toml | 2 +- tests/rust/test_api/Cargo.toml | 5 +- tests/rust/test_pinhole_projection/Cargo.toml | 2 +- tests/rust/test_temporal_batch/Cargo.toml | 2 +- 2155 files changed, 2414 insertions(+), 2355 deletions(-) create mode 100644 crates/build/README.md rename crates/{ => build}/re_build_info/Cargo.toml (100%) rename crates/{ => build}/re_build_info/README.md (100%) rename crates/{ => build}/re_build_info/src/build_info.rs (100%) rename crates/{ => build}/re_build_info/src/crate_version.rs (100%) rename crates/{ => build}/re_build_info/src/lib.rs (100%) rename crates/{ => build}/re_build_tools/Cargo.toml (100%) rename crates/{ => build}/re_build_tools/README.md (100%) rename crates/{ => build}/re_build_tools/src/git.rs (100%) rename crates/{ => build}/re_build_tools/src/hashing.rs (100%) rename crates/{ => build}/re_build_tools/src/lib.rs (100%) rename crates/{ => build}/re_build_tools/src/rebuild_detector.rs (100%) rename crates/{ => build}/re_dev_tools/Cargo.toml (100%) rename crates/{ => build}/re_dev_tools/README.md (100%) rename crates/{ => build}/re_dev_tools/src/build_examples/example.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_examples/install.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_examples/manifest.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_examples/mod.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_examples/rrd.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_examples/snippets.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_examples/wait_for_output.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/README.md (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/build.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/ingest.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/ingest/cpp.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/ingest/docs.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/ingest/examples.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/ingest/python.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/ingest/rust.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/meili.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/mod.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/repl.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_search_index/util.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_web_viewer/README.md (100%) rename crates/{ => build}/re_dev_tools/src/build_web_viewer/lib.rs (100%) rename crates/{ => build}/re_dev_tools/src/build_web_viewer/mod.rs (100%) rename crates/{ => build}/re_dev_tools/src/main.rs (100%) create mode 100644 crates/build/re_types_builder/.gitignore rename crates/{ => build}/re_types_builder/Cargo.toml (100%) rename crates/{ => build}/re_types_builder/README.md (100%) rename crates/{ => build}/re_types_builder/build.rs (100%) rename crates/{ => build}/re_types_builder/definitions/reflection.fbs (100%) rename crates/{ => build}/re_types_builder/src/arrow_registry.rs (100%) rename crates/{ => build}/re_types_builder/src/bin/build_re_types.rs (92%) rename crates/{ => build}/re_types_builder/src/codegen/common.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/cpp/array_builder.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/cpp/forward_decl.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/cpp/includes.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/cpp/method.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/cpp/mod.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/docs/mod.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/mod.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/python/mod.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/python/views.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/rust/api.rs (99%) rename crates/{ => build}/re_types_builder/src/codegen/rust/arrow.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/rust/blueprint_validation.rs (95%) rename crates/{ => build}/re_types_builder/src/codegen/rust/deserializer.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/rust/mod.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/rust/reflection.rs (98%) rename crates/{ => build}/re_types_builder/src/codegen/rust/serializer.rs (100%) rename crates/{ => build}/re_types_builder/src/codegen/rust/util.rs (100%) rename crates/{ => build}/re_types_builder/src/docs.rs (100%) rename crates/{ => build}/re_types_builder/src/format/cpp.rs (100%) rename crates/{ => build}/re_types_builder/src/format/mod.rs (100%) rename crates/{ => build}/re_types_builder/src/format/python.rs (100%) rename crates/{ => build}/re_types_builder/src/format/rust.rs (100%) rename crates/{ => build}/re_types_builder/src/lib.rs (98%) rename crates/{ => build}/re_types_builder/src/objects.rs (100%) rename crates/{ => build}/re_types_builder/src/reflection.rs (100%) rename crates/{ => build}/re_types_builder/src/report.rs (100%) delete mode 100644 crates/re_types_core/src/archetypes/mod.rs delete mode 100644 crates/re_viewer/src/blueprint/validation_gen/.gitattributes delete mode 100644 crates/re_viewer/src/reflection/.gitattributes delete mode 120000 crates/re_web_viewer_server/web_viewer create mode 100644 crates/store/README.md rename crates/{ => store}/re_chunk/Cargo.toml (100%) rename crates/{ => store}/re_chunk/README.md (100%) rename crates/{ => store}/re_chunk/examples/latest_at.rs (100%) rename crates/{ => store}/re_chunk/examples/range.rs (100%) rename crates/{ => store}/re_chunk/src/batcher.rs (100%) rename crates/{ => store}/re_chunk/src/builder.rs (100%) rename crates/{ => store}/re_chunk/src/chunk.rs (100%) rename crates/{ => store}/re_chunk/src/id.rs (100%) rename crates/{ => store}/re_chunk/src/iter.rs (100%) rename crates/{ => store}/re_chunk/src/latest_at.rs (100%) rename crates/{ => store}/re_chunk/src/lib.rs (100%) rename crates/{ => store}/re_chunk/src/range.rs (100%) rename crates/{ => store}/re_chunk/src/shuffle.rs (100%) rename crates/{ => store}/re_chunk/src/slice.rs (100%) rename crates/{ => store}/re_chunk/src/transport.rs (100%) rename crates/{ => store}/re_chunk/src/util.rs (100%) rename crates/{ => store}/re_chunk/tests/latest_at.rs (100%) rename crates/{ => store}/re_chunk/tests/range.rs (100%) rename crates/{ => store}/re_chunk_store/Cargo.toml (100%) rename crates/{ => store}/re_chunk_store/README.md (100%) rename crates/{ => store}/re_chunk_store/src/events.rs (100%) rename crates/{ => store}/re_chunk_store/src/gc.rs (100%) rename crates/{ => store}/re_chunk_store/src/lib.rs (100%) rename crates/{ => store}/re_chunk_store/src/query.rs (100%) rename crates/{ => store}/re_chunk_store/src/stats.rs (100%) rename crates/{ => store}/re_chunk_store/src/store.rs (100%) rename crates/{ => store}/re_chunk_store/src/subscribers.rs (100%) rename crates/{ => store}/re_chunk_store/src/writes.rs (100%) rename crates/{ => store}/re_chunk_store/tests/correctness.rs (100%) rename crates/{ => store}/re_chunk_store/tests/gc.rs (100%) rename crates/{ => store}/re_chunk_store/tests/memory_test.rs (100%) rename crates/{ => store}/re_chunk_store/tests/reads.rs (100%) rename crates/{ => store}/re_chunk_store/tests/snapshots/memory_test__scalars_on_one_timeline_new.snap (86%) rename crates/{ => store}/re_data_loader/Cargo.toml (100%) rename crates/{ => store}/re_data_loader/README.md (100%) rename crates/{ => store}/re_data_loader/src/lib.rs (100%) rename crates/{ => store}/re_data_loader/src/load_file.rs (100%) rename crates/{ => store}/re_data_loader/src/loader_archetype.rs (100%) rename crates/{ => store}/re_data_loader/src/loader_directory.rs (100%) rename crates/{ => store}/re_data_loader/src/loader_external.rs (100%) rename crates/{ => store}/re_data_loader/src/loader_rrd.rs (100%) rename crates/{ => store}/re_data_source/Cargo.toml (100%) rename crates/{ => store}/re_data_source/README.md (100%) rename crates/{ => store}/re_data_source/build.rs (100%) rename crates/{ => store}/re_data_source/src/data_source.rs (100%) rename crates/{ => store}/re_data_source/src/lib.rs (100%) rename crates/{ => store}/re_data_source/src/load_stdin.rs (100%) rename crates/{ => store}/re_data_source/src/web_sockets.rs (100%) rename crates/{ => store}/re_entity_db/Cargo.toml (100%) rename crates/{ => store}/re_entity_db/README.md (100%) rename crates/{ => store}/re_entity_db/examples/memory_usage.rs (100%) rename crates/{ => store}/re_entity_db/src/entity_db.rs (100%) rename crates/{ => store}/re_entity_db/src/entity_tree.rs (100%) rename crates/{ => store}/re_entity_db/src/instance_path.rs (100%) rename crates/{ => store}/re_entity_db/src/lib.rs (100%) rename crates/{ => store}/re_entity_db/src/store_bundle.rs (100%) rename crates/{ => store}/re_entity_db/src/time_histogram_per_timeline.rs (100%) rename crates/{ => store}/re_entity_db/src/times_per_timeline.rs (100%) rename crates/{ => store}/re_entity_db/src/versioned_instance_path.rs (100%) rename crates/{ => store}/re_entity_db/tests/clear.rs (100%) rename crates/{ => store}/re_entity_db/tests/time_histograms.rs (100%) rename crates/{ => store}/re_format_arrow/Cargo.toml (100%) rename crates/{ => store}/re_format_arrow/README.md (100%) rename crates/{ => store}/re_format_arrow/src/lib.rs (100%) rename crates/{ => store}/re_log_encoding/Cargo.toml (100%) rename crates/{ => store}/re_log_encoding/README.md (100%) rename crates/{ => store}/re_log_encoding/benches/msg_encode_benchmark.rs (100%) rename crates/{ => store}/re_log_encoding/src/decoder/mod.rs (100%) rename crates/{ => store}/re_log_encoding/src/decoder/stream.rs (100%) rename crates/{ => store}/re_log_encoding/src/encoder.rs (100%) rename crates/{ => store}/re_log_encoding/src/file_sink.rs (100%) rename crates/{ => store}/re_log_encoding/src/lib.rs (100%) rename crates/{ => store}/re_log_encoding/src/stream_rrd_from_http.rs (100%) rename crates/{ => store}/re_log_types/Cargo.toml (100%) rename crates/{ => store}/re_log_types/README.md (100%) rename crates/{ => store}/re_log_types/benches/vec_deque_ext.rs (100%) rename crates/{ => store}/re_log_types/src/arrow_msg.rs (100%) rename crates/{ => store}/re_log_types/src/example_components.rs (100%) rename crates/{ => store}/re_log_types/src/hash.rs (100%) rename crates/{ => store}/re_log_types/src/instance.rs (100%) rename crates/{ => store}/re_log_types/src/lib.rs (100%) rename crates/{ => store}/re_log_types/src/path/component_path.rs (100%) rename crates/{ => store}/re_log_types/src/path/data_path.rs (100%) rename crates/{ => store}/re_log_types/src/path/entity_path.rs (100%) rename crates/{ => store}/re_log_types/src/path/entity_path_filter.rs (100%) rename crates/{ => store}/re_log_types/src/path/entity_path_part.rs (100%) rename crates/{ => store}/re_log_types/src/path/mod.rs (100%) rename crates/{ => store}/re_log_types/src/path/natural_ordering.rs (100%) rename crates/{ => store}/re_log_types/src/path/parse_path.rs (100%) rename crates/{ => store}/re_log_types/src/resolved_time_range.rs (100%) rename crates/{ => store}/re_log_types/src/time.rs (100%) rename crates/{ => store}/re_log_types/src/time_point/mod.rs (100%) rename crates/{ => store}/re_log_types/src/time_point/non_min_i64.rs (100%) rename crates/{ => store}/re_log_types/src/time_point/time_int.rs (100%) rename crates/{ => store}/re_log_types/src/time_point/timeline.rs (100%) rename crates/{ => store}/re_log_types/src/time_real.rs (100%) rename crates/{ => store}/re_log_types/src/vec_deque_ext.rs (100%) rename crates/{ => store}/re_query/Cargo.toml (100%) rename crates/{ => store}/re_query/README.md (100%) rename crates/{ => store}/re_query/benches/flat_vec_deque.rs (100%) rename crates/{ => store}/re_query/benches/latest_at.rs (100%) rename crates/{ => store}/re_query/examples/latest_at.rs (100%) rename crates/{ => store}/re_query/examples/range.rs (100%) rename crates/{ => store}/re_query/src/bin/clamped_zip.rs (100%) rename crates/{ => store}/re_query/src/bin/range_zip.rs (100%) rename crates/{ => store}/re_query/src/cache.rs (100%) rename crates/{ => store}/re_query/src/cache_stats.rs (100%) rename crates/{ => store}/re_query/src/clamped_zip/.gitattributes (100%) rename crates/{ => store}/re_query/src/clamped_zip/generated.rs (100%) rename crates/{ => store}/re_query/src/clamped_zip/mod.rs (100%) rename crates/{ => store}/re_query/src/flat_vec_deque.rs (100%) rename crates/{ => store}/re_query/src/latest_at/helpers.rs (100%) rename crates/{ => store}/re_query/src/latest_at/mod.rs (100%) rename crates/{ => store}/re_query/src/latest_at/query.rs (100%) rename crates/{ => store}/re_query/src/latest_at/results.rs (100%) rename crates/{ => store}/re_query/src/lib.rs (100%) rename crates/{ => store}/re_query/src/promise.rs (100%) rename crates/{ => store}/re_query/src/range/mod.rs (100%) rename crates/{ => store}/re_query/src/range/query.rs (100%) rename crates/{ => store}/re_query/src/range/results.rs (100%) rename crates/{ => store}/re_query/src/range_zip/.gitattributes (100%) rename crates/{ => store}/re_query/src/range_zip/generated.rs (100%) rename crates/{ => store}/re_query/src/range_zip/mod.rs (100%) rename crates/{ => store}/re_query/tests/latest_at.rs (100%) rename crates/{ => store}/re_query/tests/range.rs (100%) rename crates/{ => store}/re_sdk_comms/Cargo.toml (100%) rename crates/{ => store}/re_sdk_comms/README.md (89%) rename crates/{ => store}/re_sdk_comms/src/buffered_client.rs (100%) rename crates/{ => store}/re_sdk_comms/src/lib.rs (100%) rename crates/{ => store}/re_sdk_comms/src/server.rs (100%) rename crates/{ => store}/re_sdk_comms/src/tcp_client.rs (100%) rename crates/{ => store}/re_types/.gitattributes (98%) create mode 100644 crates/store/re_types/.gitignore rename crates/{ => store}/re_types/Cargo.toml (100%) rename crates/{ => store}/re_types/README.md (100%) rename crates/{ => store}/re_types/definitions/arrow/attributes.fbs (100%) rename crates/{ => store}/re_types/definitions/cpp/attributes.fbs (100%) rename crates/{ => store}/re_types/definitions/docs/attributes.fbs (100%) rename crates/{ => store}/re_types/definitions/fbs/attributes.fbs (100%) rename crates/{ => store}/re_types/definitions/python/attributes.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/annotation_context.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/arrows2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/arrows3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/asset3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/bar_chart.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/boxes2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/boxes3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/clear.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/depth_image.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/disconnected_space.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/image.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/line_strips2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/line_strips3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/mesh3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/pinhole.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/points2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/points3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/scalar.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/segmentation_image.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/series_line.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/series_point.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/tensor.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/text_document.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/text_log.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/transform3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/archetypes/view_coordinates.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/attributes.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/background.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/active_tab.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/auto_layout.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/background_kind.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/column_share.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/container_kind.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/corner_2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/grid_columns.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/included_content.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/included_space_view.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/interactive.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/panel_state.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/query_expression.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/root_container.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/row_share.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/space_view_class.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/view_fit.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/visible.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/views/bar_chart.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/views/spatial2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/views/spatial3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/views/tensor.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/views/text_document.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/views/text_log.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/blueprint/views/time_series.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/aggregation_policy.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/annotation_context.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/axis_length.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/blob.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/class_id.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/clear_is_recursive.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/color.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/colormap.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/depth_meter.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/disconnected_space.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/draw_order.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/fill_ratio.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/gamma_correction.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/half_size2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/half_size3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/image_plane_distance.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/keypoint_id.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/line_strip2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/line_strip3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/magnification_filter.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/marker_shape.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/marker_size.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/material.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/media_type.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/name.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/opacity.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/pinhole_projection.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/position2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/position3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/radius.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/range1d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/resolution.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/rotation3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/scalar.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/stroke_width.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/tensor_data.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/tensor_dimension_selection.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/texcoord2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/text.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/text_log_level.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/transform3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/triangle_indices.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/vector2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/vector3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/components/view_coordinates.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/angle.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/annotation_info.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/bool.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/class_description.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/class_id.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/entity_path.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/float32.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/keypoint_id.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/keypoint_pair.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/mat3x3.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/mat4x4.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/material.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/quaternion.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/range1d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/range2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/rgba32.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/rotation3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/scale3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/tensor_buffer.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/tensor_data.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/tensor_dimension.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/time_int.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/transform3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/uint32.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/uint64.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/utf8.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/uuid.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/uvec2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/uvec3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/uvec4d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/vec2d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/vec3d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/vec4d.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/datatypes/visible_time_range.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/testing/components/enum_test.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/testing/components/fuzzy.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs (100%) rename crates/{ => store}/re_types/definitions/rerun/unit_type.fbs (100%) rename crates/{ => store}/re_types/definitions/rust/attributes.fbs (96%) rename crates/{ => store}/re_types/src/archetypes/.gitattributes (92%) rename crates/{ => store}/re_types/src/archetypes/annotation_context.rs (97%) rename crates/{ => store}/re_types/src/archetypes/arrows2d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/arrows2d_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/arrows3d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/arrows3d_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/asset3d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/asset3d_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/bar_chart.rs (97%) rename crates/{ => store}/re_types/src/archetypes/boxes2d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/boxes2d_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/boxes3d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/boxes3d_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/depth_image.rs (98%) rename crates/{ => store}/re_types/src/archetypes/depth_image_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/disconnected_space.rs (97%) rename crates/{ => store}/re_types/src/archetypes/image.rs (98%) rename crates/{ => store}/re_types/src/archetypes/image_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/line_strips2d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/line_strips3d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/mesh3d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/mesh3d_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/mod.rs (94%) rename crates/{ => store}/re_types/src/archetypes/pinhole.rs (98%) rename crates/{ => store}/re_types/src/archetypes/pinhole_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/points2d.rs (99%) rename crates/{ => store}/re_types/src/archetypes/points3d.rs (98%) rename crates/{ => store}/re_types/src/archetypes/points3d_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/scalar.rs (97%) rename crates/{ => store}/re_types/src/archetypes/segmentation_image.rs (98%) rename crates/{ => store}/re_types/src/archetypes/segmentation_image_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/series_line.rs (98%) rename crates/{ => store}/re_types/src/archetypes/series_point.rs (98%) rename crates/{ => store}/re_types/src/archetypes/tensor.rs (97%) rename crates/{ => store}/re_types/src/archetypes/tensor_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/text_document.rs (97%) rename crates/{ => store}/re_types/src/archetypes/text_document_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/text_log.rs (97%) rename crates/{ => store}/re_types/src/archetypes/transform3d.rs (97%) rename crates/{ => store}/re_types/src/archetypes/transform3d_ext.rs (100%) rename crates/{ => store}/re_types/src/archetypes/view_coordinates.rs (97%) rename crates/{ => store}/re_types/src/archetypes/view_coordinates_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/archetypes/.gitattributes (86%) rename crates/{ => store}/re_types/src/blueprint/archetypes/background.rs (96%) rename crates/{ => store}/re_types/src/blueprint/archetypes/mod.rs (87%) rename crates/{ => store}/re_types/src/blueprint/archetypes/plot_legend.rs (97%) rename crates/{ => store}/re_types/src/blueprint/archetypes/scalar_axis.rs (97%) rename crates/{ => store}/re_types/src/blueprint/archetypes/space_view_blueprint.rs (97%) rename crates/{ => store}/re_types/src/blueprint/archetypes/space_view_contents.rs (97%) rename crates/{ => store}/re_types/src/blueprint/archetypes/tensor_scalar_mapping.rs (97%) rename crates/{ => store}/re_types/src/blueprint/archetypes/tensor_slice_selection.rs (98%) rename crates/{ => store}/re_types/src/blueprint/archetypes/tensor_view_fit.rs (96%) rename crates/{ => store}/re_types/src/blueprint/archetypes/visible_time_ranges.rs (96%) rename crates/{ => store}/re_types/src/blueprint/archetypes/visible_time_ranges_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/archetypes/visual_bounds2d.rs (96%) rename crates/{ => store}/re_types/src/blueprint/components/.gitattributes (91%) rename crates/{ => store}/re_types/src/blueprint/components/active_tab.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/background_kind.rs (96%) rename crates/{ => store}/re_types/src/blueprint/components/column_share.rs (96%) rename crates/{ => store}/re_types/src/blueprint/components/corner2d.rs (96%) rename crates/{ => store}/re_types/src/blueprint/components/corner2d_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/components/included_content.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/interactive.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/interactive_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/components/lock_range_during_zoom.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/mod.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/panel_state.rs (96%) rename crates/{ => store}/re_types/src/blueprint/components/panel_state_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/components/query_expression.rs (94%) rename crates/{ => store}/re_types/src/blueprint/components/row_share.rs (96%) rename crates/{ => store}/re_types/src/blueprint/components/space_view_class.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/space_view_class_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/components/space_view_origin.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/space_view_origin_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/components/tensor_dimension_index_slider.rs (94%) rename crates/{ => store}/re_types/src/blueprint/components/tensor_dimension_index_slider_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/components/view_fit.rs (96%) rename crates/{ => store}/re_types/src/blueprint/components/viewer_recommendation_hash.rs (94%) rename crates/{ => store}/re_types/src/blueprint/components/viewer_recommendation_hash_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/components/visible.rs (95%) rename crates/{ => store}/re_types/src/blueprint/components/visible_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/components/visible_time_range.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/visual_bounds2d.rs (93%) rename crates/{ => store}/re_types/src/blueprint/components/visual_bounds2d_ext.rs (100%) rename crates/{ => store}/re_types/src/blueprint/datatypes/.gitattributes (60%) rename crates/{ => store}/re_types/src/blueprint/datatypes/mod.rs (51%) rename crates/{ => store}/re_types/src/blueprint/datatypes/tensor_dimension_index_slider.rs (97%) rename crates/{ => store}/re_types/src/blueprint/mod.rs (100%) rename crates/{ => store}/re_types/src/blueprint/views/.gitattributes (81%) rename crates/{ => store}/re_types/src/blueprint/views/bar_chart_view.rs (91%) rename crates/{ => store}/re_types/src/blueprint/views/mod.rs (81%) rename crates/{ => store}/re_types/src/blueprint/views/spatial2d_view.rs (91%) rename crates/{ => store}/re_types/src/blueprint/views/spatial3d_view.rs (90%) rename crates/{ => store}/re_types/src/blueprint/views/tensor_view.rs (90%) rename crates/{ => store}/re_types/src/blueprint/views/text_document_view.rs (85%) rename crates/{ => store}/re_types/src/blueprint/views/text_log_view.rs (85%) rename crates/{ => store}/re_types/src/blueprint/views/time_series_view.rs (91%) rename crates/{ => store}/re_types/src/components/.gitattributes (95%) rename crates/{ => store}/re_types/src/components/aggregation_policy.rs (97%) rename crates/{ => store}/re_types/src/components/annotation_context.rs (97%) rename crates/{ => store}/re_types/src/components/axis_length.rs (94%) rename crates/{ => store}/re_types/src/components/axis_length_ext.rs (100%) rename crates/{ => store}/re_types/src/components/blob.rs (97%) rename crates/{ => store}/re_types/src/components/blob_ext.rs (100%) rename crates/{ => store}/re_types/src/components/class_id.rs (94%) rename crates/{ => store}/re_types/src/components/class_id_ext.rs (100%) rename crates/{ => store}/re_types/src/components/color.rs (94%) rename crates/{ => store}/re_types/src/components/color_ext.rs (100%) rename crates/{ => store}/re_types/src/components/colormap.rs (97%) rename crates/{ => store}/re_types/src/components/depth_meter.rs (96%) rename crates/{ => store}/re_types/src/components/depth_meter_ext.rs (100%) rename crates/{ => store}/re_types/src/components/disconnected_space.rs (96%) rename crates/{ => store}/re_types/src/components/disconnected_space_ext.rs (100%) rename crates/{ => store}/re_types/src/components/draw_order.rs (96%) rename crates/{ => store}/re_types/src/components/draw_order_ext.rs (100%) rename crates/{ => store}/re_types/src/components/fill_ratio.rs (94%) rename crates/{ => store}/re_types/src/components/fill_ratio_ext.rs (100%) rename crates/{ => store}/re_types/src/components/gamma_correction.rs (94%) rename crates/{ => store}/re_types/src/components/gamma_correction_ext.rs (100%) rename crates/{ => store}/re_types/src/components/half_size2d.rs (94%) rename crates/{ => store}/re_types/src/components/half_size2d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/half_size3d.rs (94%) rename crates/{ => store}/re_types/src/components/half_size3d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/image_plane_distance.rs (94%) rename crates/{ => store}/re_types/src/components/image_plane_distance_ext.rs (100%) rename crates/{ => store}/re_types/src/components/keypoint_id.rs (95%) rename crates/{ => store}/re_types/src/components/keypoint_id_ext.rs (100%) rename crates/{ => store}/re_types/src/components/line_strip2d.rs (98%) rename crates/{ => store}/re_types/src/components/line_strip2d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/line_strip3d.rs (98%) rename crates/{ => store}/re_types/src/components/line_strip3d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/magnification_filter.rs (96%) rename crates/{ => store}/re_types/src/components/marker_shape.rs (97%) rename crates/{ => store}/re_types/src/components/marker_shape_ext.rs (100%) rename crates/{ => store}/re_types/src/components/marker_size.rs (96%) rename crates/{ => store}/re_types/src/components/marker_size_ext.rs (100%) rename crates/{ => store}/re_types/src/components/material.rs (94%) rename crates/{ => store}/re_types/src/components/material_ext.rs (100%) rename crates/{ => store}/re_types/src/components/media_type.rs (94%) rename crates/{ => store}/re_types/src/components/media_type_ext.rs (100%) rename crates/{ => store}/re_types/src/components/mod.rs (97%) rename crates/{ => store}/re_types/src/components/name.rs (94%) rename crates/{ => store}/re_types/src/components/name_ext.rs (100%) rename crates/{ => store}/re_types/src/components/opacity.rs (94%) rename crates/{ => store}/re_types/src/components/opacity_ext.rs (100%) rename crates/{ => store}/re_types/src/components/out_of_tree_transform3d.rs (94%) rename crates/{ => store}/re_types/src/components/pinhole_projection.rs (94%) rename crates/{ => store}/re_types/src/components/pinhole_projection_ext.rs (100%) rename crates/{ => store}/re_types/src/components/position2d.rs (94%) rename crates/{ => store}/re_types/src/components/position2d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/position3d.rs (94%) rename crates/{ => store}/re_types/src/components/position3d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/radius.rs (96%) rename crates/{ => store}/re_types/src/components/radius_ext.rs (100%) rename crates/{ => store}/re_types/src/components/range1d.rs (94%) rename crates/{ => store}/re_types/src/components/range1d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/resolution.rs (94%) rename crates/{ => store}/re_types/src/components/resolution_ext.rs (100%) rename crates/{ => store}/re_types/src/components/rotation3d.rs (94%) rename crates/{ => store}/re_types/src/components/rotation3d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/scalar.rs (96%) rename crates/{ => store}/re_types/src/components/scalar_ext.rs (100%) rename crates/{ => store}/re_types/src/components/stroke_width.rs (96%) rename crates/{ => store}/re_types/src/components/stroke_width_ext.rs (100%) rename crates/{ => store}/re_types/src/components/tensor_data.rs (95%) rename crates/{ => store}/re_types/src/components/tensor_dimension_index_selection.rs (94%) rename crates/{ => store}/re_types/src/components/tensor_dimension_index_selection_ext.rs (100%) rename crates/{ => store}/re_types/src/components/tensor_height_dimension.rs (94%) rename crates/{ => store}/re_types/src/components/tensor_width_dimension.rs (94%) rename crates/{ => store}/re_types/src/components/texcoord2d.rs (95%) rename crates/{ => store}/re_types/src/components/texcoord2d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/text.rs (94%) rename crates/{ => store}/re_types/src/components/text_ext.rs (100%) rename crates/{ => store}/re_types/src/components/text_log_level.rs (94%) rename crates/{ => store}/re_types/src/components/text_log_level_ext.rs (100%) rename crates/{ => store}/re_types/src/components/transform3d.rs (94%) rename crates/{ => store}/re_types/src/components/transform3d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/triangle_indices.rs (94%) rename crates/{ => store}/re_types/src/components/triangle_indices_ext.rs (100%) rename crates/{ => store}/re_types/src/components/vector2d.rs (94%) rename crates/{ => store}/re_types/src/components/vector2d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/vector3d.rs (94%) rename crates/{ => store}/re_types/src/components/vector3d_ext.rs (100%) rename crates/{ => store}/re_types/src/components/view_coordinates.rs (98%) rename crates/{ => store}/re_types/src/components/view_coordinates_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/.gitattributes (94%) rename crates/{ => store}/re_types/src/datatypes/angle.rs (98%) rename crates/{ => store}/re_types/src/datatypes/angle_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/annotation_info.rs (98%) rename crates/{ => store}/re_types/src/datatypes/annotation_info_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/bool.rs (95%) rename crates/{ => store}/re_types/src/datatypes/bool_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/class_description.rs (99%) rename crates/{ => store}/re_types/src/datatypes/class_description_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/class_description_map_elem.rs (97%) rename crates/{ => store}/re_types/src/datatypes/class_description_map_elem_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/class_id.rs (96%) rename crates/{ => store}/re_types/src/datatypes/class_id_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/keypoint_id.rs (96%) rename crates/{ => store}/re_types/src/datatypes/keypoint_id_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/keypoint_pair.rs (98%) rename crates/{ => store}/re_types/src/datatypes/keypoint_pair_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/mat3x3.rs (98%) rename crates/{ => store}/re_types/src/datatypes/mat3x3_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/mat4x4.rs (98%) rename crates/{ => store}/re_types/src/datatypes/mat4x4_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/material.rs (97%) rename crates/{ => store}/re_types/src/datatypes/material_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/mod.rs (96%) rename crates/{ => store}/re_types/src/datatypes/quaternion.rs (98%) rename crates/{ => store}/re_types/src/datatypes/quaternion_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/range1d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/range1d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/range2d.rs (99%) rename crates/{ => store}/re_types/src/datatypes/range2d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/rgba32.rs (96%) rename crates/{ => store}/re_types/src/datatypes/rgba32_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/rotation3d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/rotation3d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/rotation_axis_angle.rs (98%) rename crates/{ => store}/re_types/src/datatypes/rotation_axis_angle_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/scale3d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/scale3d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/tensor_buffer.rs (99%) rename crates/{ => store}/re_types/src/datatypes/tensor_buffer_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/tensor_data.rs (98%) rename crates/{ => store}/re_types/src/datatypes/tensor_data_ext.rs (99%) rename crates/{ => store}/re_types/src/datatypes/tensor_dimension.rs (98%) rename crates/{ => store}/re_types/src/datatypes/tensor_dimension_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/tensor_dimension_index_selection.rs (97%) rename crates/{ => store}/re_types/src/datatypes/tensor_dimension_selection.rs (97%) rename crates/{ => store}/re_types/src/datatypes/tensor_dimension_selection_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/transform3d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/transform3d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/translation_and_mat3x3.rs (99%) rename crates/{ => store}/re_types/src/datatypes/translation_and_mat3x3_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/translation_rotation_scale3d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/translation_rotation_scale3d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/uuid.rs (98%) rename crates/{ => store}/re_types/src/datatypes/uuid_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/uvec2d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/uvec2d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/uvec3d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/uvec3d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/uvec4d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/uvec4d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/vec2d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/vec2d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/vec3d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/vec3d_ext.rs (100%) rename crates/{ => store}/re_types/src/datatypes/vec4d.rs (98%) rename crates/{ => store}/re_types/src/datatypes/vec4d_ext.rs (100%) rename crates/{ => store}/re_types/src/image.rs (100%) rename crates/{ => store}/re_types/src/lib.rs (100%) rename crates/{ => store}/re_types/src/tensor_data.rs (100%) rename crates/{ => store}/re_types/src/testing/archetypes/.gitattributes (74%) rename crates/{ => store}/re_types/src/testing/archetypes/affix_fuzzer1.rs (99%) rename crates/{ => store}/re_types/src/testing/archetypes/affix_fuzzer2.rs (99%) rename crates/{ => store}/re_types/src/testing/archetypes/affix_fuzzer3.rs (99%) rename crates/{ => store}/re_types/src/testing/archetypes/affix_fuzzer4.rs (99%) rename crates/{ => store}/re_types/src/testing/archetypes/mod.rs (71%) rename crates/{ => store}/re_types/src/testing/components/.gitattributes (92%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer1.rs (94%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer10.rs (97%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer11.rs (97%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer12.rs (98%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer13.rs (98%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer14.rs (94%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer15.rs (96%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer16.rs (97%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer17.rs (97%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer18.rs (97%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer19.rs (94%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer2.rs (94%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer20.rs (94%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer21.rs (94%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer22.rs (95%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer3.rs (94%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer4.rs (96%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer5.rs (96%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer6.rs (96%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer7.rs (97%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer8.rs (95%) rename crates/{ => store}/re_types/src/testing/components/affix_fuzzer9.rs (97%) rename crates/{ => store}/re_types/src/testing/components/enum_test.rs (97%) rename crates/{ => store}/re_types/src/testing/components/mod.rs (93%) rename crates/{ => store}/re_types/src/testing/datatypes/.gitattributes (86%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer1.rs (99%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer2.rs (95%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer20.rs (98%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer21.rs (98%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer22.rs (98%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer3.rs (99%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer3_ext.rs (100%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer4.rs (98%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer4_ext.rs (100%) rename crates/{ => store}/re_types/src/testing/datatypes/affix_fuzzer5.rs (97%) rename crates/{ => store}/re_types/src/testing/datatypes/flattened_scalar.rs (97%) rename crates/{ => store}/re_types/src/testing/datatypes/mod.rs (88%) rename crates/{ => store}/re_types/src/testing/datatypes/primitive_component.rs (96%) rename crates/{ => store}/re_types/src/testing/datatypes/string_component.rs (96%) rename crates/{ => store}/re_types/src/testing/mod.rs (100%) rename crates/{ => store}/re_types/src/view_coordinates.rs (100%) rename crates/{ => store}/re_types/tests/annotation_context.rs (100%) rename crates/{ => store}/re_types/tests/arrows3d.rs (100%) rename crates/{ => store}/re_types/tests/asset3d.rs (100%) rename crates/{ => store}/re_types/tests/box2d.rs (100%) rename crates/{ => store}/re_types/tests/box3d.rs (100%) rename crates/{ => store}/re_types/tests/clear.rs (100%) rename crates/{ => store}/re_types/tests/depth_image.rs (100%) rename crates/{ => store}/re_types/tests/disconnected_space.rs (100%) rename crates/{ => store}/re_types/tests/fuzzy.rs (100%) rename crates/{ => store}/re_types/tests/image.rs (100%) rename crates/{ => store}/re_types/tests/line_strips2d.rs (100%) rename crates/{ => store}/re_types/tests/line_strips3d.rs (100%) rename crates/{ => store}/re_types/tests/mesh3d.rs (100%) rename crates/{ => store}/re_types/tests/mint_conversions.rs (100%) rename crates/{ => store}/re_types/tests/pinhole.rs (100%) rename crates/{ => store}/re_types/tests/points2d.rs (100%) rename crates/{ => store}/re_types/tests/points3d.rs (100%) rename crates/{ => store}/re_types/tests/segmentation_image.rs (100%) rename crates/{ => store}/re_types/tests/tensor.rs (100%) rename crates/{ => store}/re_types/tests/text_document.rs (100%) rename crates/{ => store}/re_types/tests/transform3d.rs (100%) rename crates/{ => store}/re_types/tests/util.rs (100%) rename crates/{ => store}/re_types/tests/validity.rs (100%) rename crates/{ => store}/re_types/tests/view_coordinates.rs (100%) rename crates/{ => store}/re_types_blueprint/.gitattributes (98%) rename crates/{ => store}/re_types_blueprint/Cargo.toml (100%) rename crates/{ => store}/re_types_blueprint/README.md (100%) rename crates/{ => store}/re_types_blueprint/src/blueprint/archetypes/.gitattributes (71%) rename crates/{ => store}/re_types_blueprint/src/blueprint/archetypes/container_blueprint.rs (98%) rename crates/{ => store}/re_types_blueprint/src/blueprint/archetypes/mod.rs (68%) rename crates/{ => store}/re_types_blueprint/src/blueprint/archetypes/panel_blueprint.rs (96%) rename crates/{ => store}/re_types_blueprint/src/blueprint/archetypes/viewport_blueprint.rs (98%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/.gitattributes (83%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/auto_layout.rs (95%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/auto_layout_ext.rs (100%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/auto_space_views.rs (95%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/container_kind.rs (96%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/grid_columns.rs (96%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/included_space_view.rs (94%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/mod.rs (85%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/root_container.rs (94%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/space_view_maximized.rs (93%) rename crates/{ => store}/re_types_blueprint/src/blueprint/components/visualizer_overrides.rs (98%) rename crates/{ => store}/re_types_blueprint/src/blueprint/mod.rs (100%) rename crates/{ => store}/re_types_blueprint/src/lib.rs (100%) rename crates/{ => store}/re_types_core/.gitattributes (98%) rename crates/{ => store}/re_types_core/Cargo.toml (100%) rename crates/{ => store}/re_types_core/README.md (100%) rename crates/{ => store}/re_types_core/benches/bench_tuid.rs (100%) rename crates/{ => store}/re_types_core/src/archetype.rs (100%) rename crates/{ => store}/re_types_core/src/archetypes/.gitattributes (55%) rename crates/{ => store}/re_types_core/src/archetypes/clear.rs (97%) rename crates/{ => store}/re_types_core/src/archetypes/clear_ext.rs (100%) create mode 100644 crates/store/re_types_core/src/archetypes/mod.rs rename crates/{ => store}/re_types_core/src/arrow_buffer.rs (100%) rename crates/{ => store}/re_types_core/src/arrow_string.rs (100%) rename crates/{ => store}/re_types_core/src/components/.gitattributes (58%) rename crates/{ => store}/re_types_core/src/components/clear_is_recursive.rs (95%) rename crates/{ => store}/re_types_core/src/components/clear_is_recursive_ext.rs (100%) rename crates/{ => store}/re_types_core/src/components/mod.rs (50%) rename crates/{ => store}/re_types_core/src/datatypes/.gitattributes (83%) rename crates/{ => store}/re_types_core/src/datatypes/entity_path.rs (96%) rename crates/{ => store}/re_types_core/src/datatypes/float32.rs (96%) rename crates/{ => store}/re_types_core/src/datatypes/float32_ext.rs (100%) rename crates/{ => store}/re_types_core/src/datatypes/mod.rs (85%) rename crates/{ => store}/re_types_core/src/datatypes/time_int.rs (96%) rename crates/{ => store}/re_types_core/src/datatypes/time_int_ext.rs (100%) rename crates/{ => store}/re_types_core/src/datatypes/time_range.rs (97%) rename crates/{ => store}/re_types_core/src/datatypes/time_range_boundary.rs (98%) rename crates/{ => store}/re_types_core/src/datatypes/time_range_boundary_ext.rs (100%) rename crates/{ => store}/re_types_core/src/datatypes/time_range_ext.rs (100%) rename crates/{ => store}/re_types_core/src/datatypes/uint32.rs (96%) rename crates/{ => store}/re_types_core/src/datatypes/uint64.rs (96%) rename crates/{ => store}/re_types_core/src/datatypes/utf8.rs (96%) rename crates/{ => store}/re_types_core/src/datatypes/utf8_ext.rs (100%) rename crates/{ => store}/re_types_core/src/datatypes/visible_time_range.rs (98%) rename crates/{ => store}/re_types_core/src/datatypes/visible_time_range_ext.rs (100%) rename crates/{ => store}/re_types_core/src/lib.rs (100%) rename crates/{ => store}/re_types_core/src/loggable.rs (100%) rename crates/{ => store}/re_types_core/src/loggable_batch.rs (100%) rename crates/{ => store}/re_types_core/src/macros.rs (100%) rename crates/{ => store}/re_types_core/src/reflection.rs (100%) rename crates/{ => store}/re_types_core/src/result.rs (100%) rename crates/{ => store}/re_types_core/src/size_bytes.rs (100%) rename crates/{ => store}/re_types_core/src/tuid.rs (100%) rename crates/{ => store}/re_types_core/src/view.rs (100%) rename crates/{ => store}/re_ws_comms/Cargo.toml (100%) rename crates/{ => store}/re_ws_comms/README.md (100%) rename crates/{ => store}/re_ws_comms/src/client.rs (100%) rename crates/{ => store}/re_ws_comms/src/lib.rs (100%) rename crates/{ => store}/re_ws_comms/src/server.rs (100%) create mode 100644 crates/top/README.md rename crates/{ => top}/re_sdk/Cargo.toml (100%) rename crates/{ => top}/re_sdk/README.md (100%) rename crates/{ => top}/re_sdk/build.rs (100%) rename crates/{ => top}/re_sdk/src/binary_stream_sink.rs (100%) rename crates/{ => top}/re_sdk/src/global.rs (100%) rename crates/{ => top}/re_sdk/src/lib.rs (100%) rename crates/{ => top}/re_sdk/src/log_sink.rs (100%) rename crates/{ => top}/re_sdk/src/recording_stream.rs (100%) rename crates/{ => top}/re_sdk/src/spawn.rs (100%) rename crates/{ => top}/re_sdk/src/web_viewer.rs (100%) rename crates/{ => top}/rerun-cli/Cargo.toml (96%) rename crates/{ => top}/rerun-cli/README.md (100%) rename crates/{ => top}/rerun-cli/build.rs (100%) rename crates/{ => top}/rerun-cli/src/bin/rerun.rs (100%) rename crates/{ => top}/rerun/Cargo.toml (100%) rename crates/{ => top}/rerun/README.md (100%) rename crates/{ => top}/rerun/build.rs (100%) rename crates/{ => top}/rerun/src/clap.rs (100%) rename crates/{ => top}/rerun/src/demo_util.rs (100%) rename crates/{ => top}/rerun/src/lib.rs (100%) rename crates/{ => top}/rerun/src/log_integration.rs (100%) rename crates/{ => top}/rerun/src/native_viewer.rs (100%) rename crates/{ => top}/rerun/src/run.rs (100%) rename crates/{ => top}/rerun/src/sdk.rs (100%) rename crates/{ => top}/rerun/tests/rerun_tests.rs (100%) rename crates/{ => top}/rerun_c/CMakeLists.txt (100%) rename crates/{ => top}/rerun_c/Cargo.toml (100%) rename crates/{ => top}/rerun_c/README.md (100%) rename crates/{ => top}/rerun_c/src/component_type_registry.rs (100%) rename crates/{ => top}/rerun_c/src/error.rs (100%) rename crates/{ => top}/rerun_c/src/lib.rs (100%) rename crates/{ => top}/rerun_c/src/ptr.rs (100%) rename crates/{ => top}/rerun_c/src/recording_streams.rs (100%) rename crates/{ => top}/rerun_c/src/rerun.h (100%) create mode 100644 crates/utils/README.md rename crates/{ => utils}/re_analytics/Cargo.toml (100%) rename crates/{ => utils}/re_analytics/README.md (100%) rename crates/{ => utils}/re_analytics/build.rs (100%) rename crates/{ => utils}/re_analytics/examples/end_to_end.rs (100%) rename crates/{ => utils}/re_analytics/src/cli.rs (100%) rename crates/{ => utils}/re_analytics/src/event.rs (100%) rename crates/{ => utils}/re_analytics/src/lib.rs (100%) rename crates/{ => utils}/re_analytics/src/native/config.rs (100%) rename crates/{ => utils}/re_analytics/src/native/mod.rs (100%) rename crates/{ => utils}/re_analytics/src/native/pipeline.rs (100%) rename crates/{ => utils}/re_analytics/src/native/sink.rs (100%) rename crates/{ => utils}/re_analytics/src/posthog.rs (100%) rename crates/{ => utils}/re_analytics/src/web/config.rs (100%) rename crates/{ => utils}/re_analytics/src/web/mod.rs (100%) rename crates/{ => utils}/re_analytics/src/web/pipeline.rs (100%) rename crates/{ => utils}/re_case/Cargo.toml (100%) rename crates/{ => utils}/re_case/README.md (100%) rename crates/{ => utils}/re_case/src/lib.rs (100%) rename crates/{ => utils}/re_crash_handler/Cargo.toml (100%) rename crates/{ => utils}/re_crash_handler/README.md (89%) rename crates/{ => utils}/re_crash_handler/src/lib.rs (100%) rename crates/{ => utils}/re_error/Cargo.toml (100%) rename crates/{ => utils}/re_error/README.md (100%) rename crates/{ => utils}/re_error/src/lib.rs (100%) rename crates/{ => utils}/re_format/Cargo.toml (100%) rename crates/{ => utils}/re_format/README.md (100%) rename crates/{ => utils}/re_format/src/lib.rs (100%) rename crates/{ => utils}/re_format/src/time.rs (100%) rename crates/{ => utils}/re_int_histogram/Cargo.toml (100%) rename crates/{ => utils}/re_int_histogram/README.md (100%) rename crates/{ => utils}/re_int_histogram/benches/int_histogram_benchmark.rs (100%) rename crates/{ => utils}/re_int_histogram/src/lib.rs (100%) rename crates/{ => utils}/re_int_histogram/src/tree.rs (100%) rename crates/{ => utils}/re_int_histogram/tests/memory_test.rs (100%) rename crates/{ => utils}/re_int_histogram/tests/snapshots/memory_test__Int64Histogram.snap (93%) rename crates/{ => utils}/re_int_histogram/tests/snapshots/memory_test__btree.snap (93%) rename crates/{ => utils}/re_log/Cargo.toml (100%) rename crates/{ => utils}/re_log/README.md (100%) rename crates/{ => utils}/re_log/src/channel_logger.rs (100%) rename crates/{ => utils}/re_log/src/lib.rs (100%) rename crates/{ => utils}/re_log/src/multi_logger.rs (100%) rename crates/{ => utils}/re_log/src/result_extensions.rs (100%) rename crates/{ => utils}/re_log/src/setup.rs (100%) rename crates/{ => utils}/re_log/src/web_logger.rs (100%) rename crates/{ => utils}/re_memory/Cargo.toml (100%) rename crates/{ => utils}/re_memory/README.md (100%) rename crates/{ => utils}/re_memory/src/accounting_allocator.rs (100%) rename crates/{ => utils}/re_memory/src/allocation_tracker.rs (100%) rename crates/{ => utils}/re_memory/src/backtrace_native.rs (100%) rename crates/{ => utils}/re_memory/src/backtrace_web.rs (100%) rename crates/{ => utils}/re_memory/src/lib.rs (100%) rename crates/{ => utils}/re_memory/src/memory_history.rs (100%) rename crates/{ => utils}/re_memory/src/memory_limit.rs (100%) rename crates/{ => utils}/re_memory/src/memory_use.rs (100%) rename crates/{ => utils}/re_memory/src/ram_warner.rs (100%) rename crates/{ => utils}/re_memory/src/util.rs (100%) rename crates/{ => utils}/re_smart_channel/Cargo.toml (100%) rename crates/{ => utils}/re_smart_channel/README.md (100%) rename crates/{ => utils}/re_smart_channel/src/lib.rs (100%) rename crates/{ => utils}/re_smart_channel/src/receive_set.rs (100%) rename crates/{ => utils}/re_smart_channel/src/receiver.rs (100%) rename crates/{ => utils}/re_smart_channel/src/sender.rs (100%) rename crates/{ => utils}/re_string_interner/Cargo.toml (100%) rename crates/{ => utils}/re_string_interner/README.md (100%) rename crates/{ => utils}/re_string_interner/src/lib.rs (100%) rename crates/{ => utils}/re_tracing/Cargo.toml (100%) rename crates/{ => utils}/re_tracing/README.md (100%) rename crates/{ => utils}/re_tracing/src/lib.rs (100%) rename crates/{ => utils}/re_tracing/src/server.rs (100%) rename crates/{ => utils}/re_tuid/Cargo.toml (100%) rename crates/{ => utils}/re_tuid/README.md (100%) rename crates/{ => utils}/re_tuid/benches/bench_tuid.rs (100%) rename crates/{ => utils}/re_tuid/src/lib.rs (100%) create mode 100644 crates/viewer/README.md rename crates/{ => viewer}/re_blueprint_tree/Cargo.toml (100%) rename crates/{ => viewer}/re_blueprint_tree/README.md (100%) rename crates/{ => viewer}/re_blueprint_tree/src/blueprint_tree.rs (100%) rename crates/{ => viewer}/re_blueprint_tree/src/lib.rs (100%) rename crates/{ => viewer}/re_context_menu/Cargo.toml (100%) rename crates/{ => viewer}/re_context_menu/README.md (100%) rename crates/{ => viewer}/re_context_menu/src/actions/add_container.rs (100%) rename crates/{ => viewer}/re_context_menu/src/actions/add_entities_to_new_space_view.rs (100%) rename crates/{ => viewer}/re_context_menu/src/actions/add_space_view.rs (100%) rename crates/{ => viewer}/re_context_menu/src/actions/clone_space_view.rs (100%) rename crates/{ => viewer}/re_context_menu/src/actions/collapse_expand_all.rs (100%) rename crates/{ => viewer}/re_context_menu/src/actions/mod.rs (100%) rename crates/{ => viewer}/re_context_menu/src/actions/move_contents_to_new_container.rs (100%) rename crates/{ => viewer}/re_context_menu/src/actions/remove.rs (100%) rename crates/{ => viewer}/re_context_menu/src/actions/show_hide.rs (100%) rename crates/{ => viewer}/re_context_menu/src/lib.rs (100%) rename crates/{ => viewer}/re_context_menu/src/sub_menu.rs (100%) rename crates/{ => viewer}/re_data_ui/Cargo.toml (100%) rename crates/{ => viewer}/re_data_ui/README.md (100%) rename crates/{ => viewer}/re_data_ui/src/annotation_context.rs (100%) rename crates/{ => viewer}/re_data_ui/src/app_id.rs (100%) rename crates/{ => viewer}/re_data_ui/src/blueprint_data.rs (100%) rename crates/{ => viewer}/re_data_ui/src/blueprint_types.rs (100%) rename crates/{ => viewer}/re_data_ui/src/component.rs (100%) rename crates/{ => viewer}/re_data_ui/src/component_name.rs (100%) rename crates/{ => viewer}/re_data_ui/src/component_path.rs (100%) rename crates/{ => viewer}/re_data_ui/src/component_ui_registry.rs (100%) rename crates/{ => viewer}/re_data_ui/src/data.rs (100%) rename crates/{ => viewer}/re_data_ui/src/data_source.rs (100%) rename crates/{ => viewer}/re_data_ui/src/entity_db.rs (100%) rename crates/{ => viewer}/re_data_ui/src/entity_path.rs (100%) rename crates/{ => viewer}/re_data_ui/src/image.rs (100%) rename crates/{ => viewer}/re_data_ui/src/image_meaning.rs (100%) rename crates/{ => viewer}/re_data_ui/src/instance_path.rs (100%) rename crates/{ => viewer}/re_data_ui/src/item_ui.rs (100%) rename crates/{ => viewer}/re_data_ui/src/lib.rs (100%) rename crates/{ => viewer}/re_data_ui/src/log_msg.rs (100%) rename crates/{ => viewer}/re_data_ui/src/pinhole.rs (100%) rename crates/{ => viewer}/re_data_ui/src/rotation3d.rs (100%) rename crates/{ => viewer}/re_data_ui/src/store_id.rs (100%) rename crates/{ => viewer}/re_data_ui/src/transform3d.rs (100%) rename crates/{ => viewer}/re_edit_ui/Cargo.toml (100%) rename crates/{ => viewer}/re_edit_ui/README.md (100%) rename crates/{ => viewer}/re_edit_ui/src/color.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/datatype_editors/bool_toggle.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/datatype_editors/enum_combobox.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/datatype_editors/float_drag.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/datatype_editors/mod.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/datatype_editors/singleline_string.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/lib.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/marker_shape.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/material.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/radius.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/range1d.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/response_utils.rs (100%) rename crates/{ => viewer}/re_edit_ui/src/visual_bounds2d.rs (100%) rename crates/{ => viewer}/re_renderer/Cargo.toml (100%) rename crates/{ => viewer}/re_renderer/README.md (100%) rename crates/{ => viewer}/re_renderer/build.rs (100%) rename crates/{ => viewer}/re_renderer/shader/colormap.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/composite.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/copy_texture.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/debug_overlay.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/decodings.wgsl (96%) rename crates/{ => viewer}/re_renderer/shader/depth_cloud.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/generic_skybox.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/global_bindings.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/instanced_mesh.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/lines.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/mesh_vertex.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/outlines/jumpflooding_init.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/outlines/jumpflooding_init_msaa.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/outlines/jumpflooding_init_shared.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/outlines/jumpflooding_step.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/point_cloud.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/rectangle.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/rectangle_fs.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/rectangle_vs.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/screen_triangle.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/screen_triangle_vertex.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/test_triangle.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/types.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/utils/camera.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/utils/depth_offset.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/utils/encoding.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/utils/flags.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/utils/quaternion.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/utils/size.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/utils/sphere_quad.wgsl (100%) rename crates/{ => viewer}/re_renderer/shader/utils/srgb.wgsl (100%) rename crates/{ => viewer}/re_renderer/src/allocator/cpu_write_gpu_read_belt.rs (100%) rename crates/{ => viewer}/re_renderer/src/allocator/data_texture_source.rs (100%) rename crates/{ => viewer}/re_renderer/src/allocator/gpu_readback_belt.rs (100%) rename crates/{ => viewer}/re_renderer/src/allocator/mod.rs (100%) rename crates/{ => viewer}/re_renderer/src/allocator/uniform_buffer_fill.rs (100%) rename crates/{ => viewer}/re_renderer/src/color.rs (100%) rename crates/{ => viewer}/re_renderer/src/colormap.rs (100%) rename crates/{ => viewer}/re_renderer/src/config.rs (100%) rename crates/{ => viewer}/re_renderer/src/context.rs (100%) rename crates/{ => viewer}/re_renderer/src/debug_label.rs (100%) rename crates/{ => viewer}/re_renderer/src/depth_offset.rs (100%) rename crates/{ => viewer}/re_renderer/src/draw_phases/mod.rs (100%) rename crates/{ => viewer}/re_renderer/src/draw_phases/outlines.rs (100%) rename crates/{ => viewer}/re_renderer/src/draw_phases/picking_layer.rs (100%) rename crates/{ => viewer}/re_renderer/src/draw_phases/screenshot.rs (100%) rename crates/{ => viewer}/re_renderer/src/error_handling/error_tracker.rs (100%) rename crates/{ => viewer}/re_renderer/src/error_handling/mod.rs (100%) rename crates/{ => viewer}/re_renderer/src/error_handling/now_or_never.rs (100%) rename crates/{ => viewer}/re_renderer/src/error_handling/wgpu_core_error.rs (100%) rename crates/{ => viewer}/re_renderer/src/error_handling/wgpu_error_scope.rs (100%) rename crates/{ => viewer}/re_renderer/src/file_resolver.rs (100%) rename crates/{ => viewer}/re_renderer/src/file_server.rs (99%) rename crates/{ => viewer}/re_renderer/src/file_system.rs (100%) rename crates/{ => viewer}/re_renderer/src/global_bindings.rs (100%) rename crates/{ => viewer}/re_renderer/src/importer/gltf.rs (100%) rename crates/{ => viewer}/re_renderer/src/importer/mod.rs (100%) rename crates/{ => viewer}/re_renderer/src/importer/obj.rs (100%) rename crates/{ => viewer}/re_renderer/src/importer/stl.rs (100%) rename crates/{ => viewer}/re_renderer/src/lib.rs (100%) rename crates/{ => viewer}/re_renderer/src/line_drawable_builder.rs (100%) rename crates/{ => viewer}/re_renderer/src/mesh.rs (100%) rename crates/{ => viewer}/re_renderer/src/point_cloud_builder.rs (100%) rename crates/{ => viewer}/re_renderer/src/queueable_draw_data.rs (100%) rename crates/{ => viewer}/re_renderer/src/rect.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/compositor.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/debug_overlay.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/depth_cloud.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/generic_skybox.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/lines.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/mesh_renderer.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/mod.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/point_cloud.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/rectangles.rs (100%) rename crates/{ => viewer}/re_renderer/src/renderer/test_triangle.rs (100%) rename crates/{ => viewer}/re_renderer/src/resource_managers/mesh_manager.rs (100%) rename crates/{ => viewer}/re_renderer/src/resource_managers/mod.rs (100%) rename crates/{ => viewer}/re_renderer/src/resource_managers/resource_manager.rs (100%) rename crates/{ => viewer}/re_renderer/src/resource_managers/texture_manager.rs (100%) rename crates/{ => viewer}/re_renderer/src/size.rs (100%) rename crates/{ => viewer}/re_renderer/src/texture_info.rs (100%) rename crates/{ => viewer}/re_renderer/src/transform.rs (100%) rename crates/{ => viewer}/re_renderer/src/view_builder.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_buffer_types.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/bind_group_layout_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/bind_group_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/buffer_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/dynamic_resource_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/mod.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/pipeline_layout_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/render_pipeline_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/resource.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/sampler_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/shader_module_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/static_resource_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/wgpu_resources/texture_pool.rs (100%) rename crates/{ => viewer}/re_renderer/src/workspace_shaders.rs (100%) rename crates/{ => viewer}/re_renderer_examples/2d.rs (100%) rename crates/{ => viewer}/re_renderer_examples/Cargo.toml (100%) rename crates/{ => viewer}/re_renderer_examples/README.md (100%) rename crates/{ => viewer}/re_renderer_examples/assets/rerun.obj.zip (100%) rename crates/{ => viewer}/re_renderer_examples/depth_cloud.rs (100%) rename crates/{ => viewer}/re_renderer_examples/depth_offset.rs (100%) rename crates/{ => viewer}/re_renderer_examples/framework.rs (100%) rename crates/{ => viewer}/re_renderer_examples/multiview.rs (100%) rename crates/{ => viewer}/re_renderer_examples/outlines.rs (100%) rename crates/{ => viewer}/re_renderer_examples/picking.rs (100%) rename crates/{ => viewer}/re_renderer_examples/rerun.obj.zip (100%) rename crates/{ => viewer}/re_selection_panel/Cargo.toml (100%) rename crates/{ => viewer}/re_selection_panel/README.md (100%) rename crates/{ => viewer}/re_selection_panel/src/defaults_ui.rs (100%) rename crates/{ => viewer}/re_selection_panel/src/lib.rs (100%) rename crates/{ => viewer}/re_selection_panel/src/selection_history_ui.rs (100%) rename crates/{ => viewer}/re_selection_panel/src/selection_panel.rs (100%) rename crates/{ => viewer}/re_selection_panel/src/space_view_entity_picker.rs (100%) rename crates/{ => viewer}/re_selection_panel/src/space_view_space_origin_ui.rs (100%) rename crates/{ => viewer}/re_selection_panel/src/visible_time_range_ui.rs (100%) rename crates/{ => viewer}/re_selection_panel/src/visualizer_ui.rs (100%) rename crates/{ => viewer}/re_space_view/Cargo.toml (100%) rename crates/{ => viewer}/re_space_view/README.md (100%) rename crates/{ => viewer}/re_space_view/src/controls.rs (100%) rename crates/{ => viewer}/re_space_view/src/empty_space_view_state.rs (100%) rename crates/{ => viewer}/re_space_view/src/heuristics.rs (100%) rename crates/{ => viewer}/re_space_view/src/lib.rs (100%) rename crates/{ => viewer}/re_space_view/src/query.rs (100%) rename crates/{ => viewer}/re_space_view/src/results_ext.rs (100%) rename crates/{ => viewer}/re_space_view/src/screenshot.rs (100%) rename crates/{ => viewer}/re_space_view/src/view_property_ui.rs (100%) rename crates/{ => viewer}/re_space_view_bar_chart/Cargo.toml (100%) rename crates/{ => viewer}/re_space_view_bar_chart/README.md (100%) rename crates/{ => viewer}/re_space_view_bar_chart/src/lib.rs (100%) rename crates/{ => viewer}/re_space_view_bar_chart/src/space_view_class.rs (100%) rename crates/{ => viewer}/re_space_view_bar_chart/src/visualizer_system.rs (100%) rename crates/{ => viewer}/re_space_view_dataframe/Cargo.toml (100%) rename crates/{ => viewer}/re_space_view_dataframe/README.md (100%) rename crates/{ => viewer}/re_space_view_dataframe/src/lib.rs (100%) rename crates/{ => viewer}/re_space_view_dataframe/src/space_view_class.rs (100%) rename crates/{ => viewer}/re_space_view_dataframe/src/visualizer_system.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/Cargo.toml (100%) rename crates/{ => viewer}/re_space_view_spatial/README.md (100%) rename crates/{ => viewer}/re_space_view_spatial/src/contexts/annotation_context.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/contexts/depth_offsets.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/contexts/mod.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/contexts/transform_context.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/eye.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/heuristics.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/instance_hash_conversions.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/lib.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/max_image_dimension_subscriber.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/mesh_cache.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/mesh_loader.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/pickable_image.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/picking.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/scene_bounding_boxes.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/space_camera_3d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/spatial_topology.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/ui.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/ui_2d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/ui_3d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/view_2d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/view_2d_properties.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/view_3d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/view_3d_properties.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/arrows2d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/arrows3d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/assets3d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/boxes2d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/boxes3d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/cameras.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/depth_images.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/images.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/lines2d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/lines3d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/meshes.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/mod.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/points2d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/points3d.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/segmentation_images.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/transform3d_arrows.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/utilities/entity_iterator.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/utilities/labels.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/utilities/mod.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/utilities/spatial_view_visualizer.rs (100%) rename crates/{ => viewer}/re_space_view_spatial/src/visualizers/utilities/textured_rect.rs (100%) rename crates/{ => viewer}/re_space_view_tensor/Cargo.toml (100%) rename crates/{ => viewer}/re_space_view_tensor/README.md (100%) rename crates/{ => viewer}/re_space_view_tensor/src/dimension_mapping.rs (100%) rename crates/{ => viewer}/re_space_view_tensor/src/lib.rs (100%) rename crates/{ => viewer}/re_space_view_tensor/src/space_view_class.rs (100%) rename crates/{ => viewer}/re_space_view_tensor/src/tensor_dimension_mapper.rs (100%) rename crates/{ => viewer}/re_space_view_tensor/src/tensor_slice_to_gpu.rs (100%) rename crates/{ => viewer}/re_space_view_tensor/src/tensor_tests.rs (100%) rename crates/{ => viewer}/re_space_view_tensor/src/visualizer_system.rs (100%) rename crates/{ => viewer}/re_space_view_text_document/Cargo.toml (100%) rename crates/{ => viewer}/re_space_view_text_document/README.md (100%) rename crates/{ => viewer}/re_space_view_text_document/src/lib.rs (100%) rename crates/{ => viewer}/re_space_view_text_document/src/space_view_class.rs (100%) rename crates/{ => viewer}/re_space_view_text_document/src/visualizer_system.rs (100%) rename crates/{ => viewer}/re_space_view_text_log/Cargo.toml (100%) rename crates/{ => viewer}/re_space_view_text_log/README.md (100%) rename crates/{ => viewer}/re_space_view_text_log/src/lib.rs (100%) rename crates/{ => viewer}/re_space_view_text_log/src/space_view_class.rs (100%) rename crates/{ => viewer}/re_space_view_text_log/src/visualizer_system.rs (100%) rename crates/{ => viewer}/re_space_view_time_series/Cargo.toml (100%) rename crates/{ => viewer}/re_space_view_time_series/README.md (100%) rename crates/{ => viewer}/re_space_view_time_series/src/aggregation.rs (100%) rename crates/{ => viewer}/re_space_view_time_series/src/lib.rs (100%) rename crates/{ => viewer}/re_space_view_time_series/src/line_visualizer_system.rs (100%) rename crates/{ => viewer}/re_space_view_time_series/src/point_visualizer_system.rs (100%) rename crates/{ => viewer}/re_space_view_time_series/src/space_view_class.rs (100%) rename crates/{ => viewer}/re_space_view_time_series/src/util.rs (100%) rename crates/{ => viewer}/re_time_panel/Cargo.toml (100%) rename crates/{ => viewer}/re_time_panel/README.md (100%) rename crates/{ => viewer}/re_time_panel/src/data_density_graph.rs (100%) rename crates/{ => viewer}/re_time_panel/src/lib.rs (100%) rename crates/{ => viewer}/re_time_panel/src/paint_ticks.rs (100%) rename crates/{ => viewer}/re_time_panel/src/time_axis.rs (100%) rename crates/{ => viewer}/re_time_panel/src/time_control_ui.rs (100%) rename crates/{ => viewer}/re_time_panel/src/time_ranges_ui.rs (100%) rename crates/{ => viewer}/re_time_panel/src/time_selection_ui.rs (100%) rename crates/{ => viewer}/re_ui/Cargo.toml (100%) rename crates/{ => viewer}/re_ui/README.md (100%) rename crates/{ => viewer}/re_ui/data/Inter-Medium.otf (100%) rename crates/{ => viewer}/re_ui/data/Inter-README.txt (100%) rename crates/{ => viewer}/re_ui/data/OFL.txt (97%) rename crates/{ => viewer}/re_ui/data/design_tokens.json (100%) rename crates/{ => viewer}/re_ui/data/icons/add.png (100%) rename crates/{ => viewer}/re_ui/data/icons/application.png (100%) rename crates/{ => viewer}/re_ui/data/icons/arrow_down.png (100%) rename crates/{ => viewer}/re_ui/data/icons/arrow_left.png (100%) rename crates/{ => viewer}/re_ui/data/icons/arrow_right.png (100%) rename crates/{ => viewer}/re_ui/data/icons/blueprint.png (100%) rename crates/{ => viewer}/re_ui/data/icons/bottom_panel_toggle.png (100%) rename crates/{ => viewer}/re_ui/data/icons/close.png (100%) rename crates/{ => viewer}/re_ui/data/icons/component.png (100%) rename crates/{ => viewer}/re_ui/data/icons/component_static.png (100%) rename crates/{ => viewer}/re_ui/data/icons/container_grid.png (100%) rename crates/{ => viewer}/re_ui/data/icons/container_horizontal.png (100%) rename crates/{ => viewer}/re_ui/data/icons/container_tabs.png (100%) rename crates/{ => viewer}/re_ui/data/icons/container_vertical.png (100%) rename crates/{ => viewer}/re_ui/data/icons/data_source.png (100%) rename crates/{ => viewer}/re_ui/data/icons/discord.png (100%) rename crates/{ => viewer}/re_ui/data/icons/edit.png (100%) rename crates/{ => viewer}/re_ui/data/icons/entity.png (100%) rename crates/{ => viewer}/re_ui/data/icons/entity_empty.png (100%) rename crates/{ => viewer}/re_ui/data/icons/external_link.png (100%) rename crates/{ => viewer}/re_ui/data/icons/follow.png (100%) rename crates/{ => viewer}/re_ui/data/icons/github.png (100%) rename crates/{ => viewer}/re_ui/data/icons/group.png (100%) rename crates/{ => viewer}/re_ui/data/icons/invisible.png (100%) rename crates/{ => viewer}/re_ui/data/icons/left_panel_toggle.png (100%) rename crates/{ => viewer}/re_ui/data/icons/link.png (100%) rename crates/{ => viewer}/re_ui/data/icons/loop.png (100%) rename crates/{ => viewer}/re_ui/data/icons/maximize.png (100%) rename crates/{ => viewer}/re_ui/data/icons/minimize.png (100%) rename crates/{ => viewer}/re_ui/data/icons/more.png (100%) rename crates/{ => viewer}/re_ui/data/icons/pause.png (100%) rename crates/{ => viewer}/re_ui/data/icons/play.png (100%) rename crates/{ => viewer}/re_ui/data/icons/recording.png (100%) rename crates/{ => viewer}/re_ui/data/icons/remove.png (100%) rename crates/{ => viewer}/re_ui/data/icons/rerun_io.png (100%) rename crates/{ => viewer}/re_ui/data/icons/rerun_menu.png (100%) rename crates/{ => viewer}/re_ui/data/icons/reset.png (100%) rename crates/{ => viewer}/re_ui/data/icons/right_panel_toggle.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_2d.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_3d.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_dataframe.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_generic.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_histogram.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_log.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_tensor.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_text.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_timeseries.png (100%) rename crates/{ => viewer}/re_ui/data/icons/spaceview_unknown.png (100%) rename crates/{ => viewer}/re_ui/data/icons/visible.png (100%) rename crates/{ => viewer}/re_ui/data/logo_dark_mode.png (100%) rename crates/{ => viewer}/re_ui/data/logo_light_mode.png (100%) rename crates/{ => viewer}/re_ui/examples/re_ui_example/drag_and_drop.rs (100%) rename crates/{ => viewer}/re_ui/examples/re_ui_example/hierarchical_drag_and_drop.rs (100%) rename crates/{ => viewer}/re_ui/examples/re_ui_example/main.rs (100%) rename crates/{ => viewer}/re_ui/examples/re_ui_example/right_panel.rs (100%) rename crates/{ => viewer}/re_ui/src/command.rs (100%) rename crates/{ => viewer}/re_ui/src/command_palette.rs (100%) rename crates/{ => viewer}/re_ui/src/context_ext.rs (100%) rename crates/{ => viewer}/re_ui/src/design_tokens.rs (100%) rename crates/{ => viewer}/re_ui/src/drag_and_drop.rs (100%) rename crates/{ => viewer}/re_ui/src/icons.rs (100%) rename crates/{ => viewer}/re_ui/src/layout_job_builder.rs (100%) rename crates/{ => viewer}/re_ui/src/lib.rs (100%) rename crates/{ => viewer}/re_ui/src/list_item/button_content.rs (100%) rename crates/{ => viewer}/re_ui/src/list_item/item_button.rs (100%) rename crates/{ => viewer}/re_ui/src/list_item/label_content.rs (100%) rename crates/{ => viewer}/re_ui/src/list_item/list_item.rs (100%) rename crates/{ => viewer}/re_ui/src/list_item/mod.rs (100%) rename crates/{ => viewer}/re_ui/src/list_item/other_contents.rs (100%) rename crates/{ => viewer}/re_ui/src/list_item/property_content.rs (100%) rename crates/{ => viewer}/re_ui/src/list_item/scope.rs (100%) rename crates/{ => viewer}/re_ui/src/modal.rs (100%) rename crates/{ => viewer}/re_ui/src/section_collapsing_header.rs (100%) rename crates/{ => viewer}/re_ui/src/syntax_highlighting.rs (100%) rename crates/{ => viewer}/re_ui/src/toasts.rs (100%) rename crates/{ => viewer}/re_ui/src/ui_ext.rs (100%) rename crates/{ => viewer}/re_viewer/Cargo.toml (100%) rename crates/{ => viewer}/re_viewer/README.md (92%) rename crates/{ => viewer}/re_viewer/build.rs (100%) rename crates/{ => viewer}/re_viewer/data/app_icon_mac.png (100%) rename crates/{ => viewer}/re_viewer/data/app_icon_windows.png (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/cpp_connect.md (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/cpp_spawn.md (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/how_does_it_work.md (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/python_connect.md (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/python_spawn.md (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/quick_start_connect.cpp (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/quick_start_connect.py (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/quick_start_connect.rs (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/quick_start_spawn.cpp (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/quick_start_spawn.py (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/quick_start_spawn.rs (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/rust_connect.md (100%) rename crates/{ => viewer}/re_viewer/data/quick_start_guides/rust_spawn.md (100%) rename crates/{ => viewer}/re_viewer/src/.gitattributes (52%) rename crates/{ => viewer}/re_viewer/src/app.rs (100%) rename crates/{ => viewer}/re_viewer/src/app_blueprint.rs (100%) rename crates/{ => viewer}/re_viewer/src/app_state.rs (100%) rename crates/{ => viewer}/re_viewer/src/background_tasks.rs (100%) rename crates/{ => viewer}/re_viewer/src/blueprint/mod.rs (100%) rename crates/{ => viewer}/re_viewer/src/blueprint/validation.rs (100%) create mode 100644 crates/viewer/re_viewer/src/blueprint/validation_gen/.gitattributes rename crates/{ => viewer}/re_viewer/src/blueprint/validation_gen/mod.rs (96%) rename crates/{ => viewer}/re_viewer/src/env_vars.rs (100%) rename crates/{ => viewer}/re_viewer/src/history.rs (100%) rename crates/{ => viewer}/re_viewer/src/lib.rs (100%) rename crates/{ => viewer}/re_viewer/src/loading.rs (100%) rename crates/{ => viewer}/re_viewer/src/native.rs (97%) create mode 100644 crates/viewer/re_viewer/src/reflection/.gitattributes rename crates/{ => viewer}/re_viewer/src/reflection/mod.rs (99%) rename crates/{ => viewer}/re_viewer/src/saving.rs (100%) rename crates/{ => viewer}/re_viewer/src/screenshotter.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/memory_panel.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/mobile_warning_ui.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/mod.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/recordings_panel.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/rerun_menu.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/top_panel.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/welcome_screen/example_section.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/welcome_screen/mod.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/welcome_screen/no_data_ui.rs (100%) rename crates/{ => viewer}/re_viewer/src/ui/welcome_screen/welcome_section.rs (100%) rename crates/{ => viewer}/re_viewer/src/viewer_analytics/event.rs (100%) rename crates/{ => viewer}/re_viewer/src/viewer_analytics/mod.rs (100%) rename crates/{ => viewer}/re_viewer/src/web.rs (100%) rename crates/{ => viewer}/re_viewer/src/web_tools.rs (100%) rename crates/{ => viewer}/re_viewer_context/Cargo.toml (100%) rename crates/{ => viewer}/re_viewer_context/README.md (89%) rename crates/{ => viewer}/re_viewer_context/src/annotations.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/app_options.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/blueprint_helpers.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/blueprint_id.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/caches.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/clipboard.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/collapsed_id.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/command_sender.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/component_fallbacks.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/component_ui_registry.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/contents.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/gpu_bridge/colormap.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/gpu_bridge/mod.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/gpu_bridge/re_renderer_callback.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/gpu_bridge/tensor_to_gpu.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/item.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/lib.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/maybe_mut_ref.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/query_context.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/query_range.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/selection_history.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/selection_state.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/highlights.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/mod.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/named_system.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/space_view_class.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/space_view_class_placeholder.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/space_view_class_registry.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/spawn_heuristics.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/system_execution_output.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/view_context.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/view_context_system.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/view_query.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/view_states.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/visualizer_entity_subscriber.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/space_view/visualizer_system.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/store_context.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/store_hub.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/tensor/mod.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/tensor/tensor_decode_cache.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/tensor/tensor_stats.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/tensor/tensor_stats_cache.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/test_context.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/time_control.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/typed_entity_collections.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/utils/color.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/utils/mod.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/utils/text.rs (100%) rename crates/{ => viewer}/re_viewer_context/src/viewer_context.rs (100%) rename crates/{ => viewer}/re_viewport/Cargo.toml (100%) rename crates/{ => viewer}/re_viewport/README.md (100%) rename crates/{ => viewer}/re_viewport/src/auto_layout.rs (100%) rename crates/{ => viewer}/re_viewport/src/lib.rs (100%) rename crates/{ => viewer}/re_viewport/src/screenshot.rs (100%) rename crates/{ => viewer}/re_viewport/src/space_view_highlights.rs (100%) rename crates/{ => viewer}/re_viewport/src/system_execution.rs (100%) rename crates/{ => viewer}/re_viewport/src/viewport.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/Cargo.toml (100%) rename crates/{ => viewer}/re_viewport_blueprint/README.md (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/container.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/lib.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/space_view.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/space_view_contents.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/tree_actions.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/ui/mod.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/view_properties.rs (100%) rename crates/{ => viewer}/re_viewport_blueprint/src/viewport_blueprint.rs (100%) rename crates/{ => viewer}/re_web_viewer_server/Cargo.toml (96%) rename crates/{ => viewer}/re_web_viewer_server/README.md (100%) rename crates/{ => viewer}/re_web_viewer_server/src/lib.rs (95%) create mode 120000 crates/viewer/re_web_viewer_server/web_viewer diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index 28c47a4dfe08..39ecb0c4082e 100644 --- a/.github/workflows/on_pull_request.yml +++ b/.github/workflows/on_pull_request.yml @@ -138,7 +138,7 @@ jobs: - "**/*.rs" - "**/*.toml" - "**/yarn.lock" - - "crates/re_ui/data/**" + - "crates/viewer/re_ui/data/**" rust-checks: name: "Rust Checks" diff --git a/.gitignore b/.gitignore index 8b540d109686..0607c979a835 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,11 @@ .DS_Store -# Codegen stuff: -crates/re_types/source_hash.txt -crates/re_types_builder/source_hash.txt - # C++ and CMake stuff: *.a *.bin *.o -**/arrow/ -**/build/ +/arrow/ +/build/ **/build-msvc/ **/CMakeFiles/ **/CMakeCache.txt diff --git a/.prettierignore b/.prettierignore index 0f5da258e2e1..78fb2951bda1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,7 +5,7 @@ rerun_py/docs/templates/** rerun_js/web-viewer/re_viewer_bg.js rerun_js/web-viewer/re_viewer.js web_viewer/re_viewer.js -crates/re_web_viewer_server/web_viewer/re_viewer.js +crates/viewer/re_web_viewer_server/web_viewer/re_viewer.js .pixi /.nox diff --git a/.typos.toml b/.typos.toml index 72627243ab79..f7615b33ff2e 100644 --- a/.typos.toml +++ b/.typos.toml @@ -5,8 +5,8 @@ [files] extend-exclude = [ ".typos.toml", - "crates/re_ui/data/design_tokens.json", - "crates/re_ui/src/design_tokens.rs", + "crates/viewer/re_ui/data/design_tokens.json", + "crates/viewer/re_ui/src/design_tokens.rs", "examples/assets", "rerun_cpp/src/rerun/third_party/cxxopts.hpp", ] diff --git a/.vscode/settings.json b/.vscode/settings.json index e3374f2c78c4..134be407c5a5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,7 @@ "--workspace", "--message-format=json", "--all-targets", - "--all-features" // --all-features will set the `__ci` feature flag, which stops crates/re_web_viewer_server/build.rs from building the web viewer + "--all-features" // --all-features will set the `__ci` feature flag, which stops re_web_viewer_server/build.rs from building the web viewer ], "rust-analyzer.cargo.buildScripts.overrideCommand": [ "cargo", @@ -27,7 +27,7 @@ "--workspace", "--message-format=json", "--all-targets", - "--all-features", // --all-features will set the `__ci` feature flag, which stops crates/re_web_viewer_server/build.rs from building the web viewer + "--all-features", // --all-features will set the `__ci` feature flag, which stops re_web_viewer_server/build.rs from building the web viewer ], // Our build scripts are generating code. // Having Rust Analyzer do this while doing other builds can lead to catastrophic failures. diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 49eaecbb22c3..0afcae79616e 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -39,7 +39,7 @@ NOTE: `.rrd` files do not yet guarantee any backwards or forwards compatibility. ## Technologies we use ### Apache Arrow -[Apache Arrow](https://arrow.apache.org/) is a language-independent columnar memory format for arbitrary data. We use it to encode the log data when transmitting it over the network or storing it in an `.rrd` file. We also use it in our in-RAM data store, [`re_chunk_store`](crates/re_chunk_store/README.md). +[Apache Arrow](https://arrow.apache.org/) is a language-independent columnar memory format for arbitrary data. We use it to encode the log data when transmitting it over the network or storing it in an `.rrd` file. We also use it in our in-RAM data store, [`re_chunk_store`](crates/store/re_chunk_store/README.md). In Rust, we use the [`arrow2` crate](https://crates.io/crates/arrow2). @@ -48,7 +48,7 @@ The Rerun Viewer uses the [`wgpu`](https://github.com/gfx-rs/wgpu) graphics API. On web builds, we use WebGPU when available on the Web, but automatically fall back to a WebGL based emulation layer (with a more limited feature set). -We have written our own high-level rendering crate on top of `wgpu`, called [`re_renderer`](crates/re_renderer/README.md). +We have written our own high-level rendering crate on top of `wgpu`, called [`re_renderer`](crates/viewer/re_renderer/README.md). ### `egui` The GUI in the Rerun Viewer is using [`egui`](https://www.egui.rs/), a cross-platform, [immediate mode GUI](https://github.com/emilk/egui#why-immediate-mode). @@ -204,16 +204,16 @@ Update instructions: |--------------------|--------------------------------------------------------------------------------------| | re_analytics | Rerun's analytics SDK | | re_case | Case conversions, the way Rerun likes them | -| re_log | Helpers for setting up and doing text logging in the Rerun crates. | +| re_crash_handler | Detect panics and signals, logging them and optionally sending them to analytics. | | re_error | Helpers for handling errors. | | re_format | Miscellaneous tools to format and parse numbers, durations, etc. | -| re_tuid | 128-bit Time-based Unique Identifier | -| re_string_interner | Yet another string interning library | -| re_tracing | Helpers for tracing/spans/flamegraphs and such. | -| re_crash_handler | Detect panics and signals, logging them and optionally sending them to analytics. | -| re_smart_channel | A channel that keeps track of latency and queue length. | | re_int_histogram | A histogram with `i64` keys and `u32` counts, supporting both sparse and dense uses. | +| re_log | Helpers for setting up and doing text logging in the Rerun crates. | | re_memory | Run-time memory tracking and profiling. | +| re_smart_channel | A channel that keeps track of latency and queue length. | +| re_string_interner | Yet another string interning library | +| re_tracing | Helpers for tracing/spans/flamegraphs and such. | +| re_tuid | 128-bit Time-based Unique Identifier | diff --git a/CMakeLists.txt b/CMakeLists.txt index ae47f6e87d1d..93af9a50cca1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,7 +173,7 @@ if(NOT WIN32) endif() # ------------------------------------------------------------------------------ -add_subdirectory(crates/rerun_c) # The Rerun C SDK library, must be included before the C++ SDK. +add_subdirectory(crates/top/rerun_c) # The Rerun C SDK library, must be included before the C++ SDK. add_subdirectory(rerun_cpp) # The Rerun C++ SDK library. add_subdirectory(examples/cpp) add_subdirectory(tests/cpp) diff --git a/Cargo.toml b/Cargo.toml index adfdcc4389e0..b92803cd66ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [workspace] resolver = "2" members = [ - "crates/*", + "crates/build/*", + "crates/store/*", + "crates/top/*", + "crates/utils/*", + "crates/viewer/*", "docs/snippets", "examples/rust/*", "rerun_py", @@ -28,60 +32,73 @@ version = "0.18.0-alpha.1+dev" # This is because we treat alpha-releases as incompatible, but semver doesn't. # In particular: if we compile rerun 0.3.0-alpha.0 we only want it to use # re_log_types 0.3.0-alpha.0, NOT 0.3.0-alpha.4 even though it is newer and semver-compatible. -re_analytics = { path = "crates/re_analytics", version = "=0.18.0-alpha.1", default-features = false } -re_blueprint_tree = { path = "crates/re_blueprint_tree", version = "=0.18.0-alpha.1", default-features = false } -re_build_info = { path = "crates/re_build_info", version = "=0.18.0-alpha.1", default-features = false } -re_build_tools = { path = "crates/re_build_tools", version = "=0.18.0-alpha.1", default-features = false } -re_case = { path = "crates/re_case", version = "=0.18.0-alpha.1", default-features = false } -re_chunk = { path = "crates/re_chunk", version = "=0.18.0-alpha.1", default-features = false } -re_chunk_store = { path = "crates/re_chunk_store", version = "=0.18.0-alpha.1", default-features = false } -re_context_menu = { path = "crates/re_context_menu", version = "=0.18.0-alpha.1", default-features = false } -re_crash_handler = { path = "crates/re_crash_handler", version = "=0.18.0-alpha.1", default-features = false } -re_data_loader = { path = "crates/re_data_loader", version = "=0.18.0-alpha.1", default-features = false } -re_data_source = { path = "crates/re_data_source", version = "=0.18.0-alpha.1", default-features = false } -re_data_store = { path = "crates/re_data_store", version = "=0.18.0-alpha.1", default-features = false } -re_data_ui = { path = "crates/re_data_ui", version = "=0.18.0-alpha.1", default-features = false } -re_dev_tools = { path = "crates/re_dev_tools", version = "=0.18.0-alpha.1", default-features = false } -re_edit_ui = { path = "crates/re_edit_ui", version = "=0.18.0-alpha.1", default-features = false } -re_entity_db = { path = "crates/re_entity_db", version = "=0.18.0-alpha.1", default-features = false } -re_error = { path = "crates/re_error", version = "=0.18.0-alpha.1", default-features = false } -re_format = { path = "crates/re_format", version = "=0.18.0-alpha.1", default-features = false } -re_format_arrow = { path = "crates/re_format_arrow", version = "=0.18.0-alpha.1", default-features = false } -re_int_histogram = { path = "crates/re_int_histogram", version = "=0.18.0-alpha.1", default-features = false } -re_log = { path = "crates/re_log", version = "=0.18.0-alpha.1", default-features = false } -re_log_encoding = { path = "crates/re_log_encoding", version = "=0.18.0-alpha.1", default-features = false } -re_log_types = { path = "crates/re_log_types", version = "=0.18.0-alpha.1", default-features = false } -re_memory = { path = "crates/re_memory", version = "=0.18.0-alpha.1", default-features = false } -re_query = { path = "crates/re_query", version = "=0.18.0-alpha.1", default-features = false } -re_renderer = { path = "crates/re_renderer", version = "=0.18.0-alpha.1", default-features = false } -re_sdk = { path = "crates/re_sdk", version = "=0.18.0-alpha.1", default-features = false } -re_sdk_comms = { path = "crates/re_sdk_comms", version = "=0.18.0-alpha.1", default-features = false } -re_selection_panel = { path = "crates/re_selection_panel", version = "=0.18.0-alpha.1", default-features = false } -re_smart_channel = { path = "crates/re_smart_channel", version = "=0.18.0-alpha.1", default-features = false } -re_space_view = { path = "crates/re_space_view", version = "=0.18.0-alpha.1", default-features = false } -re_space_view_bar_chart = { path = "crates/re_space_view_bar_chart", version = "=0.18.0-alpha.1", default-features = false } -re_space_view_dataframe = { path = "crates/re_space_view_dataframe", version = "=0.18.0-alpha.1", default-features = false } -re_space_view_spatial = { path = "crates/re_space_view_spatial", version = "=0.18.0-alpha.1", default-features = false } -re_space_view_tensor = { path = "crates/re_space_view_tensor", version = "=0.18.0-alpha.1", default-features = false } -re_space_view_text_document = { path = "crates/re_space_view_text_document", version = "=0.18.0-alpha.1", default-features = false } -re_space_view_text_log = { path = "crates/re_space_view_text_log", version = "=0.18.0-alpha.1", default-features = false } -re_space_view_time_series = { path = "crates/re_space_view_time_series", version = "=0.18.0-alpha.1", default-features = false } -re_string_interner = { path = "crates/re_string_interner", version = "=0.18.0-alpha.1", default-features = false } -re_time_panel = { path = "crates/re_time_panel", version = "=0.18.0-alpha.1", default-features = false } -re_tracing = { path = "crates/re_tracing", version = "=0.18.0-alpha.1", default-features = false } -re_tuid = { path = "crates/re_tuid", version = "=0.18.0-alpha.1", default-features = false } -re_types = { path = "crates/re_types", version = "=0.18.0-alpha.1", default-features = false } -re_types_blueprint = { path = "crates/re_types_blueprint", version = "=0.18.0-alpha.1", default-features = false } -re_types_builder = { path = "crates/re_types_builder", version = "=0.18.0-alpha.1", default-features = false } -re_types_core = { path = "crates/re_types_core", version = "=0.18.0-alpha.1", default-features = false } -re_ui = { path = "crates/re_ui", version = "=0.18.0-alpha.1", default-features = false } -re_viewer = { path = "crates/re_viewer", version = "=0.18.0-alpha.1", default-features = false } -re_viewer_context = { path = "crates/re_viewer_context", version = "=0.18.0-alpha.1", default-features = false } -re_viewport = { path = "crates/re_viewport", version = "=0.18.0-alpha.1", default-features = false } -re_viewport_blueprint = { path = "crates/re_viewport_blueprint", version = "=0.18.0-alpha.1", default-features = false } -re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "=0.18.0-alpha.1", default-features = false } -re_ws_comms = { path = "crates/re_ws_comms", version = "=0.18.0-alpha.1", default-features = false } -rerun = { path = "crates/rerun", version = "=0.18.0-alpha.1", default-features = false } + +# crates/build: +re_build_info = { path = "crates/build/re_build_info", version = "=0.18.0-alpha.1", default-features = false } +re_build_tools = { path = "crates/build/re_build_tools", version = "=0.18.0-alpha.1", default-features = false } +re_dev_tools = { path = "crates/build/re_dev_tools", version = "=0.18.0-alpha.1", default-features = false } +re_types_builder = { path = "crates/build/re_types_builder", version = "=0.18.0-alpha.1", default-features = false } + +# crates/store: +re_chunk = { path = "crates/store/re_chunk", version = "=0.18.0-alpha.1", default-features = false } +re_chunk_store = { path = "crates/store/re_chunk_store", version = "=0.18.0-alpha.1", default-features = false } +re_data_loader = { path = "crates/store/re_data_loader", version = "=0.18.0-alpha.1", default-features = false } +re_data_source = { path = "crates/store/re_data_source", version = "=0.18.0-alpha.1", default-features = false } +re_data_store = { path = "crates/store/re_data_store", version = "=0.18.0-alpha.1", default-features = false } +re_entity_db = { path = "crates/store/re_entity_db", version = "=0.18.0-alpha.1", default-features = false } +re_format_arrow = { path = "crates/store/re_format_arrow", version = "=0.18.0-alpha.1", default-features = false } +re_log_encoding = { path = "crates/store/re_log_encoding", version = "=0.18.0-alpha.1", default-features = false } +re_log_types = { path = "crates/store/re_log_types", version = "=0.18.0-alpha.1", default-features = false } +re_query = { path = "crates/store/re_query", version = "=0.18.0-alpha.1", default-features = false } +re_sdk_comms = { path = "crates/store/re_sdk_comms", version = "=0.18.0-alpha.1", default-features = false } +re_types = { path = "crates/store/re_types", version = "=0.18.0-alpha.1", default-features = false } +re_types_blueprint = { path = "crates/store/re_types_blueprint", version = "=0.18.0-alpha.1", default-features = false } +re_types_core = { path = "crates/store/re_types_core", version = "=0.18.0-alpha.1", default-features = false } +re_ws_comms = { path = "crates/store/re_ws_comms", version = "=0.18.0-alpha.1", default-features = false } + +# crates/top: +re_sdk = { path = "crates/top/re_sdk", version = "=0.18.0-alpha.1", default-features = false } +rerun = { path = "crates/top/rerun", version = "=0.18.0-alpha.1", default-features = false } +rerun_c = { path = "crates/top/rerun_c", version = "=0.18.0-alpha.1", default-features = false } +rerun-cli = { path = "crates/top/rerun-cli", version = "=0.18.0-alpha.1", default-features = false } + +# crates/utils: +re_analytics = { path = "crates/utils/re_analytics", version = "=0.18.0-alpha.1", default-features = false } +re_case = { path = "crates/utils/re_case", version = "=0.18.0-alpha.1", default-features = false } +re_crash_handler = { path = "crates/utils/re_crash_handler", version = "=0.18.0-alpha.1", default-features = false } +re_error = { path = "crates/utils/re_error", version = "=0.18.0-alpha.1", default-features = false } +re_format = { path = "crates/utils/re_format", version = "=0.18.0-alpha.1", default-features = false } +re_int_histogram = { path = "crates/utils/re_int_histogram", version = "=0.18.0-alpha.1", default-features = false } +re_log = { path = "crates/utils/re_log", version = "=0.18.0-alpha.1", default-features = false } +re_memory = { path = "crates/utils/re_memory", version = "=0.18.0-alpha.1", default-features = false } +re_smart_channel = { path = "crates/utils/re_smart_channel", version = "=0.18.0-alpha.1", default-features = false } +re_string_interner = { path = "crates/utils/re_string_interner", version = "=0.18.0-alpha.1", default-features = false } +re_tracing = { path = "crates/utils/re_tracing", version = "=0.18.0-alpha.1", default-features = false } +re_tuid = { path = "crates/utils/re_tuid", version = "=0.18.0-alpha.1", default-features = false } + +# crates/viewer: +re_blueprint_tree = { path = "crates/viewer/re_blueprint_tree", version = "=0.18.0-alpha.1", default-features = false } +re_context_menu = { path = "crates/viewer/re_context_menu", version = "=0.18.0-alpha.1", default-features = false } +re_data_ui = { path = "crates/viewer/re_data_ui", version = "=0.18.0-alpha.1", default-features = false } +re_edit_ui = { path = "crates/viewer/re_edit_ui", version = "=0.18.0-alpha.1", default-features = false } +re_renderer = { path = "crates/viewer/re_renderer", version = "=0.18.0-alpha.1", default-features = false } +re_renderer_examples = { path = "crates/viewer/re_renderer_examples", version = "=0.18.0-alpha.1", default-features = false } +re_selection_panel = { path = "crates/viewer/re_selection_panel", version = "=0.18.0-alpha.1", default-features = false } +re_space_view = { path = "crates/viewer/re_space_view", version = "=0.18.0-alpha.1", default-features = false } +re_space_view_bar_chart = { path = "crates/viewer/re_space_view_bar_chart", version = "=0.18.0-alpha.1", default-features = false } +re_space_view_dataframe = { path = "crates/viewer/re_space_view_dataframe", version = "=0.18.0-alpha.1", default-features = false } +re_space_view_spatial = { path = "crates/viewer/re_space_view_spatial", version = "=0.18.0-alpha.1", default-features = false } +re_space_view_tensor = { path = "crates/viewer/re_space_view_tensor", version = "=0.18.0-alpha.1", default-features = false } +re_space_view_text_document = { path = "crates/viewer/re_space_view_text_document", version = "=0.18.0-alpha.1", default-features = false } +re_space_view_text_log = { path = "crates/viewer/re_space_view_text_log", version = "=0.18.0-alpha.1", default-features = false } +re_space_view_time_series = { path = "crates/viewer/re_space_view_time_series", version = "=0.18.0-alpha.1", default-features = false } +re_time_panel = { path = "crates/viewer/re_time_panel", version = "=0.18.0-alpha.1", default-features = false } +re_ui = { path = "crates/viewer/re_ui", version = "=0.18.0-alpha.1", default-features = false } +re_viewer = { path = "crates/viewer/re_viewer", version = "=0.18.0-alpha.1", default-features = false } +re_viewer_context = { path = "crates/viewer/re_viewer_context", version = "=0.18.0-alpha.1", default-features = false } +re_viewport = { path = "crates/viewer/re_viewport", version = "=0.18.0-alpha.1", default-features = false } +re_viewport_blueprint = { path = "crates/viewer/re_viewport_blueprint", version = "=0.18.0-alpha.1", default-features = false } +re_web_viewer_server = { path = "crates/viewer/re_web_viewer_server", version = "=0.18.0-alpha.1", default-features = false } # egui-crates: ecolor = "0.28.1" diff --git a/crates/build/README.md b/crates/build/README.md new file mode 100644 index 000000000000..8e09a075d66f --- /dev/null +++ b/crates/build/README.md @@ -0,0 +1 @@ +Crates run at build-time diff --git a/crates/re_build_info/Cargo.toml b/crates/build/re_build_info/Cargo.toml similarity index 100% rename from crates/re_build_info/Cargo.toml rename to crates/build/re_build_info/Cargo.toml diff --git a/crates/re_build_info/README.md b/crates/build/re_build_info/README.md similarity index 100% rename from crates/re_build_info/README.md rename to crates/build/re_build_info/README.md diff --git a/crates/re_build_info/src/build_info.rs b/crates/build/re_build_info/src/build_info.rs similarity index 100% rename from crates/re_build_info/src/build_info.rs rename to crates/build/re_build_info/src/build_info.rs diff --git a/crates/re_build_info/src/crate_version.rs b/crates/build/re_build_info/src/crate_version.rs similarity index 100% rename from crates/re_build_info/src/crate_version.rs rename to crates/build/re_build_info/src/crate_version.rs diff --git a/crates/re_build_info/src/lib.rs b/crates/build/re_build_info/src/lib.rs similarity index 100% rename from crates/re_build_info/src/lib.rs rename to crates/build/re_build_info/src/lib.rs diff --git a/crates/re_build_tools/Cargo.toml b/crates/build/re_build_tools/Cargo.toml similarity index 100% rename from crates/re_build_tools/Cargo.toml rename to crates/build/re_build_tools/Cargo.toml diff --git a/crates/re_build_tools/README.md b/crates/build/re_build_tools/README.md similarity index 100% rename from crates/re_build_tools/README.md rename to crates/build/re_build_tools/README.md diff --git a/crates/re_build_tools/src/git.rs b/crates/build/re_build_tools/src/git.rs similarity index 100% rename from crates/re_build_tools/src/git.rs rename to crates/build/re_build_tools/src/git.rs diff --git a/crates/re_build_tools/src/hashing.rs b/crates/build/re_build_tools/src/hashing.rs similarity index 100% rename from crates/re_build_tools/src/hashing.rs rename to crates/build/re_build_tools/src/hashing.rs diff --git a/crates/re_build_tools/src/lib.rs b/crates/build/re_build_tools/src/lib.rs similarity index 100% rename from crates/re_build_tools/src/lib.rs rename to crates/build/re_build_tools/src/lib.rs diff --git a/crates/re_build_tools/src/rebuild_detector.rs b/crates/build/re_build_tools/src/rebuild_detector.rs similarity index 100% rename from crates/re_build_tools/src/rebuild_detector.rs rename to crates/build/re_build_tools/src/rebuild_detector.rs diff --git a/crates/re_dev_tools/Cargo.toml b/crates/build/re_dev_tools/Cargo.toml similarity index 100% rename from crates/re_dev_tools/Cargo.toml rename to crates/build/re_dev_tools/Cargo.toml diff --git a/crates/re_dev_tools/README.md b/crates/build/re_dev_tools/README.md similarity index 100% rename from crates/re_dev_tools/README.md rename to crates/build/re_dev_tools/README.md diff --git a/crates/re_dev_tools/src/build_examples/example.rs b/crates/build/re_dev_tools/src/build_examples/example.rs similarity index 100% rename from crates/re_dev_tools/src/build_examples/example.rs rename to crates/build/re_dev_tools/src/build_examples/example.rs diff --git a/crates/re_dev_tools/src/build_examples/install.rs b/crates/build/re_dev_tools/src/build_examples/install.rs similarity index 100% rename from crates/re_dev_tools/src/build_examples/install.rs rename to crates/build/re_dev_tools/src/build_examples/install.rs diff --git a/crates/re_dev_tools/src/build_examples/manifest.rs b/crates/build/re_dev_tools/src/build_examples/manifest.rs similarity index 100% rename from crates/re_dev_tools/src/build_examples/manifest.rs rename to crates/build/re_dev_tools/src/build_examples/manifest.rs diff --git a/crates/re_dev_tools/src/build_examples/mod.rs b/crates/build/re_dev_tools/src/build_examples/mod.rs similarity index 100% rename from crates/re_dev_tools/src/build_examples/mod.rs rename to crates/build/re_dev_tools/src/build_examples/mod.rs diff --git a/crates/re_dev_tools/src/build_examples/rrd.rs b/crates/build/re_dev_tools/src/build_examples/rrd.rs similarity index 100% rename from crates/re_dev_tools/src/build_examples/rrd.rs rename to crates/build/re_dev_tools/src/build_examples/rrd.rs diff --git a/crates/re_dev_tools/src/build_examples/snippets.rs b/crates/build/re_dev_tools/src/build_examples/snippets.rs similarity index 100% rename from crates/re_dev_tools/src/build_examples/snippets.rs rename to crates/build/re_dev_tools/src/build_examples/snippets.rs diff --git a/crates/re_dev_tools/src/build_examples/wait_for_output.rs b/crates/build/re_dev_tools/src/build_examples/wait_for_output.rs similarity index 100% rename from crates/re_dev_tools/src/build_examples/wait_for_output.rs rename to crates/build/re_dev_tools/src/build_examples/wait_for_output.rs diff --git a/crates/re_dev_tools/src/build_search_index/README.md b/crates/build/re_dev_tools/src/build_search_index/README.md similarity index 100% rename from crates/re_dev_tools/src/build_search_index/README.md rename to crates/build/re_dev_tools/src/build_search_index/README.md diff --git a/crates/re_dev_tools/src/build_search_index/build.rs b/crates/build/re_dev_tools/src/build_search_index/build.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/build.rs rename to crates/build/re_dev_tools/src/build_search_index/build.rs diff --git a/crates/re_dev_tools/src/build_search_index/ingest.rs b/crates/build/re_dev_tools/src/build_search_index/ingest.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/ingest.rs rename to crates/build/re_dev_tools/src/build_search_index/ingest.rs diff --git a/crates/re_dev_tools/src/build_search_index/ingest/cpp.rs b/crates/build/re_dev_tools/src/build_search_index/ingest/cpp.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/ingest/cpp.rs rename to crates/build/re_dev_tools/src/build_search_index/ingest/cpp.rs diff --git a/crates/re_dev_tools/src/build_search_index/ingest/docs.rs b/crates/build/re_dev_tools/src/build_search_index/ingest/docs.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/ingest/docs.rs rename to crates/build/re_dev_tools/src/build_search_index/ingest/docs.rs diff --git a/crates/re_dev_tools/src/build_search_index/ingest/examples.rs b/crates/build/re_dev_tools/src/build_search_index/ingest/examples.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/ingest/examples.rs rename to crates/build/re_dev_tools/src/build_search_index/ingest/examples.rs diff --git a/crates/re_dev_tools/src/build_search_index/ingest/python.rs b/crates/build/re_dev_tools/src/build_search_index/ingest/python.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/ingest/python.rs rename to crates/build/re_dev_tools/src/build_search_index/ingest/python.rs diff --git a/crates/re_dev_tools/src/build_search_index/ingest/rust.rs b/crates/build/re_dev_tools/src/build_search_index/ingest/rust.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/ingest/rust.rs rename to crates/build/re_dev_tools/src/build_search_index/ingest/rust.rs diff --git a/crates/re_dev_tools/src/build_search_index/meili.rs b/crates/build/re_dev_tools/src/build_search_index/meili.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/meili.rs rename to crates/build/re_dev_tools/src/build_search_index/meili.rs diff --git a/crates/re_dev_tools/src/build_search_index/mod.rs b/crates/build/re_dev_tools/src/build_search_index/mod.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/mod.rs rename to crates/build/re_dev_tools/src/build_search_index/mod.rs diff --git a/crates/re_dev_tools/src/build_search_index/repl.rs b/crates/build/re_dev_tools/src/build_search_index/repl.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/repl.rs rename to crates/build/re_dev_tools/src/build_search_index/repl.rs diff --git a/crates/re_dev_tools/src/build_search_index/util.rs b/crates/build/re_dev_tools/src/build_search_index/util.rs similarity index 100% rename from crates/re_dev_tools/src/build_search_index/util.rs rename to crates/build/re_dev_tools/src/build_search_index/util.rs diff --git a/crates/re_dev_tools/src/build_web_viewer/README.md b/crates/build/re_dev_tools/src/build_web_viewer/README.md similarity index 100% rename from crates/re_dev_tools/src/build_web_viewer/README.md rename to crates/build/re_dev_tools/src/build_web_viewer/README.md diff --git a/crates/re_dev_tools/src/build_web_viewer/lib.rs b/crates/build/re_dev_tools/src/build_web_viewer/lib.rs similarity index 100% rename from crates/re_dev_tools/src/build_web_viewer/lib.rs rename to crates/build/re_dev_tools/src/build_web_viewer/lib.rs diff --git a/crates/re_dev_tools/src/build_web_viewer/mod.rs b/crates/build/re_dev_tools/src/build_web_viewer/mod.rs similarity index 100% rename from crates/re_dev_tools/src/build_web_viewer/mod.rs rename to crates/build/re_dev_tools/src/build_web_viewer/mod.rs diff --git a/crates/re_dev_tools/src/main.rs b/crates/build/re_dev_tools/src/main.rs similarity index 100% rename from crates/re_dev_tools/src/main.rs rename to crates/build/re_dev_tools/src/main.rs diff --git a/crates/build/re_types_builder/.gitignore b/crates/build/re_types_builder/.gitignore new file mode 100644 index 000000000000..a514c9fcb94d --- /dev/null +++ b/crates/build/re_types_builder/.gitignore @@ -0,0 +1 @@ +source_hash.txt diff --git a/crates/re_types_builder/Cargo.toml b/crates/build/re_types_builder/Cargo.toml similarity index 100% rename from crates/re_types_builder/Cargo.toml rename to crates/build/re_types_builder/Cargo.toml diff --git a/crates/re_types_builder/README.md b/crates/build/re_types_builder/README.md similarity index 100% rename from crates/re_types_builder/README.md rename to crates/build/re_types_builder/README.md diff --git a/crates/re_types_builder/build.rs b/crates/build/re_types_builder/build.rs similarity index 100% rename from crates/re_types_builder/build.rs rename to crates/build/re_types_builder/build.rs diff --git a/crates/re_types_builder/definitions/reflection.fbs b/crates/build/re_types_builder/definitions/reflection.fbs similarity index 100% rename from crates/re_types_builder/definitions/reflection.fbs rename to crates/build/re_types_builder/definitions/reflection.fbs diff --git a/crates/re_types_builder/src/arrow_registry.rs b/crates/build/re_types_builder/src/arrow_registry.rs similarity index 100% rename from crates/re_types_builder/src/arrow_registry.rs rename to crates/build/re_types_builder/src/arrow_registry.rs diff --git a/crates/re_types_builder/src/bin/build_re_types.rs b/crates/build/re_types_builder/src/bin/build_re_types.rs similarity index 92% rename from crates/re_types_builder/src/bin/build_re_types.rs rename to crates/build/re_types_builder/src/bin/build_re_types.rs index e12ec93f7f9c..9ee53903174a 100644 --- a/crates/re_types_builder/src/bin/build_re_types.rs +++ b/crates/build/re_types_builder/src/bin/build_re_types.rs @@ -13,9 +13,9 @@ use re_types_builder::{compute_re_types_hash, SourceLocations}; use camino::Utf8Path; -const RE_TYPES_SOURCE_HASH_PATH: &str = "crates/re_types/source_hash.txt"; -const DEFINITIONS_DIR_PATH: &str = "crates/re_types/definitions"; -const ENTRYPOINT_PATH: &str = "crates/re_types/definitions/rerun/archetypes.fbs"; +const RE_TYPES_SOURCE_HASH_PATH: &str = "crates/store/re_types/source_hash.txt"; +const DEFINITIONS_DIR_PATH: &str = "crates/store/re_types/definitions"; +const ENTRYPOINT_PATH: &str = "crates/store/re_types/definitions/rerun/archetypes.fbs"; const SNIPPETS_DIR_PATH: &str = "docs/snippets/all"; const CPP_OUTPUT_DIR_PATH: &str = "rerun_cpp"; const PYTHON_OUTPUT_DIR_PATH: &str = "rerun_py/rerun_sdk/rerun"; @@ -72,8 +72,14 @@ fn main() { let workspace_dir = Utf8Path::new(env!("CARGO_MANIFEST_DIR")) .parent() .and_then(|p| p.parent()) + .and_then(|p| p.parent()) .unwrap(); + assert!( + workspace_dir.join("CODE_OF_CONDUCT.md").exists(), + "ailed to find workspace root" + ); + let re_types_source_hash_path = workspace_dir.join(RE_TYPES_SOURCE_HASH_PATH); let definitions_dir_path = workspace_dir.join(DEFINITIONS_DIR_PATH); let entrypoint_path = workspace_dir.join(ENTRYPOINT_PATH); diff --git a/crates/re_types_builder/src/codegen/common.rs b/crates/build/re_types_builder/src/codegen/common.rs similarity index 100% rename from crates/re_types_builder/src/codegen/common.rs rename to crates/build/re_types_builder/src/codegen/common.rs diff --git a/crates/re_types_builder/src/codegen/cpp/array_builder.rs b/crates/build/re_types_builder/src/codegen/cpp/array_builder.rs similarity index 100% rename from crates/re_types_builder/src/codegen/cpp/array_builder.rs rename to crates/build/re_types_builder/src/codegen/cpp/array_builder.rs diff --git a/crates/re_types_builder/src/codegen/cpp/forward_decl.rs b/crates/build/re_types_builder/src/codegen/cpp/forward_decl.rs similarity index 100% rename from crates/re_types_builder/src/codegen/cpp/forward_decl.rs rename to crates/build/re_types_builder/src/codegen/cpp/forward_decl.rs diff --git a/crates/re_types_builder/src/codegen/cpp/includes.rs b/crates/build/re_types_builder/src/codegen/cpp/includes.rs similarity index 100% rename from crates/re_types_builder/src/codegen/cpp/includes.rs rename to crates/build/re_types_builder/src/codegen/cpp/includes.rs diff --git a/crates/re_types_builder/src/codegen/cpp/method.rs b/crates/build/re_types_builder/src/codegen/cpp/method.rs similarity index 100% rename from crates/re_types_builder/src/codegen/cpp/method.rs rename to crates/build/re_types_builder/src/codegen/cpp/method.rs diff --git a/crates/re_types_builder/src/codegen/cpp/mod.rs b/crates/build/re_types_builder/src/codegen/cpp/mod.rs similarity index 100% rename from crates/re_types_builder/src/codegen/cpp/mod.rs rename to crates/build/re_types_builder/src/codegen/cpp/mod.rs diff --git a/crates/re_types_builder/src/codegen/docs/mod.rs b/crates/build/re_types_builder/src/codegen/docs/mod.rs similarity index 100% rename from crates/re_types_builder/src/codegen/docs/mod.rs rename to crates/build/re_types_builder/src/codegen/docs/mod.rs diff --git a/crates/re_types_builder/src/codegen/mod.rs b/crates/build/re_types_builder/src/codegen/mod.rs similarity index 100% rename from crates/re_types_builder/src/codegen/mod.rs rename to crates/build/re_types_builder/src/codegen/mod.rs diff --git a/crates/re_types_builder/src/codegen/python/mod.rs b/crates/build/re_types_builder/src/codegen/python/mod.rs similarity index 100% rename from crates/re_types_builder/src/codegen/python/mod.rs rename to crates/build/re_types_builder/src/codegen/python/mod.rs diff --git a/crates/re_types_builder/src/codegen/python/views.rs b/crates/build/re_types_builder/src/codegen/python/views.rs similarity index 100% rename from crates/re_types_builder/src/codegen/python/views.rs rename to crates/build/re_types_builder/src/codegen/python/views.rs diff --git a/crates/re_types_builder/src/codegen/rust/api.rs b/crates/build/re_types_builder/src/codegen/rust/api.rs similarity index 99% rename from crates/re_types_builder/src/codegen/rust/api.rs rename to crates/build/re_types_builder/src/codegen/rust/api.rs index 12d9f03002f3..74da40c362cb 100644 --- a/crates/re_types_builder/src/codegen/rust/api.rs +++ b/crates/build/re_types_builder/src/codegen/rust/api.rs @@ -92,7 +92,7 @@ impl RustCodeGenerator { let crate_name = obj.crate_name(); let module_name = obj.module_name(); - let crate_path = crates_root_path.join(&crate_name); + let crate_path = crates_root_path.join("store").join(&crate_name); let module_path = if obj.is_testing() { crate_path.join("src/testing").join(&module_name) } else { diff --git a/crates/re_types_builder/src/codegen/rust/arrow.rs b/crates/build/re_types_builder/src/codegen/rust/arrow.rs similarity index 100% rename from crates/re_types_builder/src/codegen/rust/arrow.rs rename to crates/build/re_types_builder/src/codegen/rust/arrow.rs diff --git a/crates/re_types_builder/src/codegen/rust/blueprint_validation.rs b/crates/build/re_types_builder/src/codegen/rust/blueprint_validation.rs similarity index 95% rename from crates/re_types_builder/src/codegen/rust/blueprint_validation.rs rename to crates/build/re_types_builder/src/codegen/rust/blueprint_validation.rs index c34cd37bc61c..8cdd9848d478 100644 --- a/crates/re_types_builder/src/codegen/rust/blueprint_validation.rs +++ b/crates/build/re_types_builder/src/codegen/rust/blueprint_validation.rs @@ -53,7 +53,7 @@ pub(crate) fn generate_blueprint_validation( } }; - let path = Utf8PathBuf::from("crates/re_viewer/src/blueprint/validation_gen/mod.rs"); + let path = Utf8PathBuf::from("crates/viewer/re_viewer/src/blueprint/validation_gen/mod.rs"); code.push_indented( 0, string_from_quoted(reporter, &is_valid_blueprint, &path), diff --git a/crates/re_types_builder/src/codegen/rust/deserializer.rs b/crates/build/re_types_builder/src/codegen/rust/deserializer.rs similarity index 100% rename from crates/re_types_builder/src/codegen/rust/deserializer.rs rename to crates/build/re_types_builder/src/codegen/rust/deserializer.rs diff --git a/crates/re_types_builder/src/codegen/rust/mod.rs b/crates/build/re_types_builder/src/codegen/rust/mod.rs similarity index 100% rename from crates/re_types_builder/src/codegen/rust/mod.rs rename to crates/build/re_types_builder/src/codegen/rust/mod.rs diff --git a/crates/re_types_builder/src/codegen/rust/reflection.rs b/crates/build/re_types_builder/src/codegen/rust/reflection.rs similarity index 98% rename from crates/re_types_builder/src/codegen/rust/reflection.rs rename to crates/build/re_types_builder/src/codegen/rust/reflection.rs index d34ec5b0de8d..5f6e38ba20b7 100644 --- a/crates/re_types_builder/src/codegen/rust/reflection.rs +++ b/crates/build/re_types_builder/src/codegen/rust/reflection.rs @@ -19,7 +19,7 @@ pub fn generate_reflection( // Put into its own subfolder since codegen is set up in a way that it thinks that everything // inside the folder is either generated or an extension to the generated code. // This way we don't have to build an exception just for this file. - let path = Utf8PathBuf::from("crates/re_viewer/src/reflection/mod.rs"); + let path = Utf8PathBuf::from("crates/viewer/re_viewer/src/reflection/mod.rs"); let mut imports = BTreeSet::new(); let component_reflection = generate_component_reflection(reporter, objects, &mut imports); diff --git a/crates/re_types_builder/src/codegen/rust/serializer.rs b/crates/build/re_types_builder/src/codegen/rust/serializer.rs similarity index 100% rename from crates/re_types_builder/src/codegen/rust/serializer.rs rename to crates/build/re_types_builder/src/codegen/rust/serializer.rs diff --git a/crates/re_types_builder/src/codegen/rust/util.rs b/crates/build/re_types_builder/src/codegen/rust/util.rs similarity index 100% rename from crates/re_types_builder/src/codegen/rust/util.rs rename to crates/build/re_types_builder/src/codegen/rust/util.rs diff --git a/crates/re_types_builder/src/docs.rs b/crates/build/re_types_builder/src/docs.rs similarity index 100% rename from crates/re_types_builder/src/docs.rs rename to crates/build/re_types_builder/src/docs.rs diff --git a/crates/re_types_builder/src/format/cpp.rs b/crates/build/re_types_builder/src/format/cpp.rs similarity index 100% rename from crates/re_types_builder/src/format/cpp.rs rename to crates/build/re_types_builder/src/format/cpp.rs diff --git a/crates/re_types_builder/src/format/mod.rs b/crates/build/re_types_builder/src/format/mod.rs similarity index 100% rename from crates/re_types_builder/src/format/mod.rs rename to crates/build/re_types_builder/src/format/mod.rs diff --git a/crates/re_types_builder/src/format/python.rs b/crates/build/re_types_builder/src/format/python.rs similarity index 100% rename from crates/re_types_builder/src/format/python.rs rename to crates/build/re_types_builder/src/format/python.rs diff --git a/crates/re_types_builder/src/format/rust.rs b/crates/build/re_types_builder/src/format/rust.rs similarity index 100% rename from crates/re_types_builder/src/format/rust.rs rename to crates/build/re_types_builder/src/format/rust.rs diff --git a/crates/re_types_builder/src/lib.rs b/crates/build/re_types_builder/src/lib.rs similarity index 98% rename from crates/re_types_builder/src/lib.rs rename to crates/build/re_types_builder/src/lib.rs index 4b776715ad09..51d2e257df86 100644 --- a/crates/re_types_builder/src/lib.rs +++ b/crates/build/re_types_builder/src/lib.rs @@ -1,7 +1,8 @@ //! This crate implements Rerun's code generation tools. //! //! These tools translate language-agnostic IDL definitions (flatbuffers) into code. -//! They are invoked by `re_types`'s build script (`build.rs`). +//! +//! They are invoked by `pixi run codegen`. //! //! //! ### Organization @@ -567,8 +568,8 @@ pub(crate) fn rerun_workspace_path() -> camino::Utf8PathBuf { .unwrap(); manifest_dir .parent() - .unwrap() - .parent() + .and_then(|p| p.parent()) + .and_then(|p| p.parent()) .unwrap() .to_path_buf() } else { @@ -577,12 +578,10 @@ pub(crate) fn rerun_workspace_path() -> camino::Utf8PathBuf { .unwrap(); file_path .parent() - .unwrap() - .parent() - .unwrap() - .parent() - .unwrap() - .parent() + .and_then(|p| p.parent()) + .and_then(|p| p.parent()) + .and_then(|p| p.parent()) + .and_then(|p| p.parent()) .unwrap() .to_path_buf() }; diff --git a/crates/re_types_builder/src/objects.rs b/crates/build/re_types_builder/src/objects.rs similarity index 100% rename from crates/re_types_builder/src/objects.rs rename to crates/build/re_types_builder/src/objects.rs diff --git a/crates/re_types_builder/src/reflection.rs b/crates/build/re_types_builder/src/reflection.rs similarity index 100% rename from crates/re_types_builder/src/reflection.rs rename to crates/build/re_types_builder/src/reflection.rs diff --git a/crates/re_types_builder/src/report.rs b/crates/build/re_types_builder/src/report.rs similarity index 100% rename from crates/re_types_builder/src/report.rs rename to crates/build/re_types_builder/src/report.rs diff --git a/crates/re_types_core/src/archetypes/mod.rs b/crates/re_types_core/src/archetypes/mod.rs deleted file mode 100644 index ef1ac6dfcf7b..000000000000 --- a/crates/re_types_core/src/archetypes/mod.rs +++ /dev/null @@ -1,6 +0,0 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs - -mod clear; -mod clear_ext; - -pub use self::clear::Clear; diff --git a/crates/re_viewer/src/blueprint/validation_gen/.gitattributes b/crates/re_viewer/src/blueprint/validation_gen/.gitattributes deleted file mode 100644 index 8cbafa08829a..000000000000 --- a/crates/re_viewer/src/blueprint/validation_gen/.gitattributes +++ /dev/null @@ -1,4 +0,0 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs - -.gitattributes linguist-generated=true -mod.rs linguist-generated=true diff --git a/crates/re_viewer/src/reflection/.gitattributes b/crates/re_viewer/src/reflection/.gitattributes deleted file mode 100644 index 8cbafa08829a..000000000000 --- a/crates/re_viewer/src/reflection/.gitattributes +++ /dev/null @@ -1,4 +0,0 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs - -.gitattributes linguist-generated=true -mod.rs linguist-generated=true diff --git a/crates/re_web_viewer_server/web_viewer b/crates/re_web_viewer_server/web_viewer deleted file mode 120000 index b02f079c7082..000000000000 --- a/crates/re_web_viewer_server/web_viewer +++ /dev/null @@ -1 +0,0 @@ -../../web_viewer \ No newline at end of file diff --git a/crates/store/README.md b/crates/store/README.md new file mode 100644 index 000000000000..b4841b792024 --- /dev/null +++ b/crates/store/README.md @@ -0,0 +1 @@ +Creates related to storing, indexing, trasmitting, and handling data. diff --git a/crates/re_chunk/Cargo.toml b/crates/store/re_chunk/Cargo.toml similarity index 100% rename from crates/re_chunk/Cargo.toml rename to crates/store/re_chunk/Cargo.toml diff --git a/crates/re_chunk/README.md b/crates/store/re_chunk/README.md similarity index 100% rename from crates/re_chunk/README.md rename to crates/store/re_chunk/README.md diff --git a/crates/re_chunk/examples/latest_at.rs b/crates/store/re_chunk/examples/latest_at.rs similarity index 100% rename from crates/re_chunk/examples/latest_at.rs rename to crates/store/re_chunk/examples/latest_at.rs diff --git a/crates/re_chunk/examples/range.rs b/crates/store/re_chunk/examples/range.rs similarity index 100% rename from crates/re_chunk/examples/range.rs rename to crates/store/re_chunk/examples/range.rs diff --git a/crates/re_chunk/src/batcher.rs b/crates/store/re_chunk/src/batcher.rs similarity index 100% rename from crates/re_chunk/src/batcher.rs rename to crates/store/re_chunk/src/batcher.rs diff --git a/crates/re_chunk/src/builder.rs b/crates/store/re_chunk/src/builder.rs similarity index 100% rename from crates/re_chunk/src/builder.rs rename to crates/store/re_chunk/src/builder.rs diff --git a/crates/re_chunk/src/chunk.rs b/crates/store/re_chunk/src/chunk.rs similarity index 100% rename from crates/re_chunk/src/chunk.rs rename to crates/store/re_chunk/src/chunk.rs diff --git a/crates/re_chunk/src/id.rs b/crates/store/re_chunk/src/id.rs similarity index 100% rename from crates/re_chunk/src/id.rs rename to crates/store/re_chunk/src/id.rs diff --git a/crates/re_chunk/src/iter.rs b/crates/store/re_chunk/src/iter.rs similarity index 100% rename from crates/re_chunk/src/iter.rs rename to crates/store/re_chunk/src/iter.rs diff --git a/crates/re_chunk/src/latest_at.rs b/crates/store/re_chunk/src/latest_at.rs similarity index 100% rename from crates/re_chunk/src/latest_at.rs rename to crates/store/re_chunk/src/latest_at.rs diff --git a/crates/re_chunk/src/lib.rs b/crates/store/re_chunk/src/lib.rs similarity index 100% rename from crates/re_chunk/src/lib.rs rename to crates/store/re_chunk/src/lib.rs diff --git a/crates/re_chunk/src/range.rs b/crates/store/re_chunk/src/range.rs similarity index 100% rename from crates/re_chunk/src/range.rs rename to crates/store/re_chunk/src/range.rs diff --git a/crates/re_chunk/src/shuffle.rs b/crates/store/re_chunk/src/shuffle.rs similarity index 100% rename from crates/re_chunk/src/shuffle.rs rename to crates/store/re_chunk/src/shuffle.rs diff --git a/crates/re_chunk/src/slice.rs b/crates/store/re_chunk/src/slice.rs similarity index 100% rename from crates/re_chunk/src/slice.rs rename to crates/store/re_chunk/src/slice.rs diff --git a/crates/re_chunk/src/transport.rs b/crates/store/re_chunk/src/transport.rs similarity index 100% rename from crates/re_chunk/src/transport.rs rename to crates/store/re_chunk/src/transport.rs diff --git a/crates/re_chunk/src/util.rs b/crates/store/re_chunk/src/util.rs similarity index 100% rename from crates/re_chunk/src/util.rs rename to crates/store/re_chunk/src/util.rs diff --git a/crates/re_chunk/tests/latest_at.rs b/crates/store/re_chunk/tests/latest_at.rs similarity index 100% rename from crates/re_chunk/tests/latest_at.rs rename to crates/store/re_chunk/tests/latest_at.rs diff --git a/crates/re_chunk/tests/range.rs b/crates/store/re_chunk/tests/range.rs similarity index 100% rename from crates/re_chunk/tests/range.rs rename to crates/store/re_chunk/tests/range.rs diff --git a/crates/re_chunk_store/Cargo.toml b/crates/store/re_chunk_store/Cargo.toml similarity index 100% rename from crates/re_chunk_store/Cargo.toml rename to crates/store/re_chunk_store/Cargo.toml diff --git a/crates/re_chunk_store/README.md b/crates/store/re_chunk_store/README.md similarity index 100% rename from crates/re_chunk_store/README.md rename to crates/store/re_chunk_store/README.md diff --git a/crates/re_chunk_store/src/events.rs b/crates/store/re_chunk_store/src/events.rs similarity index 100% rename from crates/re_chunk_store/src/events.rs rename to crates/store/re_chunk_store/src/events.rs diff --git a/crates/re_chunk_store/src/gc.rs b/crates/store/re_chunk_store/src/gc.rs similarity index 100% rename from crates/re_chunk_store/src/gc.rs rename to crates/store/re_chunk_store/src/gc.rs diff --git a/crates/re_chunk_store/src/lib.rs b/crates/store/re_chunk_store/src/lib.rs similarity index 100% rename from crates/re_chunk_store/src/lib.rs rename to crates/store/re_chunk_store/src/lib.rs diff --git a/crates/re_chunk_store/src/query.rs b/crates/store/re_chunk_store/src/query.rs similarity index 100% rename from crates/re_chunk_store/src/query.rs rename to crates/store/re_chunk_store/src/query.rs diff --git a/crates/re_chunk_store/src/stats.rs b/crates/store/re_chunk_store/src/stats.rs similarity index 100% rename from crates/re_chunk_store/src/stats.rs rename to crates/store/re_chunk_store/src/stats.rs diff --git a/crates/re_chunk_store/src/store.rs b/crates/store/re_chunk_store/src/store.rs similarity index 100% rename from crates/re_chunk_store/src/store.rs rename to crates/store/re_chunk_store/src/store.rs diff --git a/crates/re_chunk_store/src/subscribers.rs b/crates/store/re_chunk_store/src/subscribers.rs similarity index 100% rename from crates/re_chunk_store/src/subscribers.rs rename to crates/store/re_chunk_store/src/subscribers.rs diff --git a/crates/re_chunk_store/src/writes.rs b/crates/store/re_chunk_store/src/writes.rs similarity index 100% rename from crates/re_chunk_store/src/writes.rs rename to crates/store/re_chunk_store/src/writes.rs diff --git a/crates/re_chunk_store/tests/correctness.rs b/crates/store/re_chunk_store/tests/correctness.rs similarity index 100% rename from crates/re_chunk_store/tests/correctness.rs rename to crates/store/re_chunk_store/tests/correctness.rs diff --git a/crates/re_chunk_store/tests/gc.rs b/crates/store/re_chunk_store/tests/gc.rs similarity index 100% rename from crates/re_chunk_store/tests/gc.rs rename to crates/store/re_chunk_store/tests/gc.rs diff --git a/crates/re_chunk_store/tests/memory_test.rs b/crates/store/re_chunk_store/tests/memory_test.rs similarity index 100% rename from crates/re_chunk_store/tests/memory_test.rs rename to crates/store/re_chunk_store/tests/memory_test.rs diff --git a/crates/re_chunk_store/tests/reads.rs b/crates/store/re_chunk_store/tests/reads.rs similarity index 100% rename from crates/re_chunk_store/tests/reads.rs rename to crates/store/re_chunk_store/tests/reads.rs diff --git a/crates/re_chunk_store/tests/snapshots/memory_test__scalars_on_one_timeline_new.snap b/crates/store/re_chunk_store/tests/snapshots/memory_test__scalars_on_one_timeline_new.snap similarity index 86% rename from crates/re_chunk_store/tests/snapshots/memory_test__scalars_on_one_timeline_new.snap rename to crates/store/re_chunk_store/tests/snapshots/memory_test__scalars_on_one_timeline_new.snap index edaa0ba0e5de..fa370fee5170 100644 --- a/crates/re_chunk_store/tests/snapshots/memory_test__scalars_on_one_timeline_new.snap +++ b/crates/store/re_chunk_store/tests/snapshots/memory_test__scalars_on_one_timeline_new.snap @@ -1,5 +1,5 @@ --- -source: crates/re_chunk_store/tests/memory_test.rs +source: crates/store/re_chunk_store/tests/memory_test.rs expression: "[format!(\"{NUM_SCALARS} scalars\"),\n format!(\"{} in total\",\n re_format::format_bytes(total_mem_use_global as _)),\n format!(\"{} per row\",\n re_format::format_bytes(total_mem_use_global as f64 / NUM_SCALARS\n as f64))]" --- [ diff --git a/crates/re_data_loader/Cargo.toml b/crates/store/re_data_loader/Cargo.toml similarity index 100% rename from crates/re_data_loader/Cargo.toml rename to crates/store/re_data_loader/Cargo.toml diff --git a/crates/re_data_loader/README.md b/crates/store/re_data_loader/README.md similarity index 100% rename from crates/re_data_loader/README.md rename to crates/store/re_data_loader/README.md diff --git a/crates/re_data_loader/src/lib.rs b/crates/store/re_data_loader/src/lib.rs similarity index 100% rename from crates/re_data_loader/src/lib.rs rename to crates/store/re_data_loader/src/lib.rs diff --git a/crates/re_data_loader/src/load_file.rs b/crates/store/re_data_loader/src/load_file.rs similarity index 100% rename from crates/re_data_loader/src/load_file.rs rename to crates/store/re_data_loader/src/load_file.rs diff --git a/crates/re_data_loader/src/loader_archetype.rs b/crates/store/re_data_loader/src/loader_archetype.rs similarity index 100% rename from crates/re_data_loader/src/loader_archetype.rs rename to crates/store/re_data_loader/src/loader_archetype.rs diff --git a/crates/re_data_loader/src/loader_directory.rs b/crates/store/re_data_loader/src/loader_directory.rs similarity index 100% rename from crates/re_data_loader/src/loader_directory.rs rename to crates/store/re_data_loader/src/loader_directory.rs diff --git a/crates/re_data_loader/src/loader_external.rs b/crates/store/re_data_loader/src/loader_external.rs similarity index 100% rename from crates/re_data_loader/src/loader_external.rs rename to crates/store/re_data_loader/src/loader_external.rs diff --git a/crates/re_data_loader/src/loader_rrd.rs b/crates/store/re_data_loader/src/loader_rrd.rs similarity index 100% rename from crates/re_data_loader/src/loader_rrd.rs rename to crates/store/re_data_loader/src/loader_rrd.rs diff --git a/crates/re_data_source/Cargo.toml b/crates/store/re_data_source/Cargo.toml similarity index 100% rename from crates/re_data_source/Cargo.toml rename to crates/store/re_data_source/Cargo.toml diff --git a/crates/re_data_source/README.md b/crates/store/re_data_source/README.md similarity index 100% rename from crates/re_data_source/README.md rename to crates/store/re_data_source/README.md diff --git a/crates/re_data_source/build.rs b/crates/store/re_data_source/build.rs similarity index 100% rename from crates/re_data_source/build.rs rename to crates/store/re_data_source/build.rs diff --git a/crates/re_data_source/src/data_source.rs b/crates/store/re_data_source/src/data_source.rs similarity index 100% rename from crates/re_data_source/src/data_source.rs rename to crates/store/re_data_source/src/data_source.rs diff --git a/crates/re_data_source/src/lib.rs b/crates/store/re_data_source/src/lib.rs similarity index 100% rename from crates/re_data_source/src/lib.rs rename to crates/store/re_data_source/src/lib.rs diff --git a/crates/re_data_source/src/load_stdin.rs b/crates/store/re_data_source/src/load_stdin.rs similarity index 100% rename from crates/re_data_source/src/load_stdin.rs rename to crates/store/re_data_source/src/load_stdin.rs diff --git a/crates/re_data_source/src/web_sockets.rs b/crates/store/re_data_source/src/web_sockets.rs similarity index 100% rename from crates/re_data_source/src/web_sockets.rs rename to crates/store/re_data_source/src/web_sockets.rs diff --git a/crates/re_entity_db/Cargo.toml b/crates/store/re_entity_db/Cargo.toml similarity index 100% rename from crates/re_entity_db/Cargo.toml rename to crates/store/re_entity_db/Cargo.toml diff --git a/crates/re_entity_db/README.md b/crates/store/re_entity_db/README.md similarity index 100% rename from crates/re_entity_db/README.md rename to crates/store/re_entity_db/README.md diff --git a/crates/re_entity_db/examples/memory_usage.rs b/crates/store/re_entity_db/examples/memory_usage.rs similarity index 100% rename from crates/re_entity_db/examples/memory_usage.rs rename to crates/store/re_entity_db/examples/memory_usage.rs diff --git a/crates/re_entity_db/src/entity_db.rs b/crates/store/re_entity_db/src/entity_db.rs similarity index 100% rename from crates/re_entity_db/src/entity_db.rs rename to crates/store/re_entity_db/src/entity_db.rs diff --git a/crates/re_entity_db/src/entity_tree.rs b/crates/store/re_entity_db/src/entity_tree.rs similarity index 100% rename from crates/re_entity_db/src/entity_tree.rs rename to crates/store/re_entity_db/src/entity_tree.rs diff --git a/crates/re_entity_db/src/instance_path.rs b/crates/store/re_entity_db/src/instance_path.rs similarity index 100% rename from crates/re_entity_db/src/instance_path.rs rename to crates/store/re_entity_db/src/instance_path.rs diff --git a/crates/re_entity_db/src/lib.rs b/crates/store/re_entity_db/src/lib.rs similarity index 100% rename from crates/re_entity_db/src/lib.rs rename to crates/store/re_entity_db/src/lib.rs diff --git a/crates/re_entity_db/src/store_bundle.rs b/crates/store/re_entity_db/src/store_bundle.rs similarity index 100% rename from crates/re_entity_db/src/store_bundle.rs rename to crates/store/re_entity_db/src/store_bundle.rs diff --git a/crates/re_entity_db/src/time_histogram_per_timeline.rs b/crates/store/re_entity_db/src/time_histogram_per_timeline.rs similarity index 100% rename from crates/re_entity_db/src/time_histogram_per_timeline.rs rename to crates/store/re_entity_db/src/time_histogram_per_timeline.rs diff --git a/crates/re_entity_db/src/times_per_timeline.rs b/crates/store/re_entity_db/src/times_per_timeline.rs similarity index 100% rename from crates/re_entity_db/src/times_per_timeline.rs rename to crates/store/re_entity_db/src/times_per_timeline.rs diff --git a/crates/re_entity_db/src/versioned_instance_path.rs b/crates/store/re_entity_db/src/versioned_instance_path.rs similarity index 100% rename from crates/re_entity_db/src/versioned_instance_path.rs rename to crates/store/re_entity_db/src/versioned_instance_path.rs diff --git a/crates/re_entity_db/tests/clear.rs b/crates/store/re_entity_db/tests/clear.rs similarity index 100% rename from crates/re_entity_db/tests/clear.rs rename to crates/store/re_entity_db/tests/clear.rs diff --git a/crates/re_entity_db/tests/time_histograms.rs b/crates/store/re_entity_db/tests/time_histograms.rs similarity index 100% rename from crates/re_entity_db/tests/time_histograms.rs rename to crates/store/re_entity_db/tests/time_histograms.rs diff --git a/crates/re_format_arrow/Cargo.toml b/crates/store/re_format_arrow/Cargo.toml similarity index 100% rename from crates/re_format_arrow/Cargo.toml rename to crates/store/re_format_arrow/Cargo.toml diff --git a/crates/re_format_arrow/README.md b/crates/store/re_format_arrow/README.md similarity index 100% rename from crates/re_format_arrow/README.md rename to crates/store/re_format_arrow/README.md diff --git a/crates/re_format_arrow/src/lib.rs b/crates/store/re_format_arrow/src/lib.rs similarity index 100% rename from crates/re_format_arrow/src/lib.rs rename to crates/store/re_format_arrow/src/lib.rs diff --git a/crates/re_log_encoding/Cargo.toml b/crates/store/re_log_encoding/Cargo.toml similarity index 100% rename from crates/re_log_encoding/Cargo.toml rename to crates/store/re_log_encoding/Cargo.toml diff --git a/crates/re_log_encoding/README.md b/crates/store/re_log_encoding/README.md similarity index 100% rename from crates/re_log_encoding/README.md rename to crates/store/re_log_encoding/README.md diff --git a/crates/re_log_encoding/benches/msg_encode_benchmark.rs b/crates/store/re_log_encoding/benches/msg_encode_benchmark.rs similarity index 100% rename from crates/re_log_encoding/benches/msg_encode_benchmark.rs rename to crates/store/re_log_encoding/benches/msg_encode_benchmark.rs diff --git a/crates/re_log_encoding/src/decoder/mod.rs b/crates/store/re_log_encoding/src/decoder/mod.rs similarity index 100% rename from crates/re_log_encoding/src/decoder/mod.rs rename to crates/store/re_log_encoding/src/decoder/mod.rs diff --git a/crates/re_log_encoding/src/decoder/stream.rs b/crates/store/re_log_encoding/src/decoder/stream.rs similarity index 100% rename from crates/re_log_encoding/src/decoder/stream.rs rename to crates/store/re_log_encoding/src/decoder/stream.rs diff --git a/crates/re_log_encoding/src/encoder.rs b/crates/store/re_log_encoding/src/encoder.rs similarity index 100% rename from crates/re_log_encoding/src/encoder.rs rename to crates/store/re_log_encoding/src/encoder.rs diff --git a/crates/re_log_encoding/src/file_sink.rs b/crates/store/re_log_encoding/src/file_sink.rs similarity index 100% rename from crates/re_log_encoding/src/file_sink.rs rename to crates/store/re_log_encoding/src/file_sink.rs diff --git a/crates/re_log_encoding/src/lib.rs b/crates/store/re_log_encoding/src/lib.rs similarity index 100% rename from crates/re_log_encoding/src/lib.rs rename to crates/store/re_log_encoding/src/lib.rs diff --git a/crates/re_log_encoding/src/stream_rrd_from_http.rs b/crates/store/re_log_encoding/src/stream_rrd_from_http.rs similarity index 100% rename from crates/re_log_encoding/src/stream_rrd_from_http.rs rename to crates/store/re_log_encoding/src/stream_rrd_from_http.rs diff --git a/crates/re_log_types/Cargo.toml b/crates/store/re_log_types/Cargo.toml similarity index 100% rename from crates/re_log_types/Cargo.toml rename to crates/store/re_log_types/Cargo.toml diff --git a/crates/re_log_types/README.md b/crates/store/re_log_types/README.md similarity index 100% rename from crates/re_log_types/README.md rename to crates/store/re_log_types/README.md diff --git a/crates/re_log_types/benches/vec_deque_ext.rs b/crates/store/re_log_types/benches/vec_deque_ext.rs similarity index 100% rename from crates/re_log_types/benches/vec_deque_ext.rs rename to crates/store/re_log_types/benches/vec_deque_ext.rs diff --git a/crates/re_log_types/src/arrow_msg.rs b/crates/store/re_log_types/src/arrow_msg.rs similarity index 100% rename from crates/re_log_types/src/arrow_msg.rs rename to crates/store/re_log_types/src/arrow_msg.rs diff --git a/crates/re_log_types/src/example_components.rs b/crates/store/re_log_types/src/example_components.rs similarity index 100% rename from crates/re_log_types/src/example_components.rs rename to crates/store/re_log_types/src/example_components.rs diff --git a/crates/re_log_types/src/hash.rs b/crates/store/re_log_types/src/hash.rs similarity index 100% rename from crates/re_log_types/src/hash.rs rename to crates/store/re_log_types/src/hash.rs diff --git a/crates/re_log_types/src/instance.rs b/crates/store/re_log_types/src/instance.rs similarity index 100% rename from crates/re_log_types/src/instance.rs rename to crates/store/re_log_types/src/instance.rs diff --git a/crates/re_log_types/src/lib.rs b/crates/store/re_log_types/src/lib.rs similarity index 100% rename from crates/re_log_types/src/lib.rs rename to crates/store/re_log_types/src/lib.rs diff --git a/crates/re_log_types/src/path/component_path.rs b/crates/store/re_log_types/src/path/component_path.rs similarity index 100% rename from crates/re_log_types/src/path/component_path.rs rename to crates/store/re_log_types/src/path/component_path.rs diff --git a/crates/re_log_types/src/path/data_path.rs b/crates/store/re_log_types/src/path/data_path.rs similarity index 100% rename from crates/re_log_types/src/path/data_path.rs rename to crates/store/re_log_types/src/path/data_path.rs diff --git a/crates/re_log_types/src/path/entity_path.rs b/crates/store/re_log_types/src/path/entity_path.rs similarity index 100% rename from crates/re_log_types/src/path/entity_path.rs rename to crates/store/re_log_types/src/path/entity_path.rs diff --git a/crates/re_log_types/src/path/entity_path_filter.rs b/crates/store/re_log_types/src/path/entity_path_filter.rs similarity index 100% rename from crates/re_log_types/src/path/entity_path_filter.rs rename to crates/store/re_log_types/src/path/entity_path_filter.rs diff --git a/crates/re_log_types/src/path/entity_path_part.rs b/crates/store/re_log_types/src/path/entity_path_part.rs similarity index 100% rename from crates/re_log_types/src/path/entity_path_part.rs rename to crates/store/re_log_types/src/path/entity_path_part.rs diff --git a/crates/re_log_types/src/path/mod.rs b/crates/store/re_log_types/src/path/mod.rs similarity index 100% rename from crates/re_log_types/src/path/mod.rs rename to crates/store/re_log_types/src/path/mod.rs diff --git a/crates/re_log_types/src/path/natural_ordering.rs b/crates/store/re_log_types/src/path/natural_ordering.rs similarity index 100% rename from crates/re_log_types/src/path/natural_ordering.rs rename to crates/store/re_log_types/src/path/natural_ordering.rs diff --git a/crates/re_log_types/src/path/parse_path.rs b/crates/store/re_log_types/src/path/parse_path.rs similarity index 100% rename from crates/re_log_types/src/path/parse_path.rs rename to crates/store/re_log_types/src/path/parse_path.rs diff --git a/crates/re_log_types/src/resolved_time_range.rs b/crates/store/re_log_types/src/resolved_time_range.rs similarity index 100% rename from crates/re_log_types/src/resolved_time_range.rs rename to crates/store/re_log_types/src/resolved_time_range.rs diff --git a/crates/re_log_types/src/time.rs b/crates/store/re_log_types/src/time.rs similarity index 100% rename from crates/re_log_types/src/time.rs rename to crates/store/re_log_types/src/time.rs diff --git a/crates/re_log_types/src/time_point/mod.rs b/crates/store/re_log_types/src/time_point/mod.rs similarity index 100% rename from crates/re_log_types/src/time_point/mod.rs rename to crates/store/re_log_types/src/time_point/mod.rs diff --git a/crates/re_log_types/src/time_point/non_min_i64.rs b/crates/store/re_log_types/src/time_point/non_min_i64.rs similarity index 100% rename from crates/re_log_types/src/time_point/non_min_i64.rs rename to crates/store/re_log_types/src/time_point/non_min_i64.rs diff --git a/crates/re_log_types/src/time_point/time_int.rs b/crates/store/re_log_types/src/time_point/time_int.rs similarity index 100% rename from crates/re_log_types/src/time_point/time_int.rs rename to crates/store/re_log_types/src/time_point/time_int.rs diff --git a/crates/re_log_types/src/time_point/timeline.rs b/crates/store/re_log_types/src/time_point/timeline.rs similarity index 100% rename from crates/re_log_types/src/time_point/timeline.rs rename to crates/store/re_log_types/src/time_point/timeline.rs diff --git a/crates/re_log_types/src/time_real.rs b/crates/store/re_log_types/src/time_real.rs similarity index 100% rename from crates/re_log_types/src/time_real.rs rename to crates/store/re_log_types/src/time_real.rs diff --git a/crates/re_log_types/src/vec_deque_ext.rs b/crates/store/re_log_types/src/vec_deque_ext.rs similarity index 100% rename from crates/re_log_types/src/vec_deque_ext.rs rename to crates/store/re_log_types/src/vec_deque_ext.rs diff --git a/crates/re_query/Cargo.toml b/crates/store/re_query/Cargo.toml similarity index 100% rename from crates/re_query/Cargo.toml rename to crates/store/re_query/Cargo.toml diff --git a/crates/re_query/README.md b/crates/store/re_query/README.md similarity index 100% rename from crates/re_query/README.md rename to crates/store/re_query/README.md diff --git a/crates/re_query/benches/flat_vec_deque.rs b/crates/store/re_query/benches/flat_vec_deque.rs similarity index 100% rename from crates/re_query/benches/flat_vec_deque.rs rename to crates/store/re_query/benches/flat_vec_deque.rs diff --git a/crates/re_query/benches/latest_at.rs b/crates/store/re_query/benches/latest_at.rs similarity index 100% rename from crates/re_query/benches/latest_at.rs rename to crates/store/re_query/benches/latest_at.rs diff --git a/crates/re_query/examples/latest_at.rs b/crates/store/re_query/examples/latest_at.rs similarity index 100% rename from crates/re_query/examples/latest_at.rs rename to crates/store/re_query/examples/latest_at.rs diff --git a/crates/re_query/examples/range.rs b/crates/store/re_query/examples/range.rs similarity index 100% rename from crates/re_query/examples/range.rs rename to crates/store/re_query/examples/range.rs diff --git a/crates/re_query/src/bin/clamped_zip.rs b/crates/store/re_query/src/bin/clamped_zip.rs similarity index 100% rename from crates/re_query/src/bin/clamped_zip.rs rename to crates/store/re_query/src/bin/clamped_zip.rs diff --git a/crates/re_query/src/bin/range_zip.rs b/crates/store/re_query/src/bin/range_zip.rs similarity index 100% rename from crates/re_query/src/bin/range_zip.rs rename to crates/store/re_query/src/bin/range_zip.rs diff --git a/crates/re_query/src/cache.rs b/crates/store/re_query/src/cache.rs similarity index 100% rename from crates/re_query/src/cache.rs rename to crates/store/re_query/src/cache.rs diff --git a/crates/re_query/src/cache_stats.rs b/crates/store/re_query/src/cache_stats.rs similarity index 100% rename from crates/re_query/src/cache_stats.rs rename to crates/store/re_query/src/cache_stats.rs diff --git a/crates/re_query/src/clamped_zip/.gitattributes b/crates/store/re_query/src/clamped_zip/.gitattributes similarity index 100% rename from crates/re_query/src/clamped_zip/.gitattributes rename to crates/store/re_query/src/clamped_zip/.gitattributes diff --git a/crates/re_query/src/clamped_zip/generated.rs b/crates/store/re_query/src/clamped_zip/generated.rs similarity index 100% rename from crates/re_query/src/clamped_zip/generated.rs rename to crates/store/re_query/src/clamped_zip/generated.rs diff --git a/crates/re_query/src/clamped_zip/mod.rs b/crates/store/re_query/src/clamped_zip/mod.rs similarity index 100% rename from crates/re_query/src/clamped_zip/mod.rs rename to crates/store/re_query/src/clamped_zip/mod.rs diff --git a/crates/re_query/src/flat_vec_deque.rs b/crates/store/re_query/src/flat_vec_deque.rs similarity index 100% rename from crates/re_query/src/flat_vec_deque.rs rename to crates/store/re_query/src/flat_vec_deque.rs diff --git a/crates/re_query/src/latest_at/helpers.rs b/crates/store/re_query/src/latest_at/helpers.rs similarity index 100% rename from crates/re_query/src/latest_at/helpers.rs rename to crates/store/re_query/src/latest_at/helpers.rs diff --git a/crates/re_query/src/latest_at/mod.rs b/crates/store/re_query/src/latest_at/mod.rs similarity index 100% rename from crates/re_query/src/latest_at/mod.rs rename to crates/store/re_query/src/latest_at/mod.rs diff --git a/crates/re_query/src/latest_at/query.rs b/crates/store/re_query/src/latest_at/query.rs similarity index 100% rename from crates/re_query/src/latest_at/query.rs rename to crates/store/re_query/src/latest_at/query.rs diff --git a/crates/re_query/src/latest_at/results.rs b/crates/store/re_query/src/latest_at/results.rs similarity index 100% rename from crates/re_query/src/latest_at/results.rs rename to crates/store/re_query/src/latest_at/results.rs diff --git a/crates/re_query/src/lib.rs b/crates/store/re_query/src/lib.rs similarity index 100% rename from crates/re_query/src/lib.rs rename to crates/store/re_query/src/lib.rs diff --git a/crates/re_query/src/promise.rs b/crates/store/re_query/src/promise.rs similarity index 100% rename from crates/re_query/src/promise.rs rename to crates/store/re_query/src/promise.rs diff --git a/crates/re_query/src/range/mod.rs b/crates/store/re_query/src/range/mod.rs similarity index 100% rename from crates/re_query/src/range/mod.rs rename to crates/store/re_query/src/range/mod.rs diff --git a/crates/re_query/src/range/query.rs b/crates/store/re_query/src/range/query.rs similarity index 100% rename from crates/re_query/src/range/query.rs rename to crates/store/re_query/src/range/query.rs diff --git a/crates/re_query/src/range/results.rs b/crates/store/re_query/src/range/results.rs similarity index 100% rename from crates/re_query/src/range/results.rs rename to crates/store/re_query/src/range/results.rs diff --git a/crates/re_query/src/range_zip/.gitattributes b/crates/store/re_query/src/range_zip/.gitattributes similarity index 100% rename from crates/re_query/src/range_zip/.gitattributes rename to crates/store/re_query/src/range_zip/.gitattributes diff --git a/crates/re_query/src/range_zip/generated.rs b/crates/store/re_query/src/range_zip/generated.rs similarity index 100% rename from crates/re_query/src/range_zip/generated.rs rename to crates/store/re_query/src/range_zip/generated.rs diff --git a/crates/re_query/src/range_zip/mod.rs b/crates/store/re_query/src/range_zip/mod.rs similarity index 100% rename from crates/re_query/src/range_zip/mod.rs rename to crates/store/re_query/src/range_zip/mod.rs diff --git a/crates/re_query/tests/latest_at.rs b/crates/store/re_query/tests/latest_at.rs similarity index 100% rename from crates/re_query/tests/latest_at.rs rename to crates/store/re_query/tests/latest_at.rs diff --git a/crates/re_query/tests/range.rs b/crates/store/re_query/tests/range.rs similarity index 100% rename from crates/re_query/tests/range.rs rename to crates/store/re_query/tests/range.rs diff --git a/crates/re_sdk_comms/Cargo.toml b/crates/store/re_sdk_comms/Cargo.toml similarity index 100% rename from crates/re_sdk_comms/Cargo.toml rename to crates/store/re_sdk_comms/Cargo.toml diff --git a/crates/re_sdk_comms/README.md b/crates/store/re_sdk_comms/README.md similarity index 89% rename from crates/re_sdk_comms/README.md rename to crates/store/re_sdk_comms/README.md index 3b1b22214735..0c2cfbfbe432 100644 --- a/crates/re_sdk_comms/README.md +++ b/crates/store/re_sdk_comms/README.md @@ -2,7 +2,7 @@ Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates. -[![Latest version](https://img.shields.io/crates/v/re_sdk_comms.svg)](https://crates.io/crates/re_sdk_comms) +[![Latest version](https://img.shields.io/crates/v/re_sdk_comms.svg)](https://crates.io/crates/store/re_sdk_comms) [![Documentation](https://docs.rs/re_sdk_comms/badge.svg)](https://docs.rs/re_sdk_comms) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) diff --git a/crates/re_sdk_comms/src/buffered_client.rs b/crates/store/re_sdk_comms/src/buffered_client.rs similarity index 100% rename from crates/re_sdk_comms/src/buffered_client.rs rename to crates/store/re_sdk_comms/src/buffered_client.rs diff --git a/crates/re_sdk_comms/src/lib.rs b/crates/store/re_sdk_comms/src/lib.rs similarity index 100% rename from crates/re_sdk_comms/src/lib.rs rename to crates/store/re_sdk_comms/src/lib.rs diff --git a/crates/re_sdk_comms/src/server.rs b/crates/store/re_sdk_comms/src/server.rs similarity index 100% rename from crates/re_sdk_comms/src/server.rs rename to crates/store/re_sdk_comms/src/server.rs diff --git a/crates/re_sdk_comms/src/tcp_client.rs b/crates/store/re_sdk_comms/src/tcp_client.rs similarity index 100% rename from crates/re_sdk_comms/src/tcp_client.rs rename to crates/store/re_sdk_comms/src/tcp_client.rs diff --git a/crates/re_types/.gitattributes b/crates/store/re_types/.gitattributes similarity index 98% rename from crates/re_types/.gitattributes rename to crates/store/re_types/.gitattributes index 310901b29d49..1518a21bed68 100644 --- a/crates/re_types/.gitattributes +++ b/crates/store/re_types/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true src/archetypes/annotation_context.rs linguist-generated=true diff --git a/crates/store/re_types/.gitignore b/crates/store/re_types/.gitignore new file mode 100644 index 000000000000..a514c9fcb94d --- /dev/null +++ b/crates/store/re_types/.gitignore @@ -0,0 +1 @@ +source_hash.txt diff --git a/crates/re_types/Cargo.toml b/crates/store/re_types/Cargo.toml similarity index 100% rename from crates/re_types/Cargo.toml rename to crates/store/re_types/Cargo.toml diff --git a/crates/re_types/README.md b/crates/store/re_types/README.md similarity index 100% rename from crates/re_types/README.md rename to crates/store/re_types/README.md diff --git a/crates/re_types/definitions/arrow/attributes.fbs b/crates/store/re_types/definitions/arrow/attributes.fbs similarity index 100% rename from crates/re_types/definitions/arrow/attributes.fbs rename to crates/store/re_types/definitions/arrow/attributes.fbs diff --git a/crates/re_types/definitions/cpp/attributes.fbs b/crates/store/re_types/definitions/cpp/attributes.fbs similarity index 100% rename from crates/re_types/definitions/cpp/attributes.fbs rename to crates/store/re_types/definitions/cpp/attributes.fbs diff --git a/crates/re_types/definitions/docs/attributes.fbs b/crates/store/re_types/definitions/docs/attributes.fbs similarity index 100% rename from crates/re_types/definitions/docs/attributes.fbs rename to crates/store/re_types/definitions/docs/attributes.fbs diff --git a/crates/re_types/definitions/fbs/attributes.fbs b/crates/store/re_types/definitions/fbs/attributes.fbs similarity index 100% rename from crates/re_types/definitions/fbs/attributes.fbs rename to crates/store/re_types/definitions/fbs/attributes.fbs diff --git a/crates/re_types/definitions/python/attributes.fbs b/crates/store/re_types/definitions/python/attributes.fbs similarity index 100% rename from crates/re_types/definitions/python/attributes.fbs rename to crates/store/re_types/definitions/python/attributes.fbs diff --git a/crates/re_types/definitions/rerun/archetypes.fbs b/crates/store/re_types/definitions/rerun/archetypes.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes.fbs rename to crates/store/re_types/definitions/rerun/archetypes.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/annotation_context.fbs b/crates/store/re_types/definitions/rerun/archetypes/annotation_context.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/annotation_context.fbs rename to crates/store/re_types/definitions/rerun/archetypes/annotation_context.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/arrows2d.fbs b/crates/store/re_types/definitions/rerun/archetypes/arrows2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/arrows2d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/arrows2d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/arrows3d.fbs b/crates/store/re_types/definitions/rerun/archetypes/arrows3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/arrows3d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/arrows3d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/asset3d.fbs b/crates/store/re_types/definitions/rerun/archetypes/asset3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/asset3d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/asset3d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/bar_chart.fbs b/crates/store/re_types/definitions/rerun/archetypes/bar_chart.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/bar_chart.fbs rename to crates/store/re_types/definitions/rerun/archetypes/bar_chart.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/boxes2d.fbs b/crates/store/re_types/definitions/rerun/archetypes/boxes2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/boxes2d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/boxes2d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/boxes3d.fbs b/crates/store/re_types/definitions/rerun/archetypes/boxes3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/boxes3d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/boxes3d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/clear.fbs b/crates/store/re_types/definitions/rerun/archetypes/clear.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/clear.fbs rename to crates/store/re_types/definitions/rerun/archetypes/clear.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/depth_image.fbs b/crates/store/re_types/definitions/rerun/archetypes/depth_image.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/depth_image.fbs rename to crates/store/re_types/definitions/rerun/archetypes/depth_image.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/disconnected_space.fbs b/crates/store/re_types/definitions/rerun/archetypes/disconnected_space.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/disconnected_space.fbs rename to crates/store/re_types/definitions/rerun/archetypes/disconnected_space.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/image.fbs b/crates/store/re_types/definitions/rerun/archetypes/image.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/image.fbs rename to crates/store/re_types/definitions/rerun/archetypes/image.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/line_strips2d.fbs b/crates/store/re_types/definitions/rerun/archetypes/line_strips2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/line_strips2d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/line_strips2d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/line_strips3d.fbs b/crates/store/re_types/definitions/rerun/archetypes/line_strips3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/line_strips3d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/line_strips3d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/mesh3d.fbs b/crates/store/re_types/definitions/rerun/archetypes/mesh3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/mesh3d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/mesh3d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/pinhole.fbs b/crates/store/re_types/definitions/rerun/archetypes/pinhole.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/pinhole.fbs rename to crates/store/re_types/definitions/rerun/archetypes/pinhole.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/points2d.fbs b/crates/store/re_types/definitions/rerun/archetypes/points2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/points2d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/points2d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/points3d.fbs b/crates/store/re_types/definitions/rerun/archetypes/points3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/points3d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/points3d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/scalar.fbs b/crates/store/re_types/definitions/rerun/archetypes/scalar.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/scalar.fbs rename to crates/store/re_types/definitions/rerun/archetypes/scalar.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/segmentation_image.fbs b/crates/store/re_types/definitions/rerun/archetypes/segmentation_image.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/segmentation_image.fbs rename to crates/store/re_types/definitions/rerun/archetypes/segmentation_image.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/series_line.fbs b/crates/store/re_types/definitions/rerun/archetypes/series_line.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/series_line.fbs rename to crates/store/re_types/definitions/rerun/archetypes/series_line.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/series_point.fbs b/crates/store/re_types/definitions/rerun/archetypes/series_point.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/series_point.fbs rename to crates/store/re_types/definitions/rerun/archetypes/series_point.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/tensor.fbs b/crates/store/re_types/definitions/rerun/archetypes/tensor.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/tensor.fbs rename to crates/store/re_types/definitions/rerun/archetypes/tensor.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/text_document.fbs b/crates/store/re_types/definitions/rerun/archetypes/text_document.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/text_document.fbs rename to crates/store/re_types/definitions/rerun/archetypes/text_document.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/text_log.fbs b/crates/store/re_types/definitions/rerun/archetypes/text_log.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/text_log.fbs rename to crates/store/re_types/definitions/rerun/archetypes/text_log.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/transform3d.fbs b/crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/transform3d.fbs rename to crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs diff --git a/crates/re_types/definitions/rerun/archetypes/view_coordinates.fbs b/crates/store/re_types/definitions/rerun/archetypes/view_coordinates.fbs similarity index 100% rename from crates/re_types/definitions/rerun/archetypes/view_coordinates.fbs rename to crates/store/re_types/definitions/rerun/archetypes/view_coordinates.fbs diff --git a/crates/re_types/definitions/rerun/attributes.fbs b/crates/store/re_types/definitions/rerun/attributes.fbs similarity index 100% rename from crates/re_types/definitions/rerun/attributes.fbs rename to crates/store/re_types/definitions/rerun/attributes.fbs diff --git a/crates/re_types/definitions/rerun/blueprint.fbs b/crates/store/re_types/definitions/rerun/blueprint.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint.fbs rename to crates/store/re_types/definitions/rerun/blueprint.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/background.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/background.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/background.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/background.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs b/crates/store/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs rename to crates/store/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/active_tab.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/active_tab.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/active_tab.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/active_tab.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/auto_layout.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/auto_layout.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/auto_layout.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/auto_layout.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/background_kind.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/background_kind.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/background_kind.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/background_kind.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/column_share.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/column_share.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/column_share.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/column_share.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/container_kind.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/container_kind.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/container_kind.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/container_kind.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/corner_2d.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/corner_2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/corner_2d.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/corner_2d.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/grid_columns.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/grid_columns.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/grid_columns.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/grid_columns.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/included_content.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/included_content.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/included_content.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/included_content.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/included_space_view.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/included_space_view.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/included_space_view.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/included_space_view.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/interactive.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/interactive.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/interactive.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/interactive.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/panel_state.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/panel_state.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/panel_state.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/panel_state.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/query_expression.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/query_expression.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/query_expression.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/query_expression.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/root_container.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/root_container.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/root_container.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/root_container.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/row_share.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/row_share.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/row_share.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/row_share.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/space_view_class.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/space_view_class.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/space_view_class.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/space_view_class.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/view_fit.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/view_fit.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/view_fit.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/view_fit.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/visible.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/visible.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/visible.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/visible.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs rename to crates/store/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs b/crates/store/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs rename to crates/store/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/views/bar_chart.fbs b/crates/store/re_types/definitions/rerun/blueprint/views/bar_chart.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/views/bar_chart.fbs rename to crates/store/re_types/definitions/rerun/blueprint/views/bar_chart.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/views/spatial2d.fbs b/crates/store/re_types/definitions/rerun/blueprint/views/spatial2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/views/spatial2d.fbs rename to crates/store/re_types/definitions/rerun/blueprint/views/spatial2d.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/views/spatial3d.fbs b/crates/store/re_types/definitions/rerun/blueprint/views/spatial3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/views/spatial3d.fbs rename to crates/store/re_types/definitions/rerun/blueprint/views/spatial3d.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/views/tensor.fbs b/crates/store/re_types/definitions/rerun/blueprint/views/tensor.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/views/tensor.fbs rename to crates/store/re_types/definitions/rerun/blueprint/views/tensor.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/views/text_document.fbs b/crates/store/re_types/definitions/rerun/blueprint/views/text_document.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/views/text_document.fbs rename to crates/store/re_types/definitions/rerun/blueprint/views/text_document.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/views/text_log.fbs b/crates/store/re_types/definitions/rerun/blueprint/views/text_log.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/views/text_log.fbs rename to crates/store/re_types/definitions/rerun/blueprint/views/text_log.fbs diff --git a/crates/re_types/definitions/rerun/blueprint/views/time_series.fbs b/crates/store/re_types/definitions/rerun/blueprint/views/time_series.fbs similarity index 100% rename from crates/re_types/definitions/rerun/blueprint/views/time_series.fbs rename to crates/store/re_types/definitions/rerun/blueprint/views/time_series.fbs diff --git a/crates/re_types/definitions/rerun/components.fbs b/crates/store/re_types/definitions/rerun/components.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components.fbs rename to crates/store/re_types/definitions/rerun/components.fbs diff --git a/crates/re_types/definitions/rerun/components/aggregation_policy.fbs b/crates/store/re_types/definitions/rerun/components/aggregation_policy.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/aggregation_policy.fbs rename to crates/store/re_types/definitions/rerun/components/aggregation_policy.fbs diff --git a/crates/re_types/definitions/rerun/components/annotation_context.fbs b/crates/store/re_types/definitions/rerun/components/annotation_context.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/annotation_context.fbs rename to crates/store/re_types/definitions/rerun/components/annotation_context.fbs diff --git a/crates/re_types/definitions/rerun/components/axis_length.fbs b/crates/store/re_types/definitions/rerun/components/axis_length.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/axis_length.fbs rename to crates/store/re_types/definitions/rerun/components/axis_length.fbs diff --git a/crates/re_types/definitions/rerun/components/blob.fbs b/crates/store/re_types/definitions/rerun/components/blob.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/blob.fbs rename to crates/store/re_types/definitions/rerun/components/blob.fbs diff --git a/crates/re_types/definitions/rerun/components/class_id.fbs b/crates/store/re_types/definitions/rerun/components/class_id.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/class_id.fbs rename to crates/store/re_types/definitions/rerun/components/class_id.fbs diff --git a/crates/re_types/definitions/rerun/components/clear_is_recursive.fbs b/crates/store/re_types/definitions/rerun/components/clear_is_recursive.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/clear_is_recursive.fbs rename to crates/store/re_types/definitions/rerun/components/clear_is_recursive.fbs diff --git a/crates/re_types/definitions/rerun/components/color.fbs b/crates/store/re_types/definitions/rerun/components/color.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/color.fbs rename to crates/store/re_types/definitions/rerun/components/color.fbs diff --git a/crates/re_types/definitions/rerun/components/colormap.fbs b/crates/store/re_types/definitions/rerun/components/colormap.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/colormap.fbs rename to crates/store/re_types/definitions/rerun/components/colormap.fbs diff --git a/crates/re_types/definitions/rerun/components/depth_meter.fbs b/crates/store/re_types/definitions/rerun/components/depth_meter.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/depth_meter.fbs rename to crates/store/re_types/definitions/rerun/components/depth_meter.fbs diff --git a/crates/re_types/definitions/rerun/components/disconnected_space.fbs b/crates/store/re_types/definitions/rerun/components/disconnected_space.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/disconnected_space.fbs rename to crates/store/re_types/definitions/rerun/components/disconnected_space.fbs diff --git a/crates/re_types/definitions/rerun/components/draw_order.fbs b/crates/store/re_types/definitions/rerun/components/draw_order.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/draw_order.fbs rename to crates/store/re_types/definitions/rerun/components/draw_order.fbs diff --git a/crates/re_types/definitions/rerun/components/fill_ratio.fbs b/crates/store/re_types/definitions/rerun/components/fill_ratio.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/fill_ratio.fbs rename to crates/store/re_types/definitions/rerun/components/fill_ratio.fbs diff --git a/crates/re_types/definitions/rerun/components/gamma_correction.fbs b/crates/store/re_types/definitions/rerun/components/gamma_correction.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/gamma_correction.fbs rename to crates/store/re_types/definitions/rerun/components/gamma_correction.fbs diff --git a/crates/re_types/definitions/rerun/components/half_size2d.fbs b/crates/store/re_types/definitions/rerun/components/half_size2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/half_size2d.fbs rename to crates/store/re_types/definitions/rerun/components/half_size2d.fbs diff --git a/crates/re_types/definitions/rerun/components/half_size3d.fbs b/crates/store/re_types/definitions/rerun/components/half_size3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/half_size3d.fbs rename to crates/store/re_types/definitions/rerun/components/half_size3d.fbs diff --git a/crates/re_types/definitions/rerun/components/image_plane_distance.fbs b/crates/store/re_types/definitions/rerun/components/image_plane_distance.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/image_plane_distance.fbs rename to crates/store/re_types/definitions/rerun/components/image_plane_distance.fbs diff --git a/crates/re_types/definitions/rerun/components/keypoint_id.fbs b/crates/store/re_types/definitions/rerun/components/keypoint_id.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/keypoint_id.fbs rename to crates/store/re_types/definitions/rerun/components/keypoint_id.fbs diff --git a/crates/re_types/definitions/rerun/components/line_strip2d.fbs b/crates/store/re_types/definitions/rerun/components/line_strip2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/line_strip2d.fbs rename to crates/store/re_types/definitions/rerun/components/line_strip2d.fbs diff --git a/crates/re_types/definitions/rerun/components/line_strip3d.fbs b/crates/store/re_types/definitions/rerun/components/line_strip3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/line_strip3d.fbs rename to crates/store/re_types/definitions/rerun/components/line_strip3d.fbs diff --git a/crates/re_types/definitions/rerun/components/magnification_filter.fbs b/crates/store/re_types/definitions/rerun/components/magnification_filter.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/magnification_filter.fbs rename to crates/store/re_types/definitions/rerun/components/magnification_filter.fbs diff --git a/crates/re_types/definitions/rerun/components/marker_shape.fbs b/crates/store/re_types/definitions/rerun/components/marker_shape.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/marker_shape.fbs rename to crates/store/re_types/definitions/rerun/components/marker_shape.fbs diff --git a/crates/re_types/definitions/rerun/components/marker_size.fbs b/crates/store/re_types/definitions/rerun/components/marker_size.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/marker_size.fbs rename to crates/store/re_types/definitions/rerun/components/marker_size.fbs diff --git a/crates/re_types/definitions/rerun/components/material.fbs b/crates/store/re_types/definitions/rerun/components/material.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/material.fbs rename to crates/store/re_types/definitions/rerun/components/material.fbs diff --git a/crates/re_types/definitions/rerun/components/media_type.fbs b/crates/store/re_types/definitions/rerun/components/media_type.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/media_type.fbs rename to crates/store/re_types/definitions/rerun/components/media_type.fbs diff --git a/crates/re_types/definitions/rerun/components/name.fbs b/crates/store/re_types/definitions/rerun/components/name.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/name.fbs rename to crates/store/re_types/definitions/rerun/components/name.fbs diff --git a/crates/re_types/definitions/rerun/components/opacity.fbs b/crates/store/re_types/definitions/rerun/components/opacity.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/opacity.fbs rename to crates/store/re_types/definitions/rerun/components/opacity.fbs diff --git a/crates/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs b/crates/store/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs rename to crates/store/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs diff --git a/crates/re_types/definitions/rerun/components/pinhole_projection.fbs b/crates/store/re_types/definitions/rerun/components/pinhole_projection.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/pinhole_projection.fbs rename to crates/store/re_types/definitions/rerun/components/pinhole_projection.fbs diff --git a/crates/re_types/definitions/rerun/components/position2d.fbs b/crates/store/re_types/definitions/rerun/components/position2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/position2d.fbs rename to crates/store/re_types/definitions/rerun/components/position2d.fbs diff --git a/crates/re_types/definitions/rerun/components/position3d.fbs b/crates/store/re_types/definitions/rerun/components/position3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/position3d.fbs rename to crates/store/re_types/definitions/rerun/components/position3d.fbs diff --git a/crates/re_types/definitions/rerun/components/radius.fbs b/crates/store/re_types/definitions/rerun/components/radius.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/radius.fbs rename to crates/store/re_types/definitions/rerun/components/radius.fbs diff --git a/crates/re_types/definitions/rerun/components/range1d.fbs b/crates/store/re_types/definitions/rerun/components/range1d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/range1d.fbs rename to crates/store/re_types/definitions/rerun/components/range1d.fbs diff --git a/crates/re_types/definitions/rerun/components/resolution.fbs b/crates/store/re_types/definitions/rerun/components/resolution.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/resolution.fbs rename to crates/store/re_types/definitions/rerun/components/resolution.fbs diff --git a/crates/re_types/definitions/rerun/components/rotation3d.fbs b/crates/store/re_types/definitions/rerun/components/rotation3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/rotation3d.fbs rename to crates/store/re_types/definitions/rerun/components/rotation3d.fbs diff --git a/crates/re_types/definitions/rerun/components/scalar.fbs b/crates/store/re_types/definitions/rerun/components/scalar.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/scalar.fbs rename to crates/store/re_types/definitions/rerun/components/scalar.fbs diff --git a/crates/re_types/definitions/rerun/components/stroke_width.fbs b/crates/store/re_types/definitions/rerun/components/stroke_width.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/stroke_width.fbs rename to crates/store/re_types/definitions/rerun/components/stroke_width.fbs diff --git a/crates/re_types/definitions/rerun/components/tensor_data.fbs b/crates/store/re_types/definitions/rerun/components/tensor_data.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/tensor_data.fbs rename to crates/store/re_types/definitions/rerun/components/tensor_data.fbs diff --git a/crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs b/crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs rename to crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs diff --git a/crates/re_types/definitions/rerun/components/texcoord2d.fbs b/crates/store/re_types/definitions/rerun/components/texcoord2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/texcoord2d.fbs rename to crates/store/re_types/definitions/rerun/components/texcoord2d.fbs diff --git a/crates/re_types/definitions/rerun/components/text.fbs b/crates/store/re_types/definitions/rerun/components/text.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/text.fbs rename to crates/store/re_types/definitions/rerun/components/text.fbs diff --git a/crates/re_types/definitions/rerun/components/text_log_level.fbs b/crates/store/re_types/definitions/rerun/components/text_log_level.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/text_log_level.fbs rename to crates/store/re_types/definitions/rerun/components/text_log_level.fbs diff --git a/crates/re_types/definitions/rerun/components/transform3d.fbs b/crates/store/re_types/definitions/rerun/components/transform3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/transform3d.fbs rename to crates/store/re_types/definitions/rerun/components/transform3d.fbs diff --git a/crates/re_types/definitions/rerun/components/triangle_indices.fbs b/crates/store/re_types/definitions/rerun/components/triangle_indices.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/triangle_indices.fbs rename to crates/store/re_types/definitions/rerun/components/triangle_indices.fbs diff --git a/crates/re_types/definitions/rerun/components/vector2d.fbs b/crates/store/re_types/definitions/rerun/components/vector2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/vector2d.fbs rename to crates/store/re_types/definitions/rerun/components/vector2d.fbs diff --git a/crates/re_types/definitions/rerun/components/vector3d.fbs b/crates/store/re_types/definitions/rerun/components/vector3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/vector3d.fbs rename to crates/store/re_types/definitions/rerun/components/vector3d.fbs diff --git a/crates/re_types/definitions/rerun/components/view_coordinates.fbs b/crates/store/re_types/definitions/rerun/components/view_coordinates.fbs similarity index 100% rename from crates/re_types/definitions/rerun/components/view_coordinates.fbs rename to crates/store/re_types/definitions/rerun/components/view_coordinates.fbs diff --git a/crates/re_types/definitions/rerun/datatypes.fbs b/crates/store/re_types/definitions/rerun/datatypes.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes.fbs rename to crates/store/re_types/definitions/rerun/datatypes.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/angle.fbs b/crates/store/re_types/definitions/rerun/datatypes/angle.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/angle.fbs rename to crates/store/re_types/definitions/rerun/datatypes/angle.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/annotation_info.fbs b/crates/store/re_types/definitions/rerun/datatypes/annotation_info.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/annotation_info.fbs rename to crates/store/re_types/definitions/rerun/datatypes/annotation_info.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/bool.fbs b/crates/store/re_types/definitions/rerun/datatypes/bool.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/bool.fbs rename to crates/store/re_types/definitions/rerun/datatypes/bool.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/class_description.fbs b/crates/store/re_types/definitions/rerun/datatypes/class_description.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/class_description.fbs rename to crates/store/re_types/definitions/rerun/datatypes/class_description.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs b/crates/store/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs rename to crates/store/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/class_id.fbs b/crates/store/re_types/definitions/rerun/datatypes/class_id.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/class_id.fbs rename to crates/store/re_types/definitions/rerun/datatypes/class_id.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/entity_path.fbs b/crates/store/re_types/definitions/rerun/datatypes/entity_path.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/entity_path.fbs rename to crates/store/re_types/definitions/rerun/datatypes/entity_path.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/float32.fbs b/crates/store/re_types/definitions/rerun/datatypes/float32.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/float32.fbs rename to crates/store/re_types/definitions/rerun/datatypes/float32.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/keypoint_id.fbs b/crates/store/re_types/definitions/rerun/datatypes/keypoint_id.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/keypoint_id.fbs rename to crates/store/re_types/definitions/rerun/datatypes/keypoint_id.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/keypoint_pair.fbs b/crates/store/re_types/definitions/rerun/datatypes/keypoint_pair.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/keypoint_pair.fbs rename to crates/store/re_types/definitions/rerun/datatypes/keypoint_pair.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/mat3x3.fbs b/crates/store/re_types/definitions/rerun/datatypes/mat3x3.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/mat3x3.fbs rename to crates/store/re_types/definitions/rerun/datatypes/mat3x3.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/mat4x4.fbs b/crates/store/re_types/definitions/rerun/datatypes/mat4x4.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/mat4x4.fbs rename to crates/store/re_types/definitions/rerun/datatypes/mat4x4.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/material.fbs b/crates/store/re_types/definitions/rerun/datatypes/material.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/material.fbs rename to crates/store/re_types/definitions/rerun/datatypes/material.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/quaternion.fbs b/crates/store/re_types/definitions/rerun/datatypes/quaternion.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/quaternion.fbs rename to crates/store/re_types/definitions/rerun/datatypes/quaternion.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/range1d.fbs b/crates/store/re_types/definitions/rerun/datatypes/range1d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/range1d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/range1d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/range2d.fbs b/crates/store/re_types/definitions/rerun/datatypes/range2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/range2d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/range2d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/rgba32.fbs b/crates/store/re_types/definitions/rerun/datatypes/rgba32.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/rgba32.fbs rename to crates/store/re_types/definitions/rerun/datatypes/rgba32.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/rotation3d.fbs b/crates/store/re_types/definitions/rerun/datatypes/rotation3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/rotation3d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/rotation3d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs b/crates/store/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs rename to crates/store/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/scale3d.fbs b/crates/store/re_types/definitions/rerun/datatypes/scale3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/scale3d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/scale3d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/tensor_buffer.fbs b/crates/store/re_types/definitions/rerun/datatypes/tensor_buffer.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/tensor_buffer.fbs rename to crates/store/re_types/definitions/rerun/datatypes/tensor_buffer.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/tensor_data.fbs b/crates/store/re_types/definitions/rerun/datatypes/tensor_data.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/tensor_data.fbs rename to crates/store/re_types/definitions/rerun/datatypes/tensor_data.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/tensor_dimension.fbs b/crates/store/re_types/definitions/rerun/datatypes/tensor_dimension.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/tensor_dimension.fbs rename to crates/store/re_types/definitions/rerun/datatypes/tensor_dimension.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs b/crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs rename to crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/time_int.fbs b/crates/store/re_types/definitions/rerun/datatypes/time_int.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/time_int.fbs rename to crates/store/re_types/definitions/rerun/datatypes/time_int.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/transform3d.fbs b/crates/store/re_types/definitions/rerun/datatypes/transform3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/transform3d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/transform3d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs b/crates/store/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs rename to crates/store/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs b/crates/store/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/uint32.fbs b/crates/store/re_types/definitions/rerun/datatypes/uint32.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/uint32.fbs rename to crates/store/re_types/definitions/rerun/datatypes/uint32.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/uint64.fbs b/crates/store/re_types/definitions/rerun/datatypes/uint64.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/uint64.fbs rename to crates/store/re_types/definitions/rerun/datatypes/uint64.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/utf8.fbs b/crates/store/re_types/definitions/rerun/datatypes/utf8.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/utf8.fbs rename to crates/store/re_types/definitions/rerun/datatypes/utf8.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/uuid.fbs b/crates/store/re_types/definitions/rerun/datatypes/uuid.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/uuid.fbs rename to crates/store/re_types/definitions/rerun/datatypes/uuid.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/uvec2d.fbs b/crates/store/re_types/definitions/rerun/datatypes/uvec2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/uvec2d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/uvec2d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/uvec3d.fbs b/crates/store/re_types/definitions/rerun/datatypes/uvec3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/uvec3d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/uvec3d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/uvec4d.fbs b/crates/store/re_types/definitions/rerun/datatypes/uvec4d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/uvec4d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/uvec4d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/vec2d.fbs b/crates/store/re_types/definitions/rerun/datatypes/vec2d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/vec2d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/vec2d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/vec3d.fbs b/crates/store/re_types/definitions/rerun/datatypes/vec3d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/vec3d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/vec3d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/vec4d.fbs b/crates/store/re_types/definitions/rerun/datatypes/vec4d.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/vec4d.fbs rename to crates/store/re_types/definitions/rerun/datatypes/vec4d.fbs diff --git a/crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs b/crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs similarity index 100% rename from crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs rename to crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs diff --git a/crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs b/crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs similarity index 100% rename from crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs rename to crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs diff --git a/crates/re_types/definitions/rerun/testing/components/enum_test.fbs b/crates/store/re_types/definitions/rerun/testing/components/enum_test.fbs similarity index 100% rename from crates/re_types/definitions/rerun/testing/components/enum_test.fbs rename to crates/store/re_types/definitions/rerun/testing/components/enum_test.fbs diff --git a/crates/re_types/definitions/rerun/testing/components/fuzzy.fbs b/crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs similarity index 100% rename from crates/re_types/definitions/rerun/testing/components/fuzzy.fbs rename to crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs diff --git a/crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs b/crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs similarity index 100% rename from crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs rename to crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs diff --git a/crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs b/crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs similarity index 100% rename from crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs rename to crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs diff --git a/crates/re_types/definitions/rerun/unit_type.fbs b/crates/store/re_types/definitions/rerun/unit_type.fbs similarity index 100% rename from crates/re_types/definitions/rerun/unit_type.fbs rename to crates/store/re_types/definitions/rerun/unit_type.fbs diff --git a/crates/re_types/definitions/rust/attributes.fbs b/crates/store/re_types/definitions/rust/attributes.fbs similarity index 96% rename from crates/re_types/definitions/rust/attributes.fbs rename to crates/store/re_types/definitions/rust/attributes.fbs index 65353021fc2c..9f6c1145f021 100644 --- a/crates/re_types/definitions/rust/attributes.fbs +++ b/crates/store/re_types/definitions/rust/attributes.fbs @@ -39,7 +39,7 @@ attribute "attr.rust.new_pub_crate"; /// /// Everything else works the same, include how module names are derived: e.g. if you define /// an object of kind `Blueprint` with `attr.rust.override_crate=re_viewport`, the final -/// object will be generated in `crates/re_viewport/src/blueprint`. +/// object will be generated in `re_viewport/src/blueprint`. attribute "attr.rust.override_crate"; /// Specify on an archetype to opt-in into generating `ArchetypeFieldInfo` for all fields. diff --git a/crates/re_types/src/archetypes/.gitattributes b/crates/store/re_types/src/archetypes/.gitattributes similarity index 92% rename from crates/re_types/src/archetypes/.gitattributes rename to crates/store/re_types/src/archetypes/.gitattributes index cc96164742f4..56544ae96577 100644 --- a/crates/re_types/src/archetypes/.gitattributes +++ b/crates/store/re_types/src/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true annotation_context.rs linguist-generated=true diff --git a/crates/re_types/src/archetypes/annotation_context.rs b/crates/store/re_types/src/archetypes/annotation_context.rs similarity index 97% rename from crates/re_types/src/archetypes/annotation_context.rs rename to crates/store/re_types/src/archetypes/annotation_context.rs index c0293caa6b04..4d587f7590d1 100644 --- a/crates/re_types/src/archetypes/annotation_context.rs +++ b/crates/store/re_types/src/archetypes/annotation_context.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/annotation_context.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/annotation_context.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/arrows2d.rs b/crates/store/re_types/src/archetypes/arrows2d.rs similarity index 98% rename from crates/re_types/src/archetypes/arrows2d.rs rename to crates/store/re_types/src/archetypes/arrows2d.rs index d7698ee672b0..14433d60c6e8 100644 --- a/crates/re_types/src/archetypes/arrows2d.rs +++ b/crates/store/re_types/src/archetypes/arrows2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/arrows2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/arrows2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/arrows2d_ext.rs b/crates/store/re_types/src/archetypes/arrows2d_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/arrows2d_ext.rs rename to crates/store/re_types/src/archetypes/arrows2d_ext.rs diff --git a/crates/re_types/src/archetypes/arrows3d.rs b/crates/store/re_types/src/archetypes/arrows3d.rs similarity index 98% rename from crates/re_types/src/archetypes/arrows3d.rs rename to crates/store/re_types/src/archetypes/arrows3d.rs index 603fee33f769..88c6404c8681 100644 --- a/crates/re_types/src/archetypes/arrows3d.rs +++ b/crates/store/re_types/src/archetypes/arrows3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/arrows3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/arrows3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/arrows3d_ext.rs b/crates/store/re_types/src/archetypes/arrows3d_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/arrows3d_ext.rs rename to crates/store/re_types/src/archetypes/arrows3d_ext.rs diff --git a/crates/re_types/src/archetypes/asset3d.rs b/crates/store/re_types/src/archetypes/asset3d.rs similarity index 98% rename from crates/re_types/src/archetypes/asset3d.rs rename to crates/store/re_types/src/archetypes/asset3d.rs index 54ed02dcd7e4..87ade2cceb39 100644 --- a/crates/re_types/src/archetypes/asset3d.rs +++ b/crates/store/re_types/src/archetypes/asset3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/asset3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/asset3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/asset3d_ext.rs b/crates/store/re_types/src/archetypes/asset3d_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/asset3d_ext.rs rename to crates/store/re_types/src/archetypes/asset3d_ext.rs diff --git a/crates/re_types/src/archetypes/bar_chart.rs b/crates/store/re_types/src/archetypes/bar_chart.rs similarity index 97% rename from crates/re_types/src/archetypes/bar_chart.rs rename to crates/store/re_types/src/archetypes/bar_chart.rs index 263c89efdf2a..a355dc9de7f5 100644 --- a/crates/re_types/src/archetypes/bar_chart.rs +++ b/crates/store/re_types/src/archetypes/bar_chart.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/bar_chart.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/bar_chart.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/boxes2d.rs b/crates/store/re_types/src/archetypes/boxes2d.rs similarity index 98% rename from crates/re_types/src/archetypes/boxes2d.rs rename to crates/store/re_types/src/archetypes/boxes2d.rs index 8e71c8f065ff..c1ba30c75c22 100644 --- a/crates/re_types/src/archetypes/boxes2d.rs +++ b/crates/store/re_types/src/archetypes/boxes2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/boxes2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/boxes2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/boxes2d_ext.rs b/crates/store/re_types/src/archetypes/boxes2d_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/boxes2d_ext.rs rename to crates/store/re_types/src/archetypes/boxes2d_ext.rs diff --git a/crates/re_types/src/archetypes/boxes3d.rs b/crates/store/re_types/src/archetypes/boxes3d.rs similarity index 98% rename from crates/re_types/src/archetypes/boxes3d.rs rename to crates/store/re_types/src/archetypes/boxes3d.rs index d739a2382896..4446839ba431 100644 --- a/crates/re_types/src/archetypes/boxes3d.rs +++ b/crates/store/re_types/src/archetypes/boxes3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/boxes3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/boxes3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/boxes3d_ext.rs b/crates/store/re_types/src/archetypes/boxes3d_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/boxes3d_ext.rs rename to crates/store/re_types/src/archetypes/boxes3d_ext.rs diff --git a/crates/re_types/src/archetypes/depth_image.rs b/crates/store/re_types/src/archetypes/depth_image.rs similarity index 98% rename from crates/re_types/src/archetypes/depth_image.rs rename to crates/store/re_types/src/archetypes/depth_image.rs index 198f05927674..e3350a057d31 100644 --- a/crates/re_types/src/archetypes/depth_image.rs +++ b/crates/store/re_types/src/archetypes/depth_image.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/depth_image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/depth_image.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/depth_image_ext.rs b/crates/store/re_types/src/archetypes/depth_image_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/depth_image_ext.rs rename to crates/store/re_types/src/archetypes/depth_image_ext.rs diff --git a/crates/re_types/src/archetypes/disconnected_space.rs b/crates/store/re_types/src/archetypes/disconnected_space.rs similarity index 97% rename from crates/re_types/src/archetypes/disconnected_space.rs rename to crates/store/re_types/src/archetypes/disconnected_space.rs index 1751d0120f48..1973688e440d 100644 --- a/crates/re_types/src/archetypes/disconnected_space.rs +++ b/crates/store/re_types/src/archetypes/disconnected_space.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/disconnected_space.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/disconnected_space.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/image.rs b/crates/store/re_types/src/archetypes/image.rs similarity index 98% rename from crates/re_types/src/archetypes/image.rs rename to crates/store/re_types/src/archetypes/image.rs index 993ea2aa403a..56d7ad193466 100644 --- a/crates/re_types/src/archetypes/image.rs +++ b/crates/store/re_types/src/archetypes/image.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/image.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/image_ext.rs b/crates/store/re_types/src/archetypes/image_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/image_ext.rs rename to crates/store/re_types/src/archetypes/image_ext.rs diff --git a/crates/re_types/src/archetypes/line_strips2d.rs b/crates/store/re_types/src/archetypes/line_strips2d.rs similarity index 98% rename from crates/re_types/src/archetypes/line_strips2d.rs rename to crates/store/re_types/src/archetypes/line_strips2d.rs index 496269ff607d..08424eb29ea0 100644 --- a/crates/re_types/src/archetypes/line_strips2d.rs +++ b/crates/store/re_types/src/archetypes/line_strips2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/line_strips2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/line_strips2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/line_strips3d.rs b/crates/store/re_types/src/archetypes/line_strips3d.rs similarity index 98% rename from crates/re_types/src/archetypes/line_strips3d.rs rename to crates/store/re_types/src/archetypes/line_strips3d.rs index bc327b26613c..d5031c85312f 100644 --- a/crates/re_types/src/archetypes/line_strips3d.rs +++ b/crates/store/re_types/src/archetypes/line_strips3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/line_strips3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/line_strips3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/mesh3d.rs b/crates/store/re_types/src/archetypes/mesh3d.rs similarity index 98% rename from crates/re_types/src/archetypes/mesh3d.rs rename to crates/store/re_types/src/archetypes/mesh3d.rs index 56673fda9910..594ba25a0445 100644 --- a/crates/re_types/src/archetypes/mesh3d.rs +++ b/crates/store/re_types/src/archetypes/mesh3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/mesh3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/mesh3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/mesh3d_ext.rs b/crates/store/re_types/src/archetypes/mesh3d_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/mesh3d_ext.rs rename to crates/store/re_types/src/archetypes/mesh3d_ext.rs diff --git a/crates/re_types/src/archetypes/mod.rs b/crates/store/re_types/src/archetypes/mod.rs similarity index 94% rename from crates/re_types/src/archetypes/mod.rs rename to crates/store/re_types/src/archetypes/mod.rs index 6ce5a6ebc872..a29b3b0e4e24 100644 --- a/crates/re_types/src/archetypes/mod.rs +++ b/crates/store/re_types/src/archetypes/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod annotation_context; mod arrows2d; diff --git a/crates/re_types/src/archetypes/pinhole.rs b/crates/store/re_types/src/archetypes/pinhole.rs similarity index 98% rename from crates/re_types/src/archetypes/pinhole.rs rename to crates/store/re_types/src/archetypes/pinhole.rs index 76176aee8761..85348c8402f4 100644 --- a/crates/re_types/src/archetypes/pinhole.rs +++ b/crates/store/re_types/src/archetypes/pinhole.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/pinhole.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/pinhole.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/pinhole_ext.rs b/crates/store/re_types/src/archetypes/pinhole_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/pinhole_ext.rs rename to crates/store/re_types/src/archetypes/pinhole_ext.rs diff --git a/crates/re_types/src/archetypes/points2d.rs b/crates/store/re_types/src/archetypes/points2d.rs similarity index 99% rename from crates/re_types/src/archetypes/points2d.rs rename to crates/store/re_types/src/archetypes/points2d.rs index 5cc455fed0d8..1dc97a0843ef 100644 --- a/crates/re_types/src/archetypes/points2d.rs +++ b/crates/store/re_types/src/archetypes/points2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/points2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/points2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/points3d.rs b/crates/store/re_types/src/archetypes/points3d.rs similarity index 98% rename from crates/re_types/src/archetypes/points3d.rs rename to crates/store/re_types/src/archetypes/points3d.rs index f625452564f9..520abdf0c852 100644 --- a/crates/re_types/src/archetypes/points3d.rs +++ b/crates/store/re_types/src/archetypes/points3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/points3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/points3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/points3d_ext.rs b/crates/store/re_types/src/archetypes/points3d_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/points3d_ext.rs rename to crates/store/re_types/src/archetypes/points3d_ext.rs diff --git a/crates/re_types/src/archetypes/scalar.rs b/crates/store/re_types/src/archetypes/scalar.rs similarity index 97% rename from crates/re_types/src/archetypes/scalar.rs rename to crates/store/re_types/src/archetypes/scalar.rs index 13f944676e39..2f4856eaccd5 100644 --- a/crates/re_types/src/archetypes/scalar.rs +++ b/crates/store/re_types/src/archetypes/scalar.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/scalar.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/scalar.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/segmentation_image.rs b/crates/store/re_types/src/archetypes/segmentation_image.rs similarity index 98% rename from crates/re_types/src/archetypes/segmentation_image.rs rename to crates/store/re_types/src/archetypes/segmentation_image.rs index c0930869db2a..4270aa916bd5 100644 --- a/crates/re_types/src/archetypes/segmentation_image.rs +++ b/crates/store/re_types/src/archetypes/segmentation_image.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/segmentation_image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/segmentation_image.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/segmentation_image_ext.rs b/crates/store/re_types/src/archetypes/segmentation_image_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/segmentation_image_ext.rs rename to crates/store/re_types/src/archetypes/segmentation_image_ext.rs diff --git a/crates/re_types/src/archetypes/series_line.rs b/crates/store/re_types/src/archetypes/series_line.rs similarity index 98% rename from crates/re_types/src/archetypes/series_line.rs rename to crates/store/re_types/src/archetypes/series_line.rs index 52475172b5ae..b55bda2cfa31 100644 --- a/crates/re_types/src/archetypes/series_line.rs +++ b/crates/store/re_types/src/archetypes/series_line.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/series_line.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/series_line.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/series_point.rs b/crates/store/re_types/src/archetypes/series_point.rs similarity index 98% rename from crates/re_types/src/archetypes/series_point.rs rename to crates/store/re_types/src/archetypes/series_point.rs index bc19186fd840..96093a974ca8 100644 --- a/crates/re_types/src/archetypes/series_point.rs +++ b/crates/store/re_types/src/archetypes/series_point.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/series_point.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/series_point.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/tensor.rs b/crates/store/re_types/src/archetypes/tensor.rs similarity index 97% rename from crates/re_types/src/archetypes/tensor.rs rename to crates/store/re_types/src/archetypes/tensor.rs index 26398dfe5024..ce31819578ae 100644 --- a/crates/re_types/src/archetypes/tensor.rs +++ b/crates/store/re_types/src/archetypes/tensor.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/tensor.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/tensor.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/tensor_ext.rs b/crates/store/re_types/src/archetypes/tensor_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/tensor_ext.rs rename to crates/store/re_types/src/archetypes/tensor_ext.rs diff --git a/crates/re_types/src/archetypes/text_document.rs b/crates/store/re_types/src/archetypes/text_document.rs similarity index 97% rename from crates/re_types/src/archetypes/text_document.rs rename to crates/store/re_types/src/archetypes/text_document.rs index 748a63ae86c2..7dc7867faa9b 100644 --- a/crates/re_types/src/archetypes/text_document.rs +++ b/crates/store/re_types/src/archetypes/text_document.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/text_document.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/text_document.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/text_document_ext.rs b/crates/store/re_types/src/archetypes/text_document_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/text_document_ext.rs rename to crates/store/re_types/src/archetypes/text_document_ext.rs diff --git a/crates/re_types/src/archetypes/text_log.rs b/crates/store/re_types/src/archetypes/text_log.rs similarity index 97% rename from crates/re_types/src/archetypes/text_log.rs rename to crates/store/re_types/src/archetypes/text_log.rs index a104e9def72f..8c41146837ad 100644 --- a/crates/re_types/src/archetypes/text_log.rs +++ b/crates/store/re_types/src/archetypes/text_log.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/text_log.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/text_log.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/transform3d.rs b/crates/store/re_types/src/archetypes/transform3d.rs similarity index 97% rename from crates/re_types/src/archetypes/transform3d.rs rename to crates/store/re_types/src/archetypes/transform3d.rs index 5cc69cdb91cf..5318fbb48a29 100644 --- a/crates/re_types/src/archetypes/transform3d.rs +++ b/crates/store/re_types/src/archetypes/transform3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/transform3d_ext.rs b/crates/store/re_types/src/archetypes/transform3d_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/transform3d_ext.rs rename to crates/store/re_types/src/archetypes/transform3d_ext.rs diff --git a/crates/re_types/src/archetypes/view_coordinates.rs b/crates/store/re_types/src/archetypes/view_coordinates.rs similarity index 97% rename from crates/re_types/src/archetypes/view_coordinates.rs rename to crates/store/re_types/src/archetypes/view_coordinates.rs index 2f0c9d743612..fb8d6f297c28 100644 --- a/crates/re_types/src/archetypes/view_coordinates.rs +++ b/crates/store/re_types/src/archetypes/view_coordinates.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/view_coordinates.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/view_coordinates.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/archetypes/view_coordinates_ext.rs b/crates/store/re_types/src/archetypes/view_coordinates_ext.rs similarity index 100% rename from crates/re_types/src/archetypes/view_coordinates_ext.rs rename to crates/store/re_types/src/archetypes/view_coordinates_ext.rs diff --git a/crates/re_types/src/blueprint/archetypes/.gitattributes b/crates/store/re_types/src/blueprint/archetypes/.gitattributes similarity index 86% rename from crates/re_types/src/blueprint/archetypes/.gitattributes rename to crates/store/re_types/src/blueprint/archetypes/.gitattributes index 38465ff3be59..6501c56053ed 100644 --- a/crates/re_types/src/blueprint/archetypes/.gitattributes +++ b/crates/store/re_types/src/blueprint/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true background.rs linguist-generated=true diff --git a/crates/re_types/src/blueprint/archetypes/background.rs b/crates/store/re_types/src/blueprint/archetypes/background.rs similarity index 96% rename from crates/re_types/src/blueprint/archetypes/background.rs rename to crates/store/re_types/src/blueprint/archetypes/background.rs index e71ff33197d8..1d8a9924ae0d 100644 --- a/crates/re_types/src/blueprint/archetypes/background.rs +++ b/crates/store/re_types/src/blueprint/archetypes/background.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/background.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/background.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/mod.rs b/crates/store/re_types/src/blueprint/archetypes/mod.rs similarity index 87% rename from crates/re_types/src/blueprint/archetypes/mod.rs rename to crates/store/re_types/src/blueprint/archetypes/mod.rs index c5679998de8e..c1ae16766e61 100644 --- a/crates/re_types/src/blueprint/archetypes/mod.rs +++ b/crates/store/re_types/src/blueprint/archetypes/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod background; mod plot_legend; diff --git a/crates/re_types/src/blueprint/archetypes/plot_legend.rs b/crates/store/re_types/src/blueprint/archetypes/plot_legend.rs similarity index 97% rename from crates/re_types/src/blueprint/archetypes/plot_legend.rs rename to crates/store/re_types/src/blueprint/archetypes/plot_legend.rs index a6593ce05532..9476755fb4ac 100644 --- a/crates/re_types/src/blueprint/archetypes/plot_legend.rs +++ b/crates/store/re_types/src/blueprint/archetypes/plot_legend.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/scalar_axis.rs b/crates/store/re_types/src/blueprint/archetypes/scalar_axis.rs similarity index 97% rename from crates/re_types/src/blueprint/archetypes/scalar_axis.rs rename to crates/store/re_types/src/blueprint/archetypes/scalar_axis.rs index 265377a559ad..b731fb736cb9 100644 --- a/crates/re_types/src/blueprint/archetypes/scalar_axis.rs +++ b/crates/store/re_types/src/blueprint/archetypes/scalar_axis.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/space_view_blueprint.rs b/crates/store/re_types/src/blueprint/archetypes/space_view_blueprint.rs similarity index 97% rename from crates/re_types/src/blueprint/archetypes/space_view_blueprint.rs rename to crates/store/re_types/src/blueprint/archetypes/space_view_blueprint.rs index 52eefdbd1847..008b01251396 100644 --- a/crates/re_types/src/blueprint/archetypes/space_view_blueprint.rs +++ b/crates/store/re_types/src/blueprint/archetypes/space_view_blueprint.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/space_view_contents.rs b/crates/store/re_types/src/blueprint/archetypes/space_view_contents.rs similarity index 97% rename from crates/re_types/src/blueprint/archetypes/space_view_contents.rs rename to crates/store/re_types/src/blueprint/archetypes/space_view_contents.rs index 7bcff107da4d..8e5a26283363 100644 --- a/crates/re_types/src/blueprint/archetypes/space_view_contents.rs +++ b/crates/store/re_types/src/blueprint/archetypes/space_view_contents.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/tensor_scalar_mapping.rs b/crates/store/re_types/src/blueprint/archetypes/tensor_scalar_mapping.rs similarity index 97% rename from crates/re_types/src/blueprint/archetypes/tensor_scalar_mapping.rs rename to crates/store/re_types/src/blueprint/archetypes/tensor_scalar_mapping.rs index d4f1d2f9fece..3192b0a4a708 100644 --- a/crates/re_types/src/blueprint/archetypes/tensor_scalar_mapping.rs +++ b/crates/store/re_types/src/blueprint/archetypes/tensor_scalar_mapping.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/tensor_slice_selection.rs b/crates/store/re_types/src/blueprint/archetypes/tensor_slice_selection.rs similarity index 98% rename from crates/re_types/src/blueprint/archetypes/tensor_slice_selection.rs rename to crates/store/re_types/src/blueprint/archetypes/tensor_slice_selection.rs index e830e5afcda4..5b07c992f7be 100644 --- a/crates/re_types/src/blueprint/archetypes/tensor_slice_selection.rs +++ b/crates/store/re_types/src/blueprint/archetypes/tensor_slice_selection.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/tensor_view_fit.rs b/crates/store/re_types/src/blueprint/archetypes/tensor_view_fit.rs similarity index 96% rename from crates/re_types/src/blueprint/archetypes/tensor_view_fit.rs rename to crates/store/re_types/src/blueprint/archetypes/tensor_view_fit.rs index 871924078461..4fd0a891add6 100644 --- a/crates/re_types/src/blueprint/archetypes/tensor_view_fit.rs +++ b/crates/store/re_types/src/blueprint/archetypes/tensor_view_fit.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/visible_time_ranges.rs b/crates/store/re_types/src/blueprint/archetypes/visible_time_ranges.rs similarity index 96% rename from crates/re_types/src/blueprint/archetypes/visible_time_ranges.rs rename to crates/store/re_types/src/blueprint/archetypes/visible_time_ranges.rs index cc4be3df6c79..3ec284b4a802 100644 --- a/crates/re_types/src/blueprint/archetypes/visible_time_ranges.rs +++ b/crates/store/re_types/src/blueprint/archetypes/visible_time_ranges.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/archetypes/visible_time_ranges_ext.rs b/crates/store/re_types/src/blueprint/archetypes/visible_time_ranges_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/archetypes/visible_time_ranges_ext.rs rename to crates/store/re_types/src/blueprint/archetypes/visible_time_ranges_ext.rs diff --git a/crates/re_types/src/blueprint/archetypes/visual_bounds2d.rs b/crates/store/re_types/src/blueprint/archetypes/visual_bounds2d.rs similarity index 96% rename from crates/re_types/src/blueprint/archetypes/visual_bounds2d.rs rename to crates/store/re_types/src/blueprint/archetypes/visual_bounds2d.rs index ca494a065bef..ffd025e6b21a 100644 --- a/crates/re_types/src/blueprint/archetypes/visual_bounds2d.rs +++ b/crates/store/re_types/src/blueprint/archetypes/visual_bounds2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/.gitattributes b/crates/store/re_types/src/blueprint/components/.gitattributes similarity index 91% rename from crates/re_types/src/blueprint/components/.gitattributes rename to crates/store/re_types/src/blueprint/components/.gitattributes index 5be1ca84a07a..6a9874206ded 100644 --- a/crates/re_types/src/blueprint/components/.gitattributes +++ b/crates/store/re_types/src/blueprint/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true active_tab.rs linguist-generated=true diff --git a/crates/re_types/src/blueprint/components/active_tab.rs b/crates/store/re_types/src/blueprint/components/active_tab.rs similarity index 93% rename from crates/re_types/src/blueprint/components/active_tab.rs rename to crates/store/re_types/src/blueprint/components/active_tab.rs index 8a75e3b0daee..ae4f5b55b5c7 100644 --- a/crates/re_types/src/blueprint/components/active_tab.rs +++ b/crates/store/re_types/src/blueprint/components/active_tab.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/active_tab.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/active_tab.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/background_kind.rs b/crates/store/re_types/src/blueprint/components/background_kind.rs similarity index 96% rename from crates/re_types/src/blueprint/components/background_kind.rs rename to crates/store/re_types/src/blueprint/components/background_kind.rs index ef824181dd3d..d3afc54a0b2a 100644 --- a/crates/re_types/src/blueprint/components/background_kind.rs +++ b/crates/store/re_types/src/blueprint/components/background_kind.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/background_kind.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/background_kind.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/column_share.rs b/crates/store/re_types/src/blueprint/components/column_share.rs similarity index 96% rename from crates/re_types/src/blueprint/components/column_share.rs rename to crates/store/re_types/src/blueprint/components/column_share.rs index 831453de30d4..213867a30a13 100644 --- a/crates/re_types/src/blueprint/components/column_share.rs +++ b/crates/store/re_types/src/blueprint/components/column_share.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/column_share.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/column_share.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/corner2d.rs b/crates/store/re_types/src/blueprint/components/corner2d.rs similarity index 96% rename from crates/re_types/src/blueprint/components/corner2d.rs rename to crates/store/re_types/src/blueprint/components/corner2d.rs index dcaabb727fdf..68997b3cf957 100644 --- a/crates/re_types/src/blueprint/components/corner2d.rs +++ b/crates/store/re_types/src/blueprint/components/corner2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/corner_2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/corner_2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/corner2d_ext.rs b/crates/store/re_types/src/blueprint/components/corner2d_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/corner2d_ext.rs rename to crates/store/re_types/src/blueprint/components/corner2d_ext.rs diff --git a/crates/re_types/src/blueprint/components/included_content.rs b/crates/store/re_types/src/blueprint/components/included_content.rs similarity index 93% rename from crates/re_types/src/blueprint/components/included_content.rs rename to crates/store/re_types/src/blueprint/components/included_content.rs index 36d20430157a..d92d8e73044d 100644 --- a/crates/re_types/src/blueprint/components/included_content.rs +++ b/crates/store/re_types/src/blueprint/components/included_content.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/included_content.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/included_content.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/interactive.rs b/crates/store/re_types/src/blueprint/components/interactive.rs similarity index 93% rename from crates/re_types/src/blueprint/components/interactive.rs rename to crates/store/re_types/src/blueprint/components/interactive.rs index 58c5132513eb..4c8027b42ea1 100644 --- a/crates/re_types/src/blueprint/components/interactive.rs +++ b/crates/store/re_types/src/blueprint/components/interactive.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/interactive.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/interactive.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/interactive_ext.rs b/crates/store/re_types/src/blueprint/components/interactive_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/interactive_ext.rs rename to crates/store/re_types/src/blueprint/components/interactive_ext.rs diff --git a/crates/re_types/src/blueprint/components/lock_range_during_zoom.rs b/crates/store/re_types/src/blueprint/components/lock_range_during_zoom.rs similarity index 93% rename from crates/re_types/src/blueprint/components/lock_range_during_zoom.rs rename to crates/store/re_types/src/blueprint/components/lock_range_during_zoom.rs index 4c6195b43ccf..a65da1a6ba96 100644 --- a/crates/re_types/src/blueprint/components/lock_range_during_zoom.rs +++ b/crates/store/re_types/src/blueprint/components/lock_range_during_zoom.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/mod.rs b/crates/store/re_types/src/blueprint/components/mod.rs similarity index 93% rename from crates/re_types/src/blueprint/components/mod.rs rename to crates/store/re_types/src/blueprint/components/mod.rs index 9ca9a3dbfca9..3389f6f39b39 100644 --- a/crates/re_types/src/blueprint/components/mod.rs +++ b/crates/store/re_types/src/blueprint/components/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod active_tab; mod background_kind; diff --git a/crates/re_types/src/blueprint/components/panel_state.rs b/crates/store/re_types/src/blueprint/components/panel_state.rs similarity index 96% rename from crates/re_types/src/blueprint/components/panel_state.rs rename to crates/store/re_types/src/blueprint/components/panel_state.rs index 200458e6323a..f49397a6840e 100644 --- a/crates/re_types/src/blueprint/components/panel_state.rs +++ b/crates/store/re_types/src/blueprint/components/panel_state.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/panel_state.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/panel_state.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/panel_state_ext.rs b/crates/store/re_types/src/blueprint/components/panel_state_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/panel_state_ext.rs rename to crates/store/re_types/src/blueprint/components/panel_state_ext.rs diff --git a/crates/re_types/src/blueprint/components/query_expression.rs b/crates/store/re_types/src/blueprint/components/query_expression.rs similarity index 94% rename from crates/re_types/src/blueprint/components/query_expression.rs rename to crates/store/re_types/src/blueprint/components/query_expression.rs index bebb3cd8a427..e69f6c9d1889 100644 --- a/crates/re_types/src/blueprint/components/query_expression.rs +++ b/crates/store/re_types/src/blueprint/components/query_expression.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/query_expression.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/query_expression.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/row_share.rs b/crates/store/re_types/src/blueprint/components/row_share.rs similarity index 96% rename from crates/re_types/src/blueprint/components/row_share.rs rename to crates/store/re_types/src/blueprint/components/row_share.rs index 852ea4b6af8a..19e94fae8059 100644 --- a/crates/re_types/src/blueprint/components/row_share.rs +++ b/crates/store/re_types/src/blueprint/components/row_share.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/row_share.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/row_share.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/space_view_class.rs b/crates/store/re_types/src/blueprint/components/space_view_class.rs similarity index 93% rename from crates/re_types/src/blueprint/components/space_view_class.rs rename to crates/store/re_types/src/blueprint/components/space_view_class.rs index 6bbec065b705..65b07b9f2b8d 100644 --- a/crates/re_types/src/blueprint/components/space_view_class.rs +++ b/crates/store/re_types/src/blueprint/components/space_view_class.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_class.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_class.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/space_view_class_ext.rs b/crates/store/re_types/src/blueprint/components/space_view_class_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/space_view_class_ext.rs rename to crates/store/re_types/src/blueprint/components/space_view_class_ext.rs diff --git a/crates/re_types/src/blueprint/components/space_view_origin.rs b/crates/store/re_types/src/blueprint/components/space_view_origin.rs similarity index 93% rename from crates/re_types/src/blueprint/components/space_view_origin.rs rename to crates/store/re_types/src/blueprint/components/space_view_origin.rs index da8b0ec1fc39..8734ced94143 100644 --- a/crates/re_types/src/blueprint/components/space_view_origin.rs +++ b/crates/store/re_types/src/blueprint/components/space_view_origin.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/space_view_origin_ext.rs b/crates/store/re_types/src/blueprint/components/space_view_origin_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/space_view_origin_ext.rs rename to crates/store/re_types/src/blueprint/components/space_view_origin_ext.rs diff --git a/crates/re_types/src/blueprint/components/tensor_dimension_index_slider.rs b/crates/store/re_types/src/blueprint/components/tensor_dimension_index_slider.rs similarity index 94% rename from crates/re_types/src/blueprint/components/tensor_dimension_index_slider.rs rename to crates/store/re_types/src/blueprint/components/tensor_dimension_index_slider.rs index 9414b974aa5c..87115b3fc4dc 100644 --- a/crates/re_types/src/blueprint/components/tensor_dimension_index_slider.rs +++ b/crates/store/re_types/src/blueprint/components/tensor_dimension_index_slider.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/tensor_dimension_index_slider_ext.rs b/crates/store/re_types/src/blueprint/components/tensor_dimension_index_slider_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/tensor_dimension_index_slider_ext.rs rename to crates/store/re_types/src/blueprint/components/tensor_dimension_index_slider_ext.rs diff --git a/crates/re_types/src/blueprint/components/view_fit.rs b/crates/store/re_types/src/blueprint/components/view_fit.rs similarity index 96% rename from crates/re_types/src/blueprint/components/view_fit.rs rename to crates/store/re_types/src/blueprint/components/view_fit.rs index 188c67cecbb9..5696b70c6cf3 100644 --- a/crates/re_types/src/blueprint/components/view_fit.rs +++ b/crates/store/re_types/src/blueprint/components/view_fit.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/view_fit.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/view_fit.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/viewer_recommendation_hash.rs b/crates/store/re_types/src/blueprint/components/viewer_recommendation_hash.rs similarity index 94% rename from crates/re_types/src/blueprint/components/viewer_recommendation_hash.rs rename to crates/store/re_types/src/blueprint/components/viewer_recommendation_hash.rs index b136a02b4476..0c5806b03d56 100644 --- a/crates/re_types/src/blueprint/components/viewer_recommendation_hash.rs +++ b/crates/store/re_types/src/blueprint/components/viewer_recommendation_hash.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/viewer_recommendation_hash_ext.rs b/crates/store/re_types/src/blueprint/components/viewer_recommendation_hash_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/viewer_recommendation_hash_ext.rs rename to crates/store/re_types/src/blueprint/components/viewer_recommendation_hash_ext.rs diff --git a/crates/re_types/src/blueprint/components/visible.rs b/crates/store/re_types/src/blueprint/components/visible.rs similarity index 95% rename from crates/re_types/src/blueprint/components/visible.rs rename to crates/store/re_types/src/blueprint/components/visible.rs index c59abf532065..838e046b9257 100644 --- a/crates/re_types/src/blueprint/components/visible.rs +++ b/crates/store/re_types/src/blueprint/components/visible.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visible.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visible.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/visible_ext.rs b/crates/store/re_types/src/blueprint/components/visible_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/visible_ext.rs rename to crates/store/re_types/src/blueprint/components/visible_ext.rs diff --git a/crates/re_types/src/blueprint/components/visible_time_range.rs b/crates/store/re_types/src/blueprint/components/visible_time_range.rs similarity index 93% rename from crates/re_types/src/blueprint/components/visible_time_range.rs rename to crates/store/re_types/src/blueprint/components/visible_time_range.rs index de8c733a90a7..919c636e6e6b 100644 --- a/crates/re_types/src/blueprint/components/visible_time_range.rs +++ b/crates/store/re_types/src/blueprint/components/visible_time_range.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/visual_bounds2d.rs b/crates/store/re_types/src/blueprint/components/visual_bounds2d.rs similarity index 93% rename from crates/re_types/src/blueprint/components/visual_bounds2d.rs rename to crates/store/re_types/src/blueprint/components/visual_bounds2d.rs index ce22164c267f..8782af2486d7 100644 --- a/crates/re_types/src/blueprint/components/visual_bounds2d.rs +++ b/crates/store/re_types/src/blueprint/components/visual_bounds2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/components/visual_bounds2d_ext.rs b/crates/store/re_types/src/blueprint/components/visual_bounds2d_ext.rs similarity index 100% rename from crates/re_types/src/blueprint/components/visual_bounds2d_ext.rs rename to crates/store/re_types/src/blueprint/components/visual_bounds2d_ext.rs diff --git a/crates/re_types/src/blueprint/datatypes/.gitattributes b/crates/store/re_types/src/blueprint/datatypes/.gitattributes similarity index 60% rename from crates/re_types/src/blueprint/datatypes/.gitattributes rename to crates/store/re_types/src/blueprint/datatypes/.gitattributes index 097fa8db1f35..f4557edfa342 100644 --- a/crates/re_types/src/blueprint/datatypes/.gitattributes +++ b/crates/store/re_types/src/blueprint/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true mod.rs linguist-generated=true diff --git a/crates/re_types/src/blueprint/datatypes/mod.rs b/crates/store/re_types/src/blueprint/datatypes/mod.rs similarity index 51% rename from crates/re_types/src/blueprint/datatypes/mod.rs rename to crates/store/re_types/src/blueprint/datatypes/mod.rs index e2fc68571315..d0dadbc2b6d8 100644 --- a/crates/re_types/src/blueprint/datatypes/mod.rs +++ b/crates/store/re_types/src/blueprint/datatypes/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod tensor_dimension_index_slider; diff --git a/crates/re_types/src/blueprint/datatypes/tensor_dimension_index_slider.rs b/crates/store/re_types/src/blueprint/datatypes/tensor_dimension_index_slider.rs similarity index 97% rename from crates/re_types/src/blueprint/datatypes/tensor_dimension_index_slider.rs rename to crates/store/re_types/src/blueprint/datatypes/tensor_dimension_index_slider.rs index 51b5c5f33e10..8585f0d50a58 100644 --- a/crates/re_types/src/blueprint/datatypes/tensor_dimension_index_slider.rs +++ b/crates/store/re_types/src/blueprint/datatypes/tensor_dimension_index_slider.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/mod.rs b/crates/store/re_types/src/blueprint/mod.rs similarity index 100% rename from crates/re_types/src/blueprint/mod.rs rename to crates/store/re_types/src/blueprint/mod.rs diff --git a/crates/re_types/src/blueprint/views/.gitattributes b/crates/store/re_types/src/blueprint/views/.gitattributes similarity index 81% rename from crates/re_types/src/blueprint/views/.gitattributes rename to crates/store/re_types/src/blueprint/views/.gitattributes index db6bb1f285b3..72c9570d24e2 100644 --- a/crates/re_types/src/blueprint/views/.gitattributes +++ b/crates/store/re_types/src/blueprint/views/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true bar_chart_view.rs linguist-generated=true diff --git a/crates/re_types/src/blueprint/views/bar_chart_view.rs b/crates/store/re_types/src/blueprint/views/bar_chart_view.rs similarity index 91% rename from crates/re_types/src/blueprint/views/bar_chart_view.rs rename to crates/store/re_types/src/blueprint/views/bar_chart_view.rs index 2826abaab836..9be05477731d 100644 --- a/crates/re_types/src/blueprint/views/bar_chart_view.rs +++ b/crates/store/re_types/src/blueprint/views/bar_chart_view.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/views/bar_chart.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/views/bar_chart.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/views/mod.rs b/crates/store/re_types/src/blueprint/views/mod.rs similarity index 81% rename from crates/re_types/src/blueprint/views/mod.rs rename to crates/store/re_types/src/blueprint/views/mod.rs index 3005f11302c0..5ba9a3625be0 100644 --- a/crates/re_types/src/blueprint/views/mod.rs +++ b/crates/store/re_types/src/blueprint/views/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod bar_chart_view; mod spatial2d_view; diff --git a/crates/re_types/src/blueprint/views/spatial2d_view.rs b/crates/store/re_types/src/blueprint/views/spatial2d_view.rs similarity index 91% rename from crates/re_types/src/blueprint/views/spatial2d_view.rs rename to crates/store/re_types/src/blueprint/views/spatial2d_view.rs index fbfcbb5af2d9..dd6178a8fb91 100644 --- a/crates/re_types/src/blueprint/views/spatial2d_view.rs +++ b/crates/store/re_types/src/blueprint/views/spatial2d_view.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/views/spatial2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/views/spatial2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/views/spatial3d_view.rs b/crates/store/re_types/src/blueprint/views/spatial3d_view.rs similarity index 90% rename from crates/re_types/src/blueprint/views/spatial3d_view.rs rename to crates/store/re_types/src/blueprint/views/spatial3d_view.rs index 891ae403893a..7eb491d3334f 100644 --- a/crates/re_types/src/blueprint/views/spatial3d_view.rs +++ b/crates/store/re_types/src/blueprint/views/spatial3d_view.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/views/spatial3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/views/spatial3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/views/tensor_view.rs b/crates/store/re_types/src/blueprint/views/tensor_view.rs similarity index 90% rename from crates/re_types/src/blueprint/views/tensor_view.rs rename to crates/store/re_types/src/blueprint/views/tensor_view.rs index 09709e114e0d..de11c2e91736 100644 --- a/crates/re_types/src/blueprint/views/tensor_view.rs +++ b/crates/store/re_types/src/blueprint/views/tensor_view.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/views/tensor.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/views/tensor.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/views/text_document_view.rs b/crates/store/re_types/src/blueprint/views/text_document_view.rs similarity index 85% rename from crates/re_types/src/blueprint/views/text_document_view.rs rename to crates/store/re_types/src/blueprint/views/text_document_view.rs index 3a7ee832f728..87cc9e1f5f39 100644 --- a/crates/re_types/src/blueprint/views/text_document_view.rs +++ b/crates/store/re_types/src/blueprint/views/text_document_view.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/views/text_document.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/views/text_document.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/views/text_log_view.rs b/crates/store/re_types/src/blueprint/views/text_log_view.rs similarity index 85% rename from crates/re_types/src/blueprint/views/text_log_view.rs rename to crates/store/re_types/src/blueprint/views/text_log_view.rs index 0422740a22aa..8fee622d0de8 100644 --- a/crates/re_types/src/blueprint/views/text_log_view.rs +++ b/crates/store/re_types/src/blueprint/views/text_log_view.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/views/text_log.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/views/text_log.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/blueprint/views/time_series_view.rs b/crates/store/re_types/src/blueprint/views/time_series_view.rs similarity index 91% rename from crates/re_types/src/blueprint/views/time_series_view.rs rename to crates/store/re_types/src/blueprint/views/time_series_view.rs index 96a7bf091fd2..51c5f71a598a 100644 --- a/crates/re_types/src/blueprint/views/time_series_view.rs +++ b/crates/store/re_types/src/blueprint/views/time_series_view.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/views/time_series.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/views/time_series.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/.gitattributes b/crates/store/re_types/src/components/.gitattributes similarity index 95% rename from crates/re_types/src/components/.gitattributes rename to crates/store/re_types/src/components/.gitattributes index a578ca713d34..4443e3b05798 100644 --- a/crates/re_types/src/components/.gitattributes +++ b/crates/store/re_types/src/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true aggregation_policy.rs linguist-generated=true diff --git a/crates/re_types/src/components/aggregation_policy.rs b/crates/store/re_types/src/components/aggregation_policy.rs similarity index 97% rename from crates/re_types/src/components/aggregation_policy.rs rename to crates/store/re_types/src/components/aggregation_policy.rs index 22b4acef4713..999d801da73c 100644 --- a/crates/re_types/src/components/aggregation_policy.rs +++ b/crates/store/re_types/src/components/aggregation_policy.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/aggregation_policy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/aggregation_policy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/annotation_context.rs b/crates/store/re_types/src/components/annotation_context.rs similarity index 97% rename from crates/re_types/src/components/annotation_context.rs rename to crates/store/re_types/src/components/annotation_context.rs index 0b8ea71cae06..5574e1a0628d 100644 --- a/crates/re_types/src/components/annotation_context.rs +++ b/crates/store/re_types/src/components/annotation_context.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/annotation_context.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/annotation_context.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/axis_length.rs b/crates/store/re_types/src/components/axis_length.rs similarity index 94% rename from crates/re_types/src/components/axis_length.rs rename to crates/store/re_types/src/components/axis_length.rs index 6e1252fd7b3b..0b23184a2689 100644 --- a/crates/re_types/src/components/axis_length.rs +++ b/crates/store/re_types/src/components/axis_length.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/axis_length.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/axis_length.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/axis_length_ext.rs b/crates/store/re_types/src/components/axis_length_ext.rs similarity index 100% rename from crates/re_types/src/components/axis_length_ext.rs rename to crates/store/re_types/src/components/axis_length_ext.rs diff --git a/crates/re_types/src/components/blob.rs b/crates/store/re_types/src/components/blob.rs similarity index 97% rename from crates/re_types/src/components/blob.rs rename to crates/store/re_types/src/components/blob.rs index 9b4c9a6c8188..618d4a29a78d 100644 --- a/crates/re_types/src/components/blob.rs +++ b/crates/store/re_types/src/components/blob.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/blob.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/blob.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/blob_ext.rs b/crates/store/re_types/src/components/blob_ext.rs similarity index 100% rename from crates/re_types/src/components/blob_ext.rs rename to crates/store/re_types/src/components/blob_ext.rs diff --git a/crates/re_types/src/components/class_id.rs b/crates/store/re_types/src/components/class_id.rs similarity index 94% rename from crates/re_types/src/components/class_id.rs rename to crates/store/re_types/src/components/class_id.rs index 37fc3626d02e..140bc5db8707 100644 --- a/crates/re_types/src/components/class_id.rs +++ b/crates/store/re_types/src/components/class_id.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/class_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/class_id.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/class_id_ext.rs b/crates/store/re_types/src/components/class_id_ext.rs similarity index 100% rename from crates/re_types/src/components/class_id_ext.rs rename to crates/store/re_types/src/components/class_id_ext.rs diff --git a/crates/re_types/src/components/color.rs b/crates/store/re_types/src/components/color.rs similarity index 94% rename from crates/re_types/src/components/color.rs rename to crates/store/re_types/src/components/color.rs index c1f9aa17b6f7..49eeec45e360 100644 --- a/crates/re_types/src/components/color.rs +++ b/crates/store/re_types/src/components/color.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/color.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/color.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/color_ext.rs b/crates/store/re_types/src/components/color_ext.rs similarity index 100% rename from crates/re_types/src/components/color_ext.rs rename to crates/store/re_types/src/components/color_ext.rs diff --git a/crates/re_types/src/components/colormap.rs b/crates/store/re_types/src/components/colormap.rs similarity index 97% rename from crates/re_types/src/components/colormap.rs rename to crates/store/re_types/src/components/colormap.rs index b8ae0f596f4d..b4e251b65762 100644 --- a/crates/re_types/src/components/colormap.rs +++ b/crates/store/re_types/src/components/colormap.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/colormap.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/colormap.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/depth_meter.rs b/crates/store/re_types/src/components/depth_meter.rs similarity index 96% rename from crates/re_types/src/components/depth_meter.rs rename to crates/store/re_types/src/components/depth_meter.rs index 4daaefa61037..88739534a14a 100644 --- a/crates/re_types/src/components/depth_meter.rs +++ b/crates/store/re_types/src/components/depth_meter.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/depth_meter.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/depth_meter.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/depth_meter_ext.rs b/crates/store/re_types/src/components/depth_meter_ext.rs similarity index 100% rename from crates/re_types/src/components/depth_meter_ext.rs rename to crates/store/re_types/src/components/depth_meter_ext.rs diff --git a/crates/re_types/src/components/disconnected_space.rs b/crates/store/re_types/src/components/disconnected_space.rs similarity index 96% rename from crates/re_types/src/components/disconnected_space.rs rename to crates/store/re_types/src/components/disconnected_space.rs index b54e8e905b8a..347736f105d4 100644 --- a/crates/re_types/src/components/disconnected_space.rs +++ b/crates/store/re_types/src/components/disconnected_space.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/disconnected_space.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/disconnected_space.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/disconnected_space_ext.rs b/crates/store/re_types/src/components/disconnected_space_ext.rs similarity index 100% rename from crates/re_types/src/components/disconnected_space_ext.rs rename to crates/store/re_types/src/components/disconnected_space_ext.rs diff --git a/crates/re_types/src/components/draw_order.rs b/crates/store/re_types/src/components/draw_order.rs similarity index 96% rename from crates/re_types/src/components/draw_order.rs rename to crates/store/re_types/src/components/draw_order.rs index b5035990c0d3..f4b11acc25e4 100644 --- a/crates/re_types/src/components/draw_order.rs +++ b/crates/store/re_types/src/components/draw_order.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/draw_order.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/draw_order.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/draw_order_ext.rs b/crates/store/re_types/src/components/draw_order_ext.rs similarity index 100% rename from crates/re_types/src/components/draw_order_ext.rs rename to crates/store/re_types/src/components/draw_order_ext.rs diff --git a/crates/re_types/src/components/fill_ratio.rs b/crates/store/re_types/src/components/fill_ratio.rs similarity index 94% rename from crates/re_types/src/components/fill_ratio.rs rename to crates/store/re_types/src/components/fill_ratio.rs index 7e59ecf49a5c..b421ca1c06cc 100644 --- a/crates/re_types/src/components/fill_ratio.rs +++ b/crates/store/re_types/src/components/fill_ratio.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/fill_ratio.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/fill_ratio.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/fill_ratio_ext.rs b/crates/store/re_types/src/components/fill_ratio_ext.rs similarity index 100% rename from crates/re_types/src/components/fill_ratio_ext.rs rename to crates/store/re_types/src/components/fill_ratio_ext.rs diff --git a/crates/re_types/src/components/gamma_correction.rs b/crates/store/re_types/src/components/gamma_correction.rs similarity index 94% rename from crates/re_types/src/components/gamma_correction.rs rename to crates/store/re_types/src/components/gamma_correction.rs index e17b6e260938..5b9b3782cc9f 100644 --- a/crates/re_types/src/components/gamma_correction.rs +++ b/crates/store/re_types/src/components/gamma_correction.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/gamma_correction.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/gamma_correction.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/gamma_correction_ext.rs b/crates/store/re_types/src/components/gamma_correction_ext.rs similarity index 100% rename from crates/re_types/src/components/gamma_correction_ext.rs rename to crates/store/re_types/src/components/gamma_correction_ext.rs diff --git a/crates/re_types/src/components/half_size2d.rs b/crates/store/re_types/src/components/half_size2d.rs similarity index 94% rename from crates/re_types/src/components/half_size2d.rs rename to crates/store/re_types/src/components/half_size2d.rs index 6d61efcf03cb..95010eeaeed2 100644 --- a/crates/re_types/src/components/half_size2d.rs +++ b/crates/store/re_types/src/components/half_size2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/half_size2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/half_size2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/half_size2d_ext.rs b/crates/store/re_types/src/components/half_size2d_ext.rs similarity index 100% rename from crates/re_types/src/components/half_size2d_ext.rs rename to crates/store/re_types/src/components/half_size2d_ext.rs diff --git a/crates/re_types/src/components/half_size3d.rs b/crates/store/re_types/src/components/half_size3d.rs similarity index 94% rename from crates/re_types/src/components/half_size3d.rs rename to crates/store/re_types/src/components/half_size3d.rs index be58ce6cc1d4..1720a0d961b3 100644 --- a/crates/re_types/src/components/half_size3d.rs +++ b/crates/store/re_types/src/components/half_size3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/half_size3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/half_size3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/half_size3d_ext.rs b/crates/store/re_types/src/components/half_size3d_ext.rs similarity index 100% rename from crates/re_types/src/components/half_size3d_ext.rs rename to crates/store/re_types/src/components/half_size3d_ext.rs diff --git a/crates/re_types/src/components/image_plane_distance.rs b/crates/store/re_types/src/components/image_plane_distance.rs similarity index 94% rename from crates/re_types/src/components/image_plane_distance.rs rename to crates/store/re_types/src/components/image_plane_distance.rs index 4fcd84e1b091..6992c07a7162 100644 --- a/crates/re_types/src/components/image_plane_distance.rs +++ b/crates/store/re_types/src/components/image_plane_distance.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/image_plane_distance.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/image_plane_distance.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/image_plane_distance_ext.rs b/crates/store/re_types/src/components/image_plane_distance_ext.rs similarity index 100% rename from crates/re_types/src/components/image_plane_distance_ext.rs rename to crates/store/re_types/src/components/image_plane_distance_ext.rs diff --git a/crates/re_types/src/components/keypoint_id.rs b/crates/store/re_types/src/components/keypoint_id.rs similarity index 95% rename from crates/re_types/src/components/keypoint_id.rs rename to crates/store/re_types/src/components/keypoint_id.rs index ed619069ebd6..7c2be2e6e544 100644 --- a/crates/re_types/src/components/keypoint_id.rs +++ b/crates/store/re_types/src/components/keypoint_id.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/keypoint_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/keypoint_id.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/keypoint_id_ext.rs b/crates/store/re_types/src/components/keypoint_id_ext.rs similarity index 100% rename from crates/re_types/src/components/keypoint_id_ext.rs rename to crates/store/re_types/src/components/keypoint_id_ext.rs diff --git a/crates/re_types/src/components/line_strip2d.rs b/crates/store/re_types/src/components/line_strip2d.rs similarity index 98% rename from crates/re_types/src/components/line_strip2d.rs rename to crates/store/re_types/src/components/line_strip2d.rs index eb3518154280..668d8dda0bfd 100644 --- a/crates/re_types/src/components/line_strip2d.rs +++ b/crates/store/re_types/src/components/line_strip2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/line_strip2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/line_strip2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/line_strip2d_ext.rs b/crates/store/re_types/src/components/line_strip2d_ext.rs similarity index 100% rename from crates/re_types/src/components/line_strip2d_ext.rs rename to crates/store/re_types/src/components/line_strip2d_ext.rs diff --git a/crates/re_types/src/components/line_strip3d.rs b/crates/store/re_types/src/components/line_strip3d.rs similarity index 98% rename from crates/re_types/src/components/line_strip3d.rs rename to crates/store/re_types/src/components/line_strip3d.rs index 51944854b849..f4ce40e10dda 100644 --- a/crates/re_types/src/components/line_strip3d.rs +++ b/crates/store/re_types/src/components/line_strip3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/line_strip3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/line_strip3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/line_strip3d_ext.rs b/crates/store/re_types/src/components/line_strip3d_ext.rs similarity index 100% rename from crates/re_types/src/components/line_strip3d_ext.rs rename to crates/store/re_types/src/components/line_strip3d_ext.rs diff --git a/crates/re_types/src/components/magnification_filter.rs b/crates/store/re_types/src/components/magnification_filter.rs similarity index 96% rename from crates/re_types/src/components/magnification_filter.rs rename to crates/store/re_types/src/components/magnification_filter.rs index 594259a16562..dbe02b6ba4d6 100644 --- a/crates/re_types/src/components/magnification_filter.rs +++ b/crates/store/re_types/src/components/magnification_filter.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/magnification_filter.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/magnification_filter.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/marker_shape.rs b/crates/store/re_types/src/components/marker_shape.rs similarity index 97% rename from crates/re_types/src/components/marker_shape.rs rename to crates/store/re_types/src/components/marker_shape.rs index a8e3c13f0d92..9abf3106cbbd 100644 --- a/crates/re_types/src/components/marker_shape.rs +++ b/crates/store/re_types/src/components/marker_shape.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/marker_shape.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/marker_shape.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/marker_shape_ext.rs b/crates/store/re_types/src/components/marker_shape_ext.rs similarity index 100% rename from crates/re_types/src/components/marker_shape_ext.rs rename to crates/store/re_types/src/components/marker_shape_ext.rs diff --git a/crates/re_types/src/components/marker_size.rs b/crates/store/re_types/src/components/marker_size.rs similarity index 96% rename from crates/re_types/src/components/marker_size.rs rename to crates/store/re_types/src/components/marker_size.rs index e59eb61b9142..c8da39c6aa77 100644 --- a/crates/re_types/src/components/marker_size.rs +++ b/crates/store/re_types/src/components/marker_size.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/marker_size.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/marker_size.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/marker_size_ext.rs b/crates/store/re_types/src/components/marker_size_ext.rs similarity index 100% rename from crates/re_types/src/components/marker_size_ext.rs rename to crates/store/re_types/src/components/marker_size_ext.rs diff --git a/crates/re_types/src/components/material.rs b/crates/store/re_types/src/components/material.rs similarity index 94% rename from crates/re_types/src/components/material.rs rename to crates/store/re_types/src/components/material.rs index 14cfc80770dc..8758cb463709 100644 --- a/crates/re_types/src/components/material.rs +++ b/crates/store/re_types/src/components/material.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/material.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/material.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/material_ext.rs b/crates/store/re_types/src/components/material_ext.rs similarity index 100% rename from crates/re_types/src/components/material_ext.rs rename to crates/store/re_types/src/components/material_ext.rs diff --git a/crates/re_types/src/components/media_type.rs b/crates/store/re_types/src/components/media_type.rs similarity index 94% rename from crates/re_types/src/components/media_type.rs rename to crates/store/re_types/src/components/media_type.rs index 689dee5b7abc..cb41f9d2a5f7 100644 --- a/crates/re_types/src/components/media_type.rs +++ b/crates/store/re_types/src/components/media_type.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/media_type.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/media_type.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/media_type_ext.rs b/crates/store/re_types/src/components/media_type_ext.rs similarity index 100% rename from crates/re_types/src/components/media_type_ext.rs rename to crates/store/re_types/src/components/media_type_ext.rs diff --git a/crates/re_types/src/components/mod.rs b/crates/store/re_types/src/components/mod.rs similarity index 97% rename from crates/re_types/src/components/mod.rs rename to crates/store/re_types/src/components/mod.rs index a79c7efbb6bf..da7bdac526fa 100644 --- a/crates/re_types/src/components/mod.rs +++ b/crates/store/re_types/src/components/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod aggregation_policy; mod annotation_context; diff --git a/crates/re_types/src/components/name.rs b/crates/store/re_types/src/components/name.rs similarity index 94% rename from crates/re_types/src/components/name.rs rename to crates/store/re_types/src/components/name.rs index 9fe727960512..594eeaa745fb 100644 --- a/crates/re_types/src/components/name.rs +++ b/crates/store/re_types/src/components/name.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/name.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/name.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/name_ext.rs b/crates/store/re_types/src/components/name_ext.rs similarity index 100% rename from crates/re_types/src/components/name_ext.rs rename to crates/store/re_types/src/components/name_ext.rs diff --git a/crates/re_types/src/components/opacity.rs b/crates/store/re_types/src/components/opacity.rs similarity index 94% rename from crates/re_types/src/components/opacity.rs rename to crates/store/re_types/src/components/opacity.rs index ecb9e141a5ac..f273985c2d79 100644 --- a/crates/re_types/src/components/opacity.rs +++ b/crates/store/re_types/src/components/opacity.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/opacity.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/opacity.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/opacity_ext.rs b/crates/store/re_types/src/components/opacity_ext.rs similarity index 100% rename from crates/re_types/src/components/opacity_ext.rs rename to crates/store/re_types/src/components/opacity_ext.rs diff --git a/crates/re_types/src/components/out_of_tree_transform3d.rs b/crates/store/re_types/src/components/out_of_tree_transform3d.rs similarity index 94% rename from crates/re_types/src/components/out_of_tree_transform3d.rs rename to crates/store/re_types/src/components/out_of_tree_transform3d.rs index f5f22079c3bd..ab1ca3b068cb 100644 --- a/crates/re_types/src/components/out_of_tree_transform3d.rs +++ b/crates/store/re_types/src/components/out_of_tree_transform3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/pinhole_projection.rs b/crates/store/re_types/src/components/pinhole_projection.rs similarity index 94% rename from crates/re_types/src/components/pinhole_projection.rs rename to crates/store/re_types/src/components/pinhole_projection.rs index 8d747876c3db..e0a39b009371 100644 --- a/crates/re_types/src/components/pinhole_projection.rs +++ b/crates/store/re_types/src/components/pinhole_projection.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/pinhole_projection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/pinhole_projection.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/pinhole_projection_ext.rs b/crates/store/re_types/src/components/pinhole_projection_ext.rs similarity index 100% rename from crates/re_types/src/components/pinhole_projection_ext.rs rename to crates/store/re_types/src/components/pinhole_projection_ext.rs diff --git a/crates/re_types/src/components/position2d.rs b/crates/store/re_types/src/components/position2d.rs similarity index 94% rename from crates/re_types/src/components/position2d.rs rename to crates/store/re_types/src/components/position2d.rs index 47648ab0c5ad..458f005edb66 100644 --- a/crates/re_types/src/components/position2d.rs +++ b/crates/store/re_types/src/components/position2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/position2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/position2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/position2d_ext.rs b/crates/store/re_types/src/components/position2d_ext.rs similarity index 100% rename from crates/re_types/src/components/position2d_ext.rs rename to crates/store/re_types/src/components/position2d_ext.rs diff --git a/crates/re_types/src/components/position3d.rs b/crates/store/re_types/src/components/position3d.rs similarity index 94% rename from crates/re_types/src/components/position3d.rs rename to crates/store/re_types/src/components/position3d.rs index 5c8718dbcf83..04346cf26b49 100644 --- a/crates/re_types/src/components/position3d.rs +++ b/crates/store/re_types/src/components/position3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/position3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/position3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/position3d_ext.rs b/crates/store/re_types/src/components/position3d_ext.rs similarity index 100% rename from crates/re_types/src/components/position3d_ext.rs rename to crates/store/re_types/src/components/position3d_ext.rs diff --git a/crates/re_types/src/components/radius.rs b/crates/store/re_types/src/components/radius.rs similarity index 96% rename from crates/re_types/src/components/radius.rs rename to crates/store/re_types/src/components/radius.rs index 989214dab59e..742e5786156b 100644 --- a/crates/re_types/src/components/radius.rs +++ b/crates/store/re_types/src/components/radius.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/radius.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/radius.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/radius_ext.rs b/crates/store/re_types/src/components/radius_ext.rs similarity index 100% rename from crates/re_types/src/components/radius_ext.rs rename to crates/store/re_types/src/components/radius_ext.rs diff --git a/crates/re_types/src/components/range1d.rs b/crates/store/re_types/src/components/range1d.rs similarity index 94% rename from crates/re_types/src/components/range1d.rs rename to crates/store/re_types/src/components/range1d.rs index 5352f23f36b9..b9559677ab7e 100644 --- a/crates/re_types/src/components/range1d.rs +++ b/crates/store/re_types/src/components/range1d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/range1d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/range1d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/range1d_ext.rs b/crates/store/re_types/src/components/range1d_ext.rs similarity index 100% rename from crates/re_types/src/components/range1d_ext.rs rename to crates/store/re_types/src/components/range1d_ext.rs diff --git a/crates/re_types/src/components/resolution.rs b/crates/store/re_types/src/components/resolution.rs similarity index 94% rename from crates/re_types/src/components/resolution.rs rename to crates/store/re_types/src/components/resolution.rs index 535a42232032..e53a361af936 100644 --- a/crates/re_types/src/components/resolution.rs +++ b/crates/store/re_types/src/components/resolution.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/resolution.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/resolution.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/resolution_ext.rs b/crates/store/re_types/src/components/resolution_ext.rs similarity index 100% rename from crates/re_types/src/components/resolution_ext.rs rename to crates/store/re_types/src/components/resolution_ext.rs diff --git a/crates/re_types/src/components/rotation3d.rs b/crates/store/re_types/src/components/rotation3d.rs similarity index 94% rename from crates/re_types/src/components/rotation3d.rs rename to crates/store/re_types/src/components/rotation3d.rs index 10969e009252..9c4b1c19da4c 100644 --- a/crates/re_types/src/components/rotation3d.rs +++ b/crates/store/re_types/src/components/rotation3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/rotation3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/rotation3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/rotation3d_ext.rs b/crates/store/re_types/src/components/rotation3d_ext.rs similarity index 100% rename from crates/re_types/src/components/rotation3d_ext.rs rename to crates/store/re_types/src/components/rotation3d_ext.rs diff --git a/crates/re_types/src/components/scalar.rs b/crates/store/re_types/src/components/scalar.rs similarity index 96% rename from crates/re_types/src/components/scalar.rs rename to crates/store/re_types/src/components/scalar.rs index aed7e3add599..e47e1aa9a90e 100644 --- a/crates/re_types/src/components/scalar.rs +++ b/crates/store/re_types/src/components/scalar.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/scalar.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/scalar.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/scalar_ext.rs b/crates/store/re_types/src/components/scalar_ext.rs similarity index 100% rename from crates/re_types/src/components/scalar_ext.rs rename to crates/store/re_types/src/components/scalar_ext.rs diff --git a/crates/re_types/src/components/stroke_width.rs b/crates/store/re_types/src/components/stroke_width.rs similarity index 96% rename from crates/re_types/src/components/stroke_width.rs rename to crates/store/re_types/src/components/stroke_width.rs index 1c98d9018099..d9e8f77571e4 100644 --- a/crates/re_types/src/components/stroke_width.rs +++ b/crates/store/re_types/src/components/stroke_width.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/stroke_width.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/stroke_width.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/stroke_width_ext.rs b/crates/store/re_types/src/components/stroke_width_ext.rs similarity index 100% rename from crates/re_types/src/components/stroke_width_ext.rs rename to crates/store/re_types/src/components/stroke_width_ext.rs diff --git a/crates/re_types/src/components/tensor_data.rs b/crates/store/re_types/src/components/tensor_data.rs similarity index 95% rename from crates/re_types/src/components/tensor_data.rs rename to crates/store/re_types/src/components/tensor_data.rs index 1de8f78dbc3e..9d3d2dff741b 100644 --- a/crates/re_types/src/components/tensor_data.rs +++ b/crates/store/re_types/src/components/tensor_data.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/tensor_data.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/tensor_data.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/tensor_dimension_index_selection.rs b/crates/store/re_types/src/components/tensor_dimension_index_selection.rs similarity index 94% rename from crates/re_types/src/components/tensor_dimension_index_selection.rs rename to crates/store/re_types/src/components/tensor_dimension_index_selection.rs index a3f30d299dec..9635e4466392 100644 --- a/crates/re_types/src/components/tensor_dimension_index_selection.rs +++ b/crates/store/re_types/src/components/tensor_dimension_index_selection.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/tensor_dimension_index_selection_ext.rs b/crates/store/re_types/src/components/tensor_dimension_index_selection_ext.rs similarity index 100% rename from crates/re_types/src/components/tensor_dimension_index_selection_ext.rs rename to crates/store/re_types/src/components/tensor_dimension_index_selection_ext.rs diff --git a/crates/re_types/src/components/tensor_height_dimension.rs b/crates/store/re_types/src/components/tensor_height_dimension.rs similarity index 94% rename from crates/re_types/src/components/tensor_height_dimension.rs rename to crates/store/re_types/src/components/tensor_height_dimension.rs index 24f8119d19e6..30b2f540c37f 100644 --- a/crates/re_types/src/components/tensor_height_dimension.rs +++ b/crates/store/re_types/src/components/tensor_height_dimension.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/tensor_width_dimension.rs b/crates/store/re_types/src/components/tensor_width_dimension.rs similarity index 94% rename from crates/re_types/src/components/tensor_width_dimension.rs rename to crates/store/re_types/src/components/tensor_width_dimension.rs index 5d1f1cbfbfc1..c6bf8e264f67 100644 --- a/crates/re_types/src/components/tensor_width_dimension.rs +++ b/crates/store/re_types/src/components/tensor_width_dimension.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/texcoord2d.rs b/crates/store/re_types/src/components/texcoord2d.rs similarity index 95% rename from crates/re_types/src/components/texcoord2d.rs rename to crates/store/re_types/src/components/texcoord2d.rs index d48a1dc101a6..69ad88bd9992 100644 --- a/crates/re_types/src/components/texcoord2d.rs +++ b/crates/store/re_types/src/components/texcoord2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/texcoord2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/texcoord2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/texcoord2d_ext.rs b/crates/store/re_types/src/components/texcoord2d_ext.rs similarity index 100% rename from crates/re_types/src/components/texcoord2d_ext.rs rename to crates/store/re_types/src/components/texcoord2d_ext.rs diff --git a/crates/re_types/src/components/text.rs b/crates/store/re_types/src/components/text.rs similarity index 94% rename from crates/re_types/src/components/text.rs rename to crates/store/re_types/src/components/text.rs index 8ed9ff352dcd..f59e6698ed83 100644 --- a/crates/re_types/src/components/text.rs +++ b/crates/store/re_types/src/components/text.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/text.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/text.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/text_ext.rs b/crates/store/re_types/src/components/text_ext.rs similarity index 100% rename from crates/re_types/src/components/text_ext.rs rename to crates/store/re_types/src/components/text_ext.rs diff --git a/crates/re_types/src/components/text_log_level.rs b/crates/store/re_types/src/components/text_log_level.rs similarity index 94% rename from crates/re_types/src/components/text_log_level.rs rename to crates/store/re_types/src/components/text_log_level.rs index fa8081751604..858983822b82 100644 --- a/crates/re_types/src/components/text_log_level.rs +++ b/crates/store/re_types/src/components/text_log_level.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/text_log_level.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/text_log_level.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/text_log_level_ext.rs b/crates/store/re_types/src/components/text_log_level_ext.rs similarity index 100% rename from crates/re_types/src/components/text_log_level_ext.rs rename to crates/store/re_types/src/components/text_log_level_ext.rs diff --git a/crates/re_types/src/components/transform3d.rs b/crates/store/re_types/src/components/transform3d.rs similarity index 94% rename from crates/re_types/src/components/transform3d.rs rename to crates/store/re_types/src/components/transform3d.rs index 5c4bca81e9c7..bfa171adf8d9 100644 --- a/crates/re_types/src/components/transform3d.rs +++ b/crates/store/re_types/src/components/transform3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/transform3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/transform3d_ext.rs b/crates/store/re_types/src/components/transform3d_ext.rs similarity index 100% rename from crates/re_types/src/components/transform3d_ext.rs rename to crates/store/re_types/src/components/transform3d_ext.rs diff --git a/crates/re_types/src/components/triangle_indices.rs b/crates/store/re_types/src/components/triangle_indices.rs similarity index 94% rename from crates/re_types/src/components/triangle_indices.rs rename to crates/store/re_types/src/components/triangle_indices.rs index f9c565d176e5..4e3dc2537c70 100644 --- a/crates/re_types/src/components/triangle_indices.rs +++ b/crates/store/re_types/src/components/triangle_indices.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/triangle_indices.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/triangle_indices.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/triangle_indices_ext.rs b/crates/store/re_types/src/components/triangle_indices_ext.rs similarity index 100% rename from crates/re_types/src/components/triangle_indices_ext.rs rename to crates/store/re_types/src/components/triangle_indices_ext.rs diff --git a/crates/re_types/src/components/vector2d.rs b/crates/store/re_types/src/components/vector2d.rs similarity index 94% rename from crates/re_types/src/components/vector2d.rs rename to crates/store/re_types/src/components/vector2d.rs index 5966687991a4..a46386b7ea93 100644 --- a/crates/re_types/src/components/vector2d.rs +++ b/crates/store/re_types/src/components/vector2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/vector2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/vector2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/vector2d_ext.rs b/crates/store/re_types/src/components/vector2d_ext.rs similarity index 100% rename from crates/re_types/src/components/vector2d_ext.rs rename to crates/store/re_types/src/components/vector2d_ext.rs diff --git a/crates/re_types/src/components/vector3d.rs b/crates/store/re_types/src/components/vector3d.rs similarity index 94% rename from crates/re_types/src/components/vector3d.rs rename to crates/store/re_types/src/components/vector3d.rs index 6434b54f194d..292ce0ac302a 100644 --- a/crates/re_types/src/components/vector3d.rs +++ b/crates/store/re_types/src/components/vector3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/vector3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/vector3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/vector3d_ext.rs b/crates/store/re_types/src/components/vector3d_ext.rs similarity index 100% rename from crates/re_types/src/components/vector3d_ext.rs rename to crates/store/re_types/src/components/vector3d_ext.rs diff --git a/crates/re_types/src/components/view_coordinates.rs b/crates/store/re_types/src/components/view_coordinates.rs similarity index 98% rename from crates/re_types/src/components/view_coordinates.rs rename to crates/store/re_types/src/components/view_coordinates.rs index 0386465643b5..b81efe09d25b 100644 --- a/crates/re_types/src/components/view_coordinates.rs +++ b/crates/store/re_types/src/components/view_coordinates.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/view_coordinates.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/view_coordinates.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/components/view_coordinates_ext.rs b/crates/store/re_types/src/components/view_coordinates_ext.rs similarity index 100% rename from crates/re_types/src/components/view_coordinates_ext.rs rename to crates/store/re_types/src/components/view_coordinates_ext.rs diff --git a/crates/re_types/src/datatypes/.gitattributes b/crates/store/re_types/src/datatypes/.gitattributes similarity index 94% rename from crates/re_types/src/datatypes/.gitattributes rename to crates/store/re_types/src/datatypes/.gitattributes index 5e75b14f580d..afabb7a21d9c 100644 --- a/crates/re_types/src/datatypes/.gitattributes +++ b/crates/store/re_types/src/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true angle.rs linguist-generated=true diff --git a/crates/re_types/src/datatypes/angle.rs b/crates/store/re_types/src/datatypes/angle.rs similarity index 98% rename from crates/re_types/src/datatypes/angle.rs rename to crates/store/re_types/src/datatypes/angle.rs index 704b1c8d32cb..d0c7768eba22 100644 --- a/crates/re_types/src/datatypes/angle.rs +++ b/crates/store/re_types/src/datatypes/angle.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/angle.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/angle.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/angle_ext.rs b/crates/store/re_types/src/datatypes/angle_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/angle_ext.rs rename to crates/store/re_types/src/datatypes/angle_ext.rs diff --git a/crates/re_types/src/datatypes/annotation_info.rs b/crates/store/re_types/src/datatypes/annotation_info.rs similarity index 98% rename from crates/re_types/src/datatypes/annotation_info.rs rename to crates/store/re_types/src/datatypes/annotation_info.rs index ae1dd4571029..c7d3576ce85e 100644 --- a/crates/re_types/src/datatypes/annotation_info.rs +++ b/crates/store/re_types/src/datatypes/annotation_info.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/annotation_info.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/annotation_info.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/annotation_info_ext.rs b/crates/store/re_types/src/datatypes/annotation_info_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/annotation_info_ext.rs rename to crates/store/re_types/src/datatypes/annotation_info_ext.rs diff --git a/crates/re_types/src/datatypes/bool.rs b/crates/store/re_types/src/datatypes/bool.rs similarity index 95% rename from crates/re_types/src/datatypes/bool.rs rename to crates/store/re_types/src/datatypes/bool.rs index 709126507d4b..bd3d45a08dde 100644 --- a/crates/re_types/src/datatypes/bool.rs +++ b/crates/store/re_types/src/datatypes/bool.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/bool.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/bool.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/bool_ext.rs b/crates/store/re_types/src/datatypes/bool_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/bool_ext.rs rename to crates/store/re_types/src/datatypes/bool_ext.rs diff --git a/crates/re_types/src/datatypes/class_description.rs b/crates/store/re_types/src/datatypes/class_description.rs similarity index 99% rename from crates/re_types/src/datatypes/class_description.rs rename to crates/store/re_types/src/datatypes/class_description.rs index d7c476e13e0a..b949be888a62 100644 --- a/crates/re_types/src/datatypes/class_description.rs +++ b/crates/store/re_types/src/datatypes/class_description.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_description.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_description.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/class_description_ext.rs b/crates/store/re_types/src/datatypes/class_description_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/class_description_ext.rs rename to crates/store/re_types/src/datatypes/class_description_ext.rs diff --git a/crates/re_types/src/datatypes/class_description_map_elem.rs b/crates/store/re_types/src/datatypes/class_description_map_elem.rs similarity index 97% rename from crates/re_types/src/datatypes/class_description_map_elem.rs rename to crates/store/re_types/src/datatypes/class_description_map_elem.rs index 0aa53eb0f5fe..1e6ade2d70ba 100644 --- a/crates/re_types/src/datatypes/class_description_map_elem.rs +++ b/crates/store/re_types/src/datatypes/class_description_map_elem.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/class_description_map_elem_ext.rs b/crates/store/re_types/src/datatypes/class_description_map_elem_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/class_description_map_elem_ext.rs rename to crates/store/re_types/src/datatypes/class_description_map_elem_ext.rs diff --git a/crates/re_types/src/datatypes/class_id.rs b/crates/store/re_types/src/datatypes/class_id.rs similarity index 96% rename from crates/re_types/src/datatypes/class_id.rs rename to crates/store/re_types/src/datatypes/class_id.rs index a05736bbe879..34d0079f07b0 100644 --- a/crates/re_types/src/datatypes/class_id.rs +++ b/crates/store/re_types/src/datatypes/class_id.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_id.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/class_id_ext.rs b/crates/store/re_types/src/datatypes/class_id_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/class_id_ext.rs rename to crates/store/re_types/src/datatypes/class_id_ext.rs diff --git a/crates/re_types/src/datatypes/keypoint_id.rs b/crates/store/re_types/src/datatypes/keypoint_id.rs similarity index 96% rename from crates/re_types/src/datatypes/keypoint_id.rs rename to crates/store/re_types/src/datatypes/keypoint_id.rs index 48b1eb3e5077..fc919492cc1b 100644 --- a/crates/re_types/src/datatypes/keypoint_id.rs +++ b/crates/store/re_types/src/datatypes/keypoint_id.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/keypoint_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/keypoint_id.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/keypoint_id_ext.rs b/crates/store/re_types/src/datatypes/keypoint_id_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/keypoint_id_ext.rs rename to crates/store/re_types/src/datatypes/keypoint_id_ext.rs diff --git a/crates/re_types/src/datatypes/keypoint_pair.rs b/crates/store/re_types/src/datatypes/keypoint_pair.rs similarity index 98% rename from crates/re_types/src/datatypes/keypoint_pair.rs rename to crates/store/re_types/src/datatypes/keypoint_pair.rs index 98fcd44edc05..9899ec52ff35 100644 --- a/crates/re_types/src/datatypes/keypoint_pair.rs +++ b/crates/store/re_types/src/datatypes/keypoint_pair.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/keypoint_pair.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/keypoint_pair.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/keypoint_pair_ext.rs b/crates/store/re_types/src/datatypes/keypoint_pair_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/keypoint_pair_ext.rs rename to crates/store/re_types/src/datatypes/keypoint_pair_ext.rs diff --git a/crates/re_types/src/datatypes/mat3x3.rs b/crates/store/re_types/src/datatypes/mat3x3.rs similarity index 98% rename from crates/re_types/src/datatypes/mat3x3.rs rename to crates/store/re_types/src/datatypes/mat3x3.rs index a3a428778fb9..ffc174453b9e 100644 --- a/crates/re_types/src/datatypes/mat3x3.rs +++ b/crates/store/re_types/src/datatypes/mat3x3.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/mat3x3.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/mat3x3.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/mat3x3_ext.rs b/crates/store/re_types/src/datatypes/mat3x3_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/mat3x3_ext.rs rename to crates/store/re_types/src/datatypes/mat3x3_ext.rs diff --git a/crates/re_types/src/datatypes/mat4x4.rs b/crates/store/re_types/src/datatypes/mat4x4.rs similarity index 98% rename from crates/re_types/src/datatypes/mat4x4.rs rename to crates/store/re_types/src/datatypes/mat4x4.rs index 9c39825b7fb8..b6ce06f11531 100644 --- a/crates/re_types/src/datatypes/mat4x4.rs +++ b/crates/store/re_types/src/datatypes/mat4x4.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/mat4x4.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/mat4x4.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/mat4x4_ext.rs b/crates/store/re_types/src/datatypes/mat4x4_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/mat4x4_ext.rs rename to crates/store/re_types/src/datatypes/mat4x4_ext.rs diff --git a/crates/re_types/src/datatypes/material.rs b/crates/store/re_types/src/datatypes/material.rs similarity index 97% rename from crates/re_types/src/datatypes/material.rs rename to crates/store/re_types/src/datatypes/material.rs index d368415d9f1a..d49b5d7e7950 100644 --- a/crates/re_types/src/datatypes/material.rs +++ b/crates/store/re_types/src/datatypes/material.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/material.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/material.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/material_ext.rs b/crates/store/re_types/src/datatypes/material_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/material_ext.rs rename to crates/store/re_types/src/datatypes/material_ext.rs diff --git a/crates/re_types/src/datatypes/mod.rs b/crates/store/re_types/src/datatypes/mod.rs similarity index 96% rename from crates/re_types/src/datatypes/mod.rs rename to crates/store/re_types/src/datatypes/mod.rs index 40c712641e31..c67ff92517e5 100644 --- a/crates/re_types/src/datatypes/mod.rs +++ b/crates/store/re_types/src/datatypes/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod angle; mod angle_ext; diff --git a/crates/re_types/src/datatypes/quaternion.rs b/crates/store/re_types/src/datatypes/quaternion.rs similarity index 98% rename from crates/re_types/src/datatypes/quaternion.rs rename to crates/store/re_types/src/datatypes/quaternion.rs index e924c3172131..be00af7c3900 100644 --- a/crates/re_types/src/datatypes/quaternion.rs +++ b/crates/store/re_types/src/datatypes/quaternion.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/quaternion.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/quaternion.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/quaternion_ext.rs b/crates/store/re_types/src/datatypes/quaternion_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/quaternion_ext.rs rename to crates/store/re_types/src/datatypes/quaternion_ext.rs diff --git a/crates/re_types/src/datatypes/range1d.rs b/crates/store/re_types/src/datatypes/range1d.rs similarity index 98% rename from crates/re_types/src/datatypes/range1d.rs rename to crates/store/re_types/src/datatypes/range1d.rs index 3698f5459a04..c6125fecb53b 100644 --- a/crates/re_types/src/datatypes/range1d.rs +++ b/crates/store/re_types/src/datatypes/range1d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/range1d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/range1d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/range1d_ext.rs b/crates/store/re_types/src/datatypes/range1d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/range1d_ext.rs rename to crates/store/re_types/src/datatypes/range1d_ext.rs diff --git a/crates/re_types/src/datatypes/range2d.rs b/crates/store/re_types/src/datatypes/range2d.rs similarity index 99% rename from crates/re_types/src/datatypes/range2d.rs rename to crates/store/re_types/src/datatypes/range2d.rs index 4b35cee7dbf4..89c249d3e9fd 100644 --- a/crates/re_types/src/datatypes/range2d.rs +++ b/crates/store/re_types/src/datatypes/range2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/range2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/range2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/range2d_ext.rs b/crates/store/re_types/src/datatypes/range2d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/range2d_ext.rs rename to crates/store/re_types/src/datatypes/range2d_ext.rs diff --git a/crates/re_types/src/datatypes/rgba32.rs b/crates/store/re_types/src/datatypes/rgba32.rs similarity index 96% rename from crates/re_types/src/datatypes/rgba32.rs rename to crates/store/re_types/src/datatypes/rgba32.rs index c29534fc06f5..f2342fa995e7 100644 --- a/crates/re_types/src/datatypes/rgba32.rs +++ b/crates/store/re_types/src/datatypes/rgba32.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rgba32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rgba32.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/rgba32_ext.rs b/crates/store/re_types/src/datatypes/rgba32_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/rgba32_ext.rs rename to crates/store/re_types/src/datatypes/rgba32_ext.rs diff --git a/crates/re_types/src/datatypes/rotation3d.rs b/crates/store/re_types/src/datatypes/rotation3d.rs similarity index 98% rename from crates/re_types/src/datatypes/rotation3d.rs rename to crates/store/re_types/src/datatypes/rotation3d.rs index 9d83c170c412..4b8ea569a763 100644 --- a/crates/re_types/src/datatypes/rotation3d.rs +++ b/crates/store/re_types/src/datatypes/rotation3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rotation3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rotation3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/rotation3d_ext.rs b/crates/store/re_types/src/datatypes/rotation3d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/rotation3d_ext.rs rename to crates/store/re_types/src/datatypes/rotation3d_ext.rs diff --git a/crates/re_types/src/datatypes/rotation_axis_angle.rs b/crates/store/re_types/src/datatypes/rotation_axis_angle.rs similarity index 98% rename from crates/re_types/src/datatypes/rotation_axis_angle.rs rename to crates/store/re_types/src/datatypes/rotation_axis_angle.rs index f976b92d3887..d6bec3dc805b 100644 --- a/crates/re_types/src/datatypes/rotation_axis_angle.rs +++ b/crates/store/re_types/src/datatypes/rotation_axis_angle.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/rotation_axis_angle_ext.rs b/crates/store/re_types/src/datatypes/rotation_axis_angle_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/rotation_axis_angle_ext.rs rename to crates/store/re_types/src/datatypes/rotation_axis_angle_ext.rs diff --git a/crates/re_types/src/datatypes/scale3d.rs b/crates/store/re_types/src/datatypes/scale3d.rs similarity index 98% rename from crates/re_types/src/datatypes/scale3d.rs rename to crates/store/re_types/src/datatypes/scale3d.rs index 31d2c967c867..144a185212ba 100644 --- a/crates/re_types/src/datatypes/scale3d.rs +++ b/crates/store/re_types/src/datatypes/scale3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/scale3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/scale3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/scale3d_ext.rs b/crates/store/re_types/src/datatypes/scale3d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/scale3d_ext.rs rename to crates/store/re_types/src/datatypes/scale3d_ext.rs diff --git a/crates/re_types/src/datatypes/tensor_buffer.rs b/crates/store/re_types/src/datatypes/tensor_buffer.rs similarity index 99% rename from crates/re_types/src/datatypes/tensor_buffer.rs rename to crates/store/re_types/src/datatypes/tensor_buffer.rs index 2f11702aaacc..99cb1ccfd3c1 100644 --- a/crates/re_types/src/datatypes/tensor_buffer.rs +++ b/crates/store/re_types/src/datatypes/tensor_buffer.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_buffer.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_buffer.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/tensor_buffer_ext.rs b/crates/store/re_types/src/datatypes/tensor_buffer_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/tensor_buffer_ext.rs rename to crates/store/re_types/src/datatypes/tensor_buffer_ext.rs diff --git a/crates/re_types/src/datatypes/tensor_data.rs b/crates/store/re_types/src/datatypes/tensor_data.rs similarity index 98% rename from crates/re_types/src/datatypes/tensor_data.rs rename to crates/store/re_types/src/datatypes/tensor_data.rs index 1a0247e7ce46..653ebda3beae 100644 --- a/crates/re_types/src/datatypes/tensor_data.rs +++ b/crates/store/re_types/src/datatypes/tensor_data.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_data.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_data.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/tensor_data_ext.rs b/crates/store/re_types/src/datatypes/tensor_data_ext.rs similarity index 99% rename from crates/re_types/src/datatypes/tensor_data_ext.rs rename to crates/store/re_types/src/datatypes/tensor_data_ext.rs index e643db8ae65d..3502e1d555a6 100644 --- a/crates/re_types/src/datatypes/tensor_data_ext.rs +++ b/crates/store/re_types/src/datatypes/tensor_data_ext.rs @@ -302,7 +302,7 @@ impl TensorData { /// Sets the color standard for the given YUV color. /// - /// This conversion mirrors the function of the same name in `crates/re_renderer/shader/decodings.wgsl` + /// This conversion mirrors the function of the same name in `crates/viewer/re_renderer/shader/decodings.wgsl` /// /// Specifying the color standard should be exposed in the future [#3541](https://github.com/rerun-io/rerun/pull/3541) fn set_color_standard(y: u8, u: u8, v: u8) -> [u8; 3] { diff --git a/crates/re_types/src/datatypes/tensor_dimension.rs b/crates/store/re_types/src/datatypes/tensor_dimension.rs similarity index 98% rename from crates/re_types/src/datatypes/tensor_dimension.rs rename to crates/store/re_types/src/datatypes/tensor_dimension.rs index a7429d9b88ae..69166872df7e 100644 --- a/crates/re_types/src/datatypes/tensor_dimension.rs +++ b/crates/store/re_types/src/datatypes/tensor_dimension.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/tensor_dimension_ext.rs b/crates/store/re_types/src/datatypes/tensor_dimension_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/tensor_dimension_ext.rs rename to crates/store/re_types/src/datatypes/tensor_dimension_ext.rs diff --git a/crates/re_types/src/datatypes/tensor_dimension_index_selection.rs b/crates/store/re_types/src/datatypes/tensor_dimension_index_selection.rs similarity index 97% rename from crates/re_types/src/datatypes/tensor_dimension_index_selection.rs rename to crates/store/re_types/src/datatypes/tensor_dimension_index_selection.rs index 0bf74d3e2f23..73703e32ec56 100644 --- a/crates/re_types/src/datatypes/tensor_dimension_index_selection.rs +++ b/crates/store/re_types/src/datatypes/tensor_dimension_index_selection.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/tensor_dimension_selection.rs b/crates/store/re_types/src/datatypes/tensor_dimension_selection.rs similarity index 97% rename from crates/re_types/src/datatypes/tensor_dimension_selection.rs rename to crates/store/re_types/src/datatypes/tensor_dimension_selection.rs index f3ea2dd754db..90c8a80439ea 100644 --- a/crates/re_types/src/datatypes/tensor_dimension_selection.rs +++ b/crates/store/re_types/src/datatypes/tensor_dimension_selection.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/tensor_dimension_selection_ext.rs b/crates/store/re_types/src/datatypes/tensor_dimension_selection_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/tensor_dimension_selection_ext.rs rename to crates/store/re_types/src/datatypes/tensor_dimension_selection_ext.rs diff --git a/crates/re_types/src/datatypes/transform3d.rs b/crates/store/re_types/src/datatypes/transform3d.rs similarity index 98% rename from crates/re_types/src/datatypes/transform3d.rs rename to crates/store/re_types/src/datatypes/transform3d.rs index 51199a1f9b6d..35e5164ddce6 100644 --- a/crates/re_types/src/datatypes/transform3d.rs +++ b/crates/store/re_types/src/datatypes/transform3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/transform3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/transform3d_ext.rs b/crates/store/re_types/src/datatypes/transform3d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/transform3d_ext.rs rename to crates/store/re_types/src/datatypes/transform3d_ext.rs diff --git a/crates/re_types/src/datatypes/translation_and_mat3x3.rs b/crates/store/re_types/src/datatypes/translation_and_mat3x3.rs similarity index 99% rename from crates/re_types/src/datatypes/translation_and_mat3x3.rs rename to crates/store/re_types/src/datatypes/translation_and_mat3x3.rs index e94970295c83..f60d3349f634 100644 --- a/crates/re_types/src/datatypes/translation_and_mat3x3.rs +++ b/crates/store/re_types/src/datatypes/translation_and_mat3x3.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/translation_and_mat3x3_ext.rs b/crates/store/re_types/src/datatypes/translation_and_mat3x3_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/translation_and_mat3x3_ext.rs rename to crates/store/re_types/src/datatypes/translation_and_mat3x3_ext.rs diff --git a/crates/re_types/src/datatypes/translation_rotation_scale3d.rs b/crates/store/re_types/src/datatypes/translation_rotation_scale3d.rs similarity index 98% rename from crates/re_types/src/datatypes/translation_rotation_scale3d.rs rename to crates/store/re_types/src/datatypes/translation_rotation_scale3d.rs index d80fb409787c..3c221fefe22f 100644 --- a/crates/re_types/src/datatypes/translation_rotation_scale3d.rs +++ b/crates/store/re_types/src/datatypes/translation_rotation_scale3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/translation_rotation_scale3d_ext.rs b/crates/store/re_types/src/datatypes/translation_rotation_scale3d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/translation_rotation_scale3d_ext.rs rename to crates/store/re_types/src/datatypes/translation_rotation_scale3d_ext.rs diff --git a/crates/re_types/src/datatypes/uuid.rs b/crates/store/re_types/src/datatypes/uuid.rs similarity index 98% rename from crates/re_types/src/datatypes/uuid.rs rename to crates/store/re_types/src/datatypes/uuid.rs index 9ff54d3dc7d1..76e0aa1455f3 100644 --- a/crates/re_types/src/datatypes/uuid.rs +++ b/crates/store/re_types/src/datatypes/uuid.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uuid.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uuid.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/uuid_ext.rs b/crates/store/re_types/src/datatypes/uuid_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/uuid_ext.rs rename to crates/store/re_types/src/datatypes/uuid_ext.rs diff --git a/crates/re_types/src/datatypes/uvec2d.rs b/crates/store/re_types/src/datatypes/uvec2d.rs similarity index 98% rename from crates/re_types/src/datatypes/uvec2d.rs rename to crates/store/re_types/src/datatypes/uvec2d.rs index 6c2136680cbc..364759ae1c53 100644 --- a/crates/re_types/src/datatypes/uvec2d.rs +++ b/crates/store/re_types/src/datatypes/uvec2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/uvec2d_ext.rs b/crates/store/re_types/src/datatypes/uvec2d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/uvec2d_ext.rs rename to crates/store/re_types/src/datatypes/uvec2d_ext.rs diff --git a/crates/re_types/src/datatypes/uvec3d.rs b/crates/store/re_types/src/datatypes/uvec3d.rs similarity index 98% rename from crates/re_types/src/datatypes/uvec3d.rs rename to crates/store/re_types/src/datatypes/uvec3d.rs index 7d029fa7590e..fc46d86b99ad 100644 --- a/crates/re_types/src/datatypes/uvec3d.rs +++ b/crates/store/re_types/src/datatypes/uvec3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/uvec3d_ext.rs b/crates/store/re_types/src/datatypes/uvec3d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/uvec3d_ext.rs rename to crates/store/re_types/src/datatypes/uvec3d_ext.rs diff --git a/crates/re_types/src/datatypes/uvec4d.rs b/crates/store/re_types/src/datatypes/uvec4d.rs similarity index 98% rename from crates/re_types/src/datatypes/uvec4d.rs rename to crates/store/re_types/src/datatypes/uvec4d.rs index bdbcb17163f3..278b4501050e 100644 --- a/crates/re_types/src/datatypes/uvec4d.rs +++ b/crates/store/re_types/src/datatypes/uvec4d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec4d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec4d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/uvec4d_ext.rs b/crates/store/re_types/src/datatypes/uvec4d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/uvec4d_ext.rs rename to crates/store/re_types/src/datatypes/uvec4d_ext.rs diff --git a/crates/re_types/src/datatypes/vec2d.rs b/crates/store/re_types/src/datatypes/vec2d.rs similarity index 98% rename from crates/re_types/src/datatypes/vec2d.rs rename to crates/store/re_types/src/datatypes/vec2d.rs index 97420fe30cc3..0f48ad27ebb6 100644 --- a/crates/re_types/src/datatypes/vec2d.rs +++ b/crates/store/re_types/src/datatypes/vec2d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec2d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/vec2d_ext.rs b/crates/store/re_types/src/datatypes/vec2d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/vec2d_ext.rs rename to crates/store/re_types/src/datatypes/vec2d_ext.rs diff --git a/crates/re_types/src/datatypes/vec3d.rs b/crates/store/re_types/src/datatypes/vec3d.rs similarity index 98% rename from crates/re_types/src/datatypes/vec3d.rs rename to crates/store/re_types/src/datatypes/vec3d.rs index 88ab09554cd3..f9a803951184 100644 --- a/crates/re_types/src/datatypes/vec3d.rs +++ b/crates/store/re_types/src/datatypes/vec3d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec3d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/vec3d_ext.rs b/crates/store/re_types/src/datatypes/vec3d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/vec3d_ext.rs rename to crates/store/re_types/src/datatypes/vec3d_ext.rs diff --git a/crates/re_types/src/datatypes/vec4d.rs b/crates/store/re_types/src/datatypes/vec4d.rs similarity index 98% rename from crates/re_types/src/datatypes/vec4d.rs rename to crates/store/re_types/src/datatypes/vec4d.rs index a4d89493cfe9..179155a8bf4b 100644 --- a/crates/re_types/src/datatypes/vec4d.rs +++ b/crates/store/re_types/src/datatypes/vec4d.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec4d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec4d.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/datatypes/vec4d_ext.rs b/crates/store/re_types/src/datatypes/vec4d_ext.rs similarity index 100% rename from crates/re_types/src/datatypes/vec4d_ext.rs rename to crates/store/re_types/src/datatypes/vec4d_ext.rs diff --git a/crates/re_types/src/image.rs b/crates/store/re_types/src/image.rs similarity index 100% rename from crates/re_types/src/image.rs rename to crates/store/re_types/src/image.rs diff --git a/crates/re_types/src/lib.rs b/crates/store/re_types/src/lib.rs similarity index 100% rename from crates/re_types/src/lib.rs rename to crates/store/re_types/src/lib.rs diff --git a/crates/re_types/src/tensor_data.rs b/crates/store/re_types/src/tensor_data.rs similarity index 100% rename from crates/re_types/src/tensor_data.rs rename to crates/store/re_types/src/tensor_data.rs diff --git a/crates/re_types/src/testing/archetypes/.gitattributes b/crates/store/re_types/src/testing/archetypes/.gitattributes similarity index 74% rename from crates/re_types/src/testing/archetypes/.gitattributes rename to crates/store/re_types/src/testing/archetypes/.gitattributes index e18df19294f5..ad8f1075303c 100644 --- a/crates/re_types/src/testing/archetypes/.gitattributes +++ b/crates/store/re_types/src/testing/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true affix_fuzzer1.rs linguist-generated=true diff --git a/crates/re_types/src/testing/archetypes/affix_fuzzer1.rs b/crates/store/re_types/src/testing/archetypes/affix_fuzzer1.rs similarity index 99% rename from crates/re_types/src/testing/archetypes/affix_fuzzer1.rs rename to crates/store/re_types/src/testing/archetypes/affix_fuzzer1.rs index df9d4aaad373..a70d13b6b2f3 100644 --- a/crates/re_types/src/testing/archetypes/affix_fuzzer1.rs +++ b/crates/store/re_types/src/testing/archetypes/affix_fuzzer1.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/archetypes/affix_fuzzer2.rs b/crates/store/re_types/src/testing/archetypes/affix_fuzzer2.rs similarity index 99% rename from crates/re_types/src/testing/archetypes/affix_fuzzer2.rs rename to crates/store/re_types/src/testing/archetypes/affix_fuzzer2.rs index 27540a332b8f..bbda15d80277 100644 --- a/crates/re_types/src/testing/archetypes/affix_fuzzer2.rs +++ b/crates/store/re_types/src/testing/archetypes/affix_fuzzer2.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/archetypes/affix_fuzzer3.rs b/crates/store/re_types/src/testing/archetypes/affix_fuzzer3.rs similarity index 99% rename from crates/re_types/src/testing/archetypes/affix_fuzzer3.rs rename to crates/store/re_types/src/testing/archetypes/affix_fuzzer3.rs index 599595ccc1ba..5b610021029c 100644 --- a/crates/re_types/src/testing/archetypes/affix_fuzzer3.rs +++ b/crates/store/re_types/src/testing/archetypes/affix_fuzzer3.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/archetypes/affix_fuzzer4.rs b/crates/store/re_types/src/testing/archetypes/affix_fuzzer4.rs similarity index 99% rename from crates/re_types/src/testing/archetypes/affix_fuzzer4.rs rename to crates/store/re_types/src/testing/archetypes/affix_fuzzer4.rs index a254a5687d40..b92d26a1b473 100644 --- a/crates/re_types/src/testing/archetypes/affix_fuzzer4.rs +++ b/crates/store/re_types/src/testing/archetypes/affix_fuzzer4.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/archetypes/mod.rs b/crates/store/re_types/src/testing/archetypes/mod.rs similarity index 71% rename from crates/re_types/src/testing/archetypes/mod.rs rename to crates/store/re_types/src/testing/archetypes/mod.rs index b60c138cbc53..4f14cd83f754 100644 --- a/crates/re_types/src/testing/archetypes/mod.rs +++ b/crates/store/re_types/src/testing/archetypes/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod affix_fuzzer1; mod affix_fuzzer2; diff --git a/crates/re_types/src/testing/components/.gitattributes b/crates/store/re_types/src/testing/components/.gitattributes similarity index 92% rename from crates/re_types/src/testing/components/.gitattributes rename to crates/store/re_types/src/testing/components/.gitattributes index c74317daf93f..c4d7fb377b23 100644 --- a/crates/re_types/src/testing/components/.gitattributes +++ b/crates/store/re_types/src/testing/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true affix_fuzzer1.rs linguist-generated=true diff --git a/crates/re_types/src/testing/components/affix_fuzzer1.rs b/crates/store/re_types/src/testing/components/affix_fuzzer1.rs similarity index 94% rename from crates/re_types/src/testing/components/affix_fuzzer1.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer1.rs index 5953bb48d796..4b253d63e2e3 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer1.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer1.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer10.rs b/crates/store/re_types/src/testing/components/affix_fuzzer10.rs similarity index 97% rename from crates/re_types/src/testing/components/affix_fuzzer10.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer10.rs index ddd9b6c4e5d6..68ee15118bfa 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer10.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer10.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer11.rs b/crates/store/re_types/src/testing/components/affix_fuzzer11.rs similarity index 97% rename from crates/re_types/src/testing/components/affix_fuzzer11.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer11.rs index 9982c74ba1b5..8357a0f3d14f 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer11.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer11.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer12.rs b/crates/store/re_types/src/testing/components/affix_fuzzer12.rs similarity index 98% rename from crates/re_types/src/testing/components/affix_fuzzer12.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer12.rs index d80c1bab4252..04932e8bb1f3 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer12.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer12.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer13.rs b/crates/store/re_types/src/testing/components/affix_fuzzer13.rs similarity index 98% rename from crates/re_types/src/testing/components/affix_fuzzer13.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer13.rs index aff7267fda6a..731becafcc1f 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer13.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer13.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer14.rs b/crates/store/re_types/src/testing/components/affix_fuzzer14.rs similarity index 94% rename from crates/re_types/src/testing/components/affix_fuzzer14.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer14.rs index 950f9d526a7a..d24c17d4afd8 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer14.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer14.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer15.rs b/crates/store/re_types/src/testing/components/affix_fuzzer15.rs similarity index 96% rename from crates/re_types/src/testing/components/affix_fuzzer15.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer15.rs index 8cb2e6ff6b10..57097bf72c23 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer15.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer15.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer16.rs b/crates/store/re_types/src/testing/components/affix_fuzzer16.rs similarity index 97% rename from crates/re_types/src/testing/components/affix_fuzzer16.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer16.rs index b02c2d661281..c2daf16f0263 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer16.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer16.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer17.rs b/crates/store/re_types/src/testing/components/affix_fuzzer17.rs similarity index 97% rename from crates/re_types/src/testing/components/affix_fuzzer17.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer17.rs index 722922edae6d..f7b22517f3b7 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer17.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer17.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer18.rs b/crates/store/re_types/src/testing/components/affix_fuzzer18.rs similarity index 97% rename from crates/re_types/src/testing/components/affix_fuzzer18.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer18.rs index ebe28dbee551..37d09db1a473 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer18.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer18.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer19.rs b/crates/store/re_types/src/testing/components/affix_fuzzer19.rs similarity index 94% rename from crates/re_types/src/testing/components/affix_fuzzer19.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer19.rs index f793ab153e1c..b085b048fc65 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer19.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer19.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer2.rs b/crates/store/re_types/src/testing/components/affix_fuzzer2.rs similarity index 94% rename from crates/re_types/src/testing/components/affix_fuzzer2.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer2.rs index 255e826fcf6e..6f01cb150214 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer2.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer2.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer20.rs b/crates/store/re_types/src/testing/components/affix_fuzzer20.rs similarity index 94% rename from crates/re_types/src/testing/components/affix_fuzzer20.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer20.rs index 03b573a5fc8f..d5cb12909fc4 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer20.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer20.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer21.rs b/crates/store/re_types/src/testing/components/affix_fuzzer21.rs similarity index 94% rename from crates/re_types/src/testing/components/affix_fuzzer21.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer21.rs index 294febb3d837..ef62d646556b 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer21.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer21.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer22.rs b/crates/store/re_types/src/testing/components/affix_fuzzer22.rs similarity index 95% rename from crates/re_types/src/testing/components/affix_fuzzer22.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer22.rs index 0a805ab53c89..539a4ba29581 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer22.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer22.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer3.rs b/crates/store/re_types/src/testing/components/affix_fuzzer3.rs similarity index 94% rename from crates/re_types/src/testing/components/affix_fuzzer3.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer3.rs index a3772265df3c..ba368bae994e 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer3.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer3.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer4.rs b/crates/store/re_types/src/testing/components/affix_fuzzer4.rs similarity index 96% rename from crates/re_types/src/testing/components/affix_fuzzer4.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer4.rs index 1f418ee323d9..1c26192332b4 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer4.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer4.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer5.rs b/crates/store/re_types/src/testing/components/affix_fuzzer5.rs similarity index 96% rename from crates/re_types/src/testing/components/affix_fuzzer5.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer5.rs index 15bfe6a669d4..bd724977d521 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer5.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer5.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer6.rs b/crates/store/re_types/src/testing/components/affix_fuzzer6.rs similarity index 96% rename from crates/re_types/src/testing/components/affix_fuzzer6.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer6.rs index 583be3f4e6ec..ad2a3010a7a3 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer6.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer6.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer7.rs b/crates/store/re_types/src/testing/components/affix_fuzzer7.rs similarity index 97% rename from crates/re_types/src/testing/components/affix_fuzzer7.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer7.rs index af1547a426bb..4abac2d9f669 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer7.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer7.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer8.rs b/crates/store/re_types/src/testing/components/affix_fuzzer8.rs similarity index 95% rename from crates/re_types/src/testing/components/affix_fuzzer8.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer8.rs index 9fd1c625d3f7..ed78f9c4199f 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer8.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer8.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/affix_fuzzer9.rs b/crates/store/re_types/src/testing/components/affix_fuzzer9.rs similarity index 97% rename from crates/re_types/src/testing/components/affix_fuzzer9.rs rename to crates/store/re_types/src/testing/components/affix_fuzzer9.rs index acdeb70bf9a5..a47484ad4b3b 100644 --- a/crates/re_types/src/testing/components/affix_fuzzer9.rs +++ b/crates/store/re_types/src/testing/components/affix_fuzzer9.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/enum_test.rs b/crates/store/re_types/src/testing/components/enum_test.rs similarity index 97% rename from crates/re_types/src/testing/components/enum_test.rs rename to crates/store/re_types/src/testing/components/enum_test.rs index 7418cececd9a..346a4fcecd4c 100644 --- a/crates/re_types/src/testing/components/enum_test.rs +++ b/crates/store/re_types/src/testing/components/enum_test.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/enum_test.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/enum_test.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/components/mod.rs b/crates/store/re_types/src/testing/components/mod.rs similarity index 93% rename from crates/re_types/src/testing/components/mod.rs rename to crates/store/re_types/src/testing/components/mod.rs index 8bd484dadd6e..a861b7a7e1ca 100644 --- a/crates/re_types/src/testing/components/mod.rs +++ b/crates/store/re_types/src/testing/components/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod affix_fuzzer1; mod affix_fuzzer10; diff --git a/crates/re_types/src/testing/datatypes/.gitattributes b/crates/store/re_types/src/testing/datatypes/.gitattributes similarity index 86% rename from crates/re_types/src/testing/datatypes/.gitattributes rename to crates/store/re_types/src/testing/datatypes/.gitattributes index 65697d6023ea..0a1427169d68 100644 --- a/crates/re_types/src/testing/datatypes/.gitattributes +++ b/crates/store/re_types/src/testing/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true affix_fuzzer1.rs linguist-generated=true diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer1.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer1.rs similarity index 99% rename from crates/re_types/src/testing/datatypes/affix_fuzzer1.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer1.rs index 1cb0a024a0a1..1fd4221cd061 100644 --- a/crates/re_types/src/testing/datatypes/affix_fuzzer1.rs +++ b/crates/store/re_types/src/testing/datatypes/affix_fuzzer1.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer2.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer2.rs similarity index 95% rename from crates/re_types/src/testing/datatypes/affix_fuzzer2.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer2.rs index f05cd10362b9..1bb3ac2e3ee0 100644 --- a/crates/re_types/src/testing/datatypes/affix_fuzzer2.rs +++ b/crates/store/re_types/src/testing/datatypes/affix_fuzzer2.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer20.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer20.rs similarity index 98% rename from crates/re_types/src/testing/datatypes/affix_fuzzer20.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer20.rs index 02faafcb32f1..9be1cb9db67b 100644 --- a/crates/re_types/src/testing/datatypes/affix_fuzzer20.rs +++ b/crates/store/re_types/src/testing/datatypes/affix_fuzzer20.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer21.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer21.rs similarity index 98% rename from crates/re_types/src/testing/datatypes/affix_fuzzer21.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer21.rs index b10d4749558b..41ba64bc6ed4 100644 --- a/crates/re_types/src/testing/datatypes/affix_fuzzer21.rs +++ b/crates/store/re_types/src/testing/datatypes/affix_fuzzer21.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer22.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer22.rs similarity index 98% rename from crates/re_types/src/testing/datatypes/affix_fuzzer22.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer22.rs index ba3e352b5f47..8912951f3994 100644 --- a/crates/re_types/src/testing/datatypes/affix_fuzzer22.rs +++ b/crates/store/re_types/src/testing/datatypes/affix_fuzzer22.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer3.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer3.rs similarity index 99% rename from crates/re_types/src/testing/datatypes/affix_fuzzer3.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer3.rs index 0fc88a7e567a..334407736c60 100644 --- a/crates/re_types/src/testing/datatypes/affix_fuzzer3.rs +++ b/crates/store/re_types/src/testing/datatypes/affix_fuzzer3.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer3_ext.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer3_ext.rs similarity index 100% rename from crates/re_types/src/testing/datatypes/affix_fuzzer3_ext.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer3_ext.rs diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer4.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer4.rs similarity index 98% rename from crates/re_types/src/testing/datatypes/affix_fuzzer4.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer4.rs index 7181b3e99ba5..05ab1a31e59d 100644 --- a/crates/re_types/src/testing/datatypes/affix_fuzzer4.rs +++ b/crates/store/re_types/src/testing/datatypes/affix_fuzzer4.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer4_ext.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer4_ext.rs similarity index 100% rename from crates/re_types/src/testing/datatypes/affix_fuzzer4_ext.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer4_ext.rs diff --git a/crates/re_types/src/testing/datatypes/affix_fuzzer5.rs b/crates/store/re_types/src/testing/datatypes/affix_fuzzer5.rs similarity index 97% rename from crates/re_types/src/testing/datatypes/affix_fuzzer5.rs rename to crates/store/re_types/src/testing/datatypes/affix_fuzzer5.rs index 673057c31fcc..0720905d7d5b 100644 --- a/crates/re_types/src/testing/datatypes/affix_fuzzer5.rs +++ b/crates/store/re_types/src/testing/datatypes/affix_fuzzer5.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/flattened_scalar.rs b/crates/store/re_types/src/testing/datatypes/flattened_scalar.rs similarity index 97% rename from crates/re_types/src/testing/datatypes/flattened_scalar.rs rename to crates/store/re_types/src/testing/datatypes/flattened_scalar.rs index 1228523f873a..bbc33b92cf74 100644 --- a/crates/re_types/src/testing/datatypes/flattened_scalar.rs +++ b/crates/store/re_types/src/testing/datatypes/flattened_scalar.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/mod.rs b/crates/store/re_types/src/testing/datatypes/mod.rs similarity index 88% rename from crates/re_types/src/testing/datatypes/mod.rs rename to crates/store/re_types/src/testing/datatypes/mod.rs index 87fac7ac1b1d..3a1618c43e7c 100644 --- a/crates/re_types/src/testing/datatypes/mod.rs +++ b/crates/store/re_types/src/testing/datatypes/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod affix_fuzzer1; mod affix_fuzzer2; diff --git a/crates/re_types/src/testing/datatypes/primitive_component.rs b/crates/store/re_types/src/testing/datatypes/primitive_component.rs similarity index 96% rename from crates/re_types/src/testing/datatypes/primitive_component.rs rename to crates/store/re_types/src/testing/datatypes/primitive_component.rs index 823ee16785a2..80bc17717103 100644 --- a/crates/re_types/src/testing/datatypes/primitive_component.rs +++ b/crates/store/re_types/src/testing/datatypes/primitive_component.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/datatypes/string_component.rs b/crates/store/re_types/src/testing/datatypes/string_component.rs similarity index 96% rename from crates/re_types/src/testing/datatypes/string_component.rs rename to crates/store/re_types/src/testing/datatypes/string_component.rs index 7236041e57d6..6e9d4cec8345 100644 --- a/crates/re_types/src/testing/datatypes/string_component.rs +++ b/crates/store/re_types/src/testing/datatypes/string_component.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types/src/testing/mod.rs b/crates/store/re_types/src/testing/mod.rs similarity index 100% rename from crates/re_types/src/testing/mod.rs rename to crates/store/re_types/src/testing/mod.rs diff --git a/crates/re_types/src/view_coordinates.rs b/crates/store/re_types/src/view_coordinates.rs similarity index 100% rename from crates/re_types/src/view_coordinates.rs rename to crates/store/re_types/src/view_coordinates.rs diff --git a/crates/re_types/tests/annotation_context.rs b/crates/store/re_types/tests/annotation_context.rs similarity index 100% rename from crates/re_types/tests/annotation_context.rs rename to crates/store/re_types/tests/annotation_context.rs diff --git a/crates/re_types/tests/arrows3d.rs b/crates/store/re_types/tests/arrows3d.rs similarity index 100% rename from crates/re_types/tests/arrows3d.rs rename to crates/store/re_types/tests/arrows3d.rs diff --git a/crates/re_types/tests/asset3d.rs b/crates/store/re_types/tests/asset3d.rs similarity index 100% rename from crates/re_types/tests/asset3d.rs rename to crates/store/re_types/tests/asset3d.rs diff --git a/crates/re_types/tests/box2d.rs b/crates/store/re_types/tests/box2d.rs similarity index 100% rename from crates/re_types/tests/box2d.rs rename to crates/store/re_types/tests/box2d.rs diff --git a/crates/re_types/tests/box3d.rs b/crates/store/re_types/tests/box3d.rs similarity index 100% rename from crates/re_types/tests/box3d.rs rename to crates/store/re_types/tests/box3d.rs diff --git a/crates/re_types/tests/clear.rs b/crates/store/re_types/tests/clear.rs similarity index 100% rename from crates/re_types/tests/clear.rs rename to crates/store/re_types/tests/clear.rs diff --git a/crates/re_types/tests/depth_image.rs b/crates/store/re_types/tests/depth_image.rs similarity index 100% rename from crates/re_types/tests/depth_image.rs rename to crates/store/re_types/tests/depth_image.rs diff --git a/crates/re_types/tests/disconnected_space.rs b/crates/store/re_types/tests/disconnected_space.rs similarity index 100% rename from crates/re_types/tests/disconnected_space.rs rename to crates/store/re_types/tests/disconnected_space.rs diff --git a/crates/re_types/tests/fuzzy.rs b/crates/store/re_types/tests/fuzzy.rs similarity index 100% rename from crates/re_types/tests/fuzzy.rs rename to crates/store/re_types/tests/fuzzy.rs diff --git a/crates/re_types/tests/image.rs b/crates/store/re_types/tests/image.rs similarity index 100% rename from crates/re_types/tests/image.rs rename to crates/store/re_types/tests/image.rs diff --git a/crates/re_types/tests/line_strips2d.rs b/crates/store/re_types/tests/line_strips2d.rs similarity index 100% rename from crates/re_types/tests/line_strips2d.rs rename to crates/store/re_types/tests/line_strips2d.rs diff --git a/crates/re_types/tests/line_strips3d.rs b/crates/store/re_types/tests/line_strips3d.rs similarity index 100% rename from crates/re_types/tests/line_strips3d.rs rename to crates/store/re_types/tests/line_strips3d.rs diff --git a/crates/re_types/tests/mesh3d.rs b/crates/store/re_types/tests/mesh3d.rs similarity index 100% rename from crates/re_types/tests/mesh3d.rs rename to crates/store/re_types/tests/mesh3d.rs diff --git a/crates/re_types/tests/mint_conversions.rs b/crates/store/re_types/tests/mint_conversions.rs similarity index 100% rename from crates/re_types/tests/mint_conversions.rs rename to crates/store/re_types/tests/mint_conversions.rs diff --git a/crates/re_types/tests/pinhole.rs b/crates/store/re_types/tests/pinhole.rs similarity index 100% rename from crates/re_types/tests/pinhole.rs rename to crates/store/re_types/tests/pinhole.rs diff --git a/crates/re_types/tests/points2d.rs b/crates/store/re_types/tests/points2d.rs similarity index 100% rename from crates/re_types/tests/points2d.rs rename to crates/store/re_types/tests/points2d.rs diff --git a/crates/re_types/tests/points3d.rs b/crates/store/re_types/tests/points3d.rs similarity index 100% rename from crates/re_types/tests/points3d.rs rename to crates/store/re_types/tests/points3d.rs diff --git a/crates/re_types/tests/segmentation_image.rs b/crates/store/re_types/tests/segmentation_image.rs similarity index 100% rename from crates/re_types/tests/segmentation_image.rs rename to crates/store/re_types/tests/segmentation_image.rs diff --git a/crates/re_types/tests/tensor.rs b/crates/store/re_types/tests/tensor.rs similarity index 100% rename from crates/re_types/tests/tensor.rs rename to crates/store/re_types/tests/tensor.rs diff --git a/crates/re_types/tests/text_document.rs b/crates/store/re_types/tests/text_document.rs similarity index 100% rename from crates/re_types/tests/text_document.rs rename to crates/store/re_types/tests/text_document.rs diff --git a/crates/re_types/tests/transform3d.rs b/crates/store/re_types/tests/transform3d.rs similarity index 100% rename from crates/re_types/tests/transform3d.rs rename to crates/store/re_types/tests/transform3d.rs diff --git a/crates/re_types/tests/util.rs b/crates/store/re_types/tests/util.rs similarity index 100% rename from crates/re_types/tests/util.rs rename to crates/store/re_types/tests/util.rs diff --git a/crates/re_types/tests/validity.rs b/crates/store/re_types/tests/validity.rs similarity index 100% rename from crates/re_types/tests/validity.rs rename to crates/store/re_types/tests/validity.rs diff --git a/crates/re_types/tests/view_coordinates.rs b/crates/store/re_types/tests/view_coordinates.rs similarity index 100% rename from crates/re_types/tests/view_coordinates.rs rename to crates/store/re_types/tests/view_coordinates.rs diff --git a/crates/re_types_blueprint/.gitattributes b/crates/store/re_types_blueprint/.gitattributes similarity index 98% rename from crates/re_types_blueprint/.gitattributes rename to crates/store/re_types_blueprint/.gitattributes index 7f3f3a7a7b5d..60dfe558e9de 100644 --- a/crates/re_types_blueprint/.gitattributes +++ b/crates/store/re_types_blueprint/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true src/archetypes/annotation_context.rs linguist-generated=true diff --git a/crates/re_types_blueprint/Cargo.toml b/crates/store/re_types_blueprint/Cargo.toml similarity index 100% rename from crates/re_types_blueprint/Cargo.toml rename to crates/store/re_types_blueprint/Cargo.toml diff --git a/crates/re_types_blueprint/README.md b/crates/store/re_types_blueprint/README.md similarity index 100% rename from crates/re_types_blueprint/README.md rename to crates/store/re_types_blueprint/README.md diff --git a/crates/re_types_blueprint/src/blueprint/archetypes/.gitattributes b/crates/store/re_types_blueprint/src/blueprint/archetypes/.gitattributes similarity index 71% rename from crates/re_types_blueprint/src/blueprint/archetypes/.gitattributes rename to crates/store/re_types_blueprint/src/blueprint/archetypes/.gitattributes index 0c2be0e6ac46..b89073c8d068 100644 --- a/crates/re_types_blueprint/src/blueprint/archetypes/.gitattributes +++ b/crates/store/re_types_blueprint/src/blueprint/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true container_blueprint.rs linguist-generated=true diff --git a/crates/re_types_blueprint/src/blueprint/archetypes/container_blueprint.rs b/crates/store/re_types_blueprint/src/blueprint/archetypes/container_blueprint.rs similarity index 98% rename from crates/re_types_blueprint/src/blueprint/archetypes/container_blueprint.rs rename to crates/store/re_types_blueprint/src/blueprint/archetypes/container_blueprint.rs index 6a66e314c49b..562be42639d4 100644 --- a/crates/re_types_blueprint/src/blueprint/archetypes/container_blueprint.rs +++ b/crates/store/re_types_blueprint/src/blueprint/archetypes/container_blueprint.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/archetypes/mod.rs b/crates/store/re_types_blueprint/src/blueprint/archetypes/mod.rs similarity index 68% rename from crates/re_types_blueprint/src/blueprint/archetypes/mod.rs rename to crates/store/re_types_blueprint/src/blueprint/archetypes/mod.rs index ce5986f78d2b..45429f55fa41 100644 --- a/crates/re_types_blueprint/src/blueprint/archetypes/mod.rs +++ b/crates/store/re_types_blueprint/src/blueprint/archetypes/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod container_blueprint; mod panel_blueprint; diff --git a/crates/re_types_blueprint/src/blueprint/archetypes/panel_blueprint.rs b/crates/store/re_types_blueprint/src/blueprint/archetypes/panel_blueprint.rs similarity index 96% rename from crates/re_types_blueprint/src/blueprint/archetypes/panel_blueprint.rs rename to crates/store/re_types_blueprint/src/blueprint/archetypes/panel_blueprint.rs index 467c3014a7af..633a698cd534 100644 --- a/crates/re_types_blueprint/src/blueprint/archetypes/panel_blueprint.rs +++ b/crates/store/re_types_blueprint/src/blueprint/archetypes/panel_blueprint.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/archetypes/viewport_blueprint.rs b/crates/store/re_types_blueprint/src/blueprint/archetypes/viewport_blueprint.rs similarity index 98% rename from crates/re_types_blueprint/src/blueprint/archetypes/viewport_blueprint.rs rename to crates/store/re_types_blueprint/src/blueprint/archetypes/viewport_blueprint.rs index 4424ae694830..5c2e6936b130 100644 --- a/crates/re_types_blueprint/src/blueprint/archetypes/viewport_blueprint.rs +++ b/crates/store/re_types_blueprint/src/blueprint/archetypes/viewport_blueprint.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/components/.gitattributes b/crates/store/re_types_blueprint/src/blueprint/components/.gitattributes similarity index 83% rename from crates/re_types_blueprint/src/blueprint/components/.gitattributes rename to crates/store/re_types_blueprint/src/blueprint/components/.gitattributes index bbfaf48166ae..478709b1132b 100644 --- a/crates/re_types_blueprint/src/blueprint/components/.gitattributes +++ b/crates/store/re_types_blueprint/src/blueprint/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true auto_layout.rs linguist-generated=true diff --git a/crates/re_types_blueprint/src/blueprint/components/auto_layout.rs b/crates/store/re_types_blueprint/src/blueprint/components/auto_layout.rs similarity index 95% rename from crates/re_types_blueprint/src/blueprint/components/auto_layout.rs rename to crates/store/re_types_blueprint/src/blueprint/components/auto_layout.rs index 5c4badf036c5..53499ec5cd63 100644 --- a/crates/re_types_blueprint/src/blueprint/components/auto_layout.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/auto_layout.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/auto_layout.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/auto_layout.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/components/auto_layout_ext.rs b/crates/store/re_types_blueprint/src/blueprint/components/auto_layout_ext.rs similarity index 100% rename from crates/re_types_blueprint/src/blueprint/components/auto_layout_ext.rs rename to crates/store/re_types_blueprint/src/blueprint/components/auto_layout_ext.rs diff --git a/crates/re_types_blueprint/src/blueprint/components/auto_space_views.rs b/crates/store/re_types_blueprint/src/blueprint/components/auto_space_views.rs similarity index 95% rename from crates/re_types_blueprint/src/blueprint/components/auto_space_views.rs rename to crates/store/re_types_blueprint/src/blueprint/components/auto_space_views.rs index e9578dc97faa..e05b05f6d150 100644 --- a/crates/re_types_blueprint/src/blueprint/components/auto_space_views.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/auto_space_views.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/components/container_kind.rs b/crates/store/re_types_blueprint/src/blueprint/components/container_kind.rs similarity index 96% rename from crates/re_types_blueprint/src/blueprint/components/container_kind.rs rename to crates/store/re_types_blueprint/src/blueprint/components/container_kind.rs index 8c2f98684ee1..f0e22b362a10 100644 --- a/crates/re_types_blueprint/src/blueprint/components/container_kind.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/container_kind.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/container_kind.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/container_kind.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/components/grid_columns.rs b/crates/store/re_types_blueprint/src/blueprint/components/grid_columns.rs similarity index 96% rename from crates/re_types_blueprint/src/blueprint/components/grid_columns.rs rename to crates/store/re_types_blueprint/src/blueprint/components/grid_columns.rs index 300195fd8ac5..0090401086bb 100644 --- a/crates/re_types_blueprint/src/blueprint/components/grid_columns.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/grid_columns.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/grid_columns.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/grid_columns.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/components/included_space_view.rs b/crates/store/re_types_blueprint/src/blueprint/components/included_space_view.rs similarity index 94% rename from crates/re_types_blueprint/src/blueprint/components/included_space_view.rs rename to crates/store/re_types_blueprint/src/blueprint/components/included_space_view.rs index 6e11ac93da1b..7aae106fd90a 100644 --- a/crates/re_types_blueprint/src/blueprint/components/included_space_view.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/included_space_view.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/included_space_view.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/included_space_view.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/components/mod.rs b/crates/store/re_types_blueprint/src/blueprint/components/mod.rs similarity index 85% rename from crates/re_types_blueprint/src/blueprint/components/mod.rs rename to crates/store/re_types_blueprint/src/blueprint/components/mod.rs index 69919d52a695..aaa84e69d36a 100644 --- a/crates/re_types_blueprint/src/blueprint/components/mod.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod auto_layout; mod auto_layout_ext; diff --git a/crates/re_types_blueprint/src/blueprint/components/root_container.rs b/crates/store/re_types_blueprint/src/blueprint/components/root_container.rs similarity index 94% rename from crates/re_types_blueprint/src/blueprint/components/root_container.rs rename to crates/store/re_types_blueprint/src/blueprint/components/root_container.rs index 7750bc369e3e..3db3d4848871 100644 --- a/crates/re_types_blueprint/src/blueprint/components/root_container.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/root_container.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/root_container.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/root_container.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/components/space_view_maximized.rs b/crates/store/re_types_blueprint/src/blueprint/components/space_view_maximized.rs similarity index 93% rename from crates/re_types_blueprint/src/blueprint/components/space_view_maximized.rs rename to crates/store/re_types_blueprint/src/blueprint/components/space_view_maximized.rs index a99542744e5b..77f34131136b 100644 --- a/crates/re_types_blueprint/src/blueprint/components/space_view_maximized.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/space_view_maximized.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/components/visualizer_overrides.rs b/crates/store/re_types_blueprint/src/blueprint/components/visualizer_overrides.rs similarity index 98% rename from crates/re_types_blueprint/src/blueprint/components/visualizer_overrides.rs rename to crates/store/re_types_blueprint/src/blueprint/components/visualizer_overrides.rs index 822a17ca41ea..0a1cbb347a8f 100644 --- a/crates/re_types_blueprint/src/blueprint/components/visualizer_overrides.rs +++ b/crates/store/re_types_blueprint/src/blueprint/components/visualizer_overrides.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_blueprint/src/blueprint/mod.rs b/crates/store/re_types_blueprint/src/blueprint/mod.rs similarity index 100% rename from crates/re_types_blueprint/src/blueprint/mod.rs rename to crates/store/re_types_blueprint/src/blueprint/mod.rs diff --git a/crates/re_types_blueprint/src/lib.rs b/crates/store/re_types_blueprint/src/lib.rs similarity index 100% rename from crates/re_types_blueprint/src/lib.rs rename to crates/store/re_types_blueprint/src/lib.rs diff --git a/crates/re_types_core/.gitattributes b/crates/store/re_types_core/.gitattributes similarity index 98% rename from crates/re_types_core/.gitattributes rename to crates/store/re_types_core/.gitattributes index 7f3f3a7a7b5d..60dfe558e9de 100644 --- a/crates/re_types_core/.gitattributes +++ b/crates/store/re_types_core/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true src/archetypes/annotation_context.rs linguist-generated=true diff --git a/crates/re_types_core/Cargo.toml b/crates/store/re_types_core/Cargo.toml similarity index 100% rename from crates/re_types_core/Cargo.toml rename to crates/store/re_types_core/Cargo.toml diff --git a/crates/re_types_core/README.md b/crates/store/re_types_core/README.md similarity index 100% rename from crates/re_types_core/README.md rename to crates/store/re_types_core/README.md diff --git a/crates/re_types_core/benches/bench_tuid.rs b/crates/store/re_types_core/benches/bench_tuid.rs similarity index 100% rename from crates/re_types_core/benches/bench_tuid.rs rename to crates/store/re_types_core/benches/bench_tuid.rs diff --git a/crates/re_types_core/src/archetype.rs b/crates/store/re_types_core/src/archetype.rs similarity index 100% rename from crates/re_types_core/src/archetype.rs rename to crates/store/re_types_core/src/archetype.rs diff --git a/crates/re_types_core/src/archetypes/.gitattributes b/crates/store/re_types_core/src/archetypes/.gitattributes similarity index 55% rename from crates/re_types_core/src/archetypes/.gitattributes rename to crates/store/re_types_core/src/archetypes/.gitattributes index e4b7d1b74892..06b517be091d 100644 --- a/crates/re_types_core/src/archetypes/.gitattributes +++ b/crates/store/re_types_core/src/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true clear.rs linguist-generated=true diff --git a/crates/re_types_core/src/archetypes/clear.rs b/crates/store/re_types_core/src/archetypes/clear.rs similarity index 97% rename from crates/re_types_core/src/archetypes/clear.rs rename to crates/store/re_types_core/src/archetypes/clear.rs index ae278af6ca7d..4ec08abebe8f 100644 --- a/crates/re_types_core/src/archetypes/clear.rs +++ b/crates/store/re_types_core/src/archetypes/clear.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/archetypes/clear.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/clear.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/archetypes/clear_ext.rs b/crates/store/re_types_core/src/archetypes/clear_ext.rs similarity index 100% rename from crates/re_types_core/src/archetypes/clear_ext.rs rename to crates/store/re_types_core/src/archetypes/clear_ext.rs diff --git a/crates/store/re_types_core/src/archetypes/mod.rs b/crates/store/re_types_core/src/archetypes/mod.rs new file mode 100644 index 000000000000..6c15f2b37274 --- /dev/null +++ b/crates/store/re_types_core/src/archetypes/mod.rs @@ -0,0 +1,6 @@ +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs + +mod clear; +mod clear_ext; + +pub use self::clear::Clear; diff --git a/crates/re_types_core/src/arrow_buffer.rs b/crates/store/re_types_core/src/arrow_buffer.rs similarity index 100% rename from crates/re_types_core/src/arrow_buffer.rs rename to crates/store/re_types_core/src/arrow_buffer.rs diff --git a/crates/re_types_core/src/arrow_string.rs b/crates/store/re_types_core/src/arrow_string.rs similarity index 100% rename from crates/re_types_core/src/arrow_string.rs rename to crates/store/re_types_core/src/arrow_string.rs diff --git a/crates/re_types_core/src/components/.gitattributes b/crates/store/re_types_core/src/components/.gitattributes similarity index 58% rename from crates/re_types_core/src/components/.gitattributes rename to crates/store/re_types_core/src/components/.gitattributes index e63c745b2614..253e4eec9a8a 100644 --- a/crates/re_types_core/src/components/.gitattributes +++ b/crates/store/re_types_core/src/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true clear_is_recursive.rs linguist-generated=true diff --git a/crates/re_types_core/src/components/clear_is_recursive.rs b/crates/store/re_types_core/src/components/clear_is_recursive.rs similarity index 95% rename from crates/re_types_core/src/components/clear_is_recursive.rs rename to crates/store/re_types_core/src/components/clear_is_recursive.rs index 919f9da95e45..e0c359e15514 100644 --- a/crates/re_types_core/src/components/clear_is_recursive.rs +++ b/crates/store/re_types_core/src/components/clear_is_recursive.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/components/clear_is_recursive.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/components/clear_is_recursive.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/components/clear_is_recursive_ext.rs b/crates/store/re_types_core/src/components/clear_is_recursive_ext.rs similarity index 100% rename from crates/re_types_core/src/components/clear_is_recursive_ext.rs rename to crates/store/re_types_core/src/components/clear_is_recursive_ext.rs diff --git a/crates/re_types_core/src/components/mod.rs b/crates/store/re_types_core/src/components/mod.rs similarity index 50% rename from crates/re_types_core/src/components/mod.rs rename to crates/store/re_types_core/src/components/mod.rs index 4c8f10a02d7b..d00f7fae9115 100644 --- a/crates/re_types_core/src/components/mod.rs +++ b/crates/store/re_types_core/src/components/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod clear_is_recursive; mod clear_is_recursive_ext; diff --git a/crates/re_types_core/src/datatypes/.gitattributes b/crates/store/re_types_core/src/datatypes/.gitattributes similarity index 83% rename from crates/re_types_core/src/datatypes/.gitattributes rename to crates/store/re_types_core/src/datatypes/.gitattributes index fc3699f0eba2..14fd4a8e6590 100644 --- a/crates/re_types_core/src/datatypes/.gitattributes +++ b/crates/store/re_types_core/src/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true entity_path.rs linguist-generated=true diff --git a/crates/re_types_core/src/datatypes/entity_path.rs b/crates/store/re_types_core/src/datatypes/entity_path.rs similarity index 96% rename from crates/re_types_core/src/datatypes/entity_path.rs rename to crates/store/re_types_core/src/datatypes/entity_path.rs index 565c27a56cb3..33b933e83cd8 100644 --- a/crates/re_types_core/src/datatypes/entity_path.rs +++ b/crates/store/re_types_core/src/datatypes/entity_path.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/entity_path.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/entity_path.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/float32.rs b/crates/store/re_types_core/src/datatypes/float32.rs similarity index 96% rename from crates/re_types_core/src/datatypes/float32.rs rename to crates/store/re_types_core/src/datatypes/float32.rs index 144214a30b66..d1ac1f0520c5 100644 --- a/crates/re_types_core/src/datatypes/float32.rs +++ b/crates/store/re_types_core/src/datatypes/float32.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/float32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/float32.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/float32_ext.rs b/crates/store/re_types_core/src/datatypes/float32_ext.rs similarity index 100% rename from crates/re_types_core/src/datatypes/float32_ext.rs rename to crates/store/re_types_core/src/datatypes/float32_ext.rs diff --git a/crates/re_types_core/src/datatypes/mod.rs b/crates/store/re_types_core/src/datatypes/mod.rs similarity index 85% rename from crates/re_types_core/src/datatypes/mod.rs rename to crates/store/re_types_core/src/datatypes/mod.rs index 9ec1058deb6d..de11b1b9e81d 100644 --- a/crates/re_types_core/src/datatypes/mod.rs +++ b/crates/store/re_types_core/src/datatypes/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs mod entity_path; mod float32; diff --git a/crates/re_types_core/src/datatypes/time_int.rs b/crates/store/re_types_core/src/datatypes/time_int.rs similarity index 96% rename from crates/re_types_core/src/datatypes/time_int.rs rename to crates/store/re_types_core/src/datatypes/time_int.rs index 8588f2177b10..442db958e0f2 100644 --- a/crates/re_types_core/src/datatypes/time_int.rs +++ b/crates/store/re_types_core/src/datatypes/time_int.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/time_int.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/time_int.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/time_int_ext.rs b/crates/store/re_types_core/src/datatypes/time_int_ext.rs similarity index 100% rename from crates/re_types_core/src/datatypes/time_int_ext.rs rename to crates/store/re_types_core/src/datatypes/time_int_ext.rs diff --git a/crates/re_types_core/src/datatypes/time_range.rs b/crates/store/re_types_core/src/datatypes/time_range.rs similarity index 97% rename from crates/re_types_core/src/datatypes/time_range.rs rename to crates/store/re_types_core/src/datatypes/time_range.rs index fd94330345c5..1da300f76a3b 100644 --- a/crates/re_types_core/src/datatypes/time_range.rs +++ b/crates/store/re_types_core/src/datatypes/time_range.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/time_range_boundary.rs b/crates/store/re_types_core/src/datatypes/time_range_boundary.rs similarity index 98% rename from crates/re_types_core/src/datatypes/time_range_boundary.rs rename to crates/store/re_types_core/src/datatypes/time_range_boundary.rs index cc4235d07489..9b9a6cf7fa67 100644 --- a/crates/re_types_core/src/datatypes/time_range_boundary.rs +++ b/crates/store/re_types_core/src/datatypes/time_range_boundary.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/time_range_boundary_ext.rs b/crates/store/re_types_core/src/datatypes/time_range_boundary_ext.rs similarity index 100% rename from crates/re_types_core/src/datatypes/time_range_boundary_ext.rs rename to crates/store/re_types_core/src/datatypes/time_range_boundary_ext.rs diff --git a/crates/re_types_core/src/datatypes/time_range_ext.rs b/crates/store/re_types_core/src/datatypes/time_range_ext.rs similarity index 100% rename from crates/re_types_core/src/datatypes/time_range_ext.rs rename to crates/store/re_types_core/src/datatypes/time_range_ext.rs diff --git a/crates/re_types_core/src/datatypes/uint32.rs b/crates/store/re_types_core/src/datatypes/uint32.rs similarity index 96% rename from crates/re_types_core/src/datatypes/uint32.rs rename to crates/store/re_types_core/src/datatypes/uint32.rs index 29ab1f3c71b2..828c867a3344 100644 --- a/crates/re_types_core/src/datatypes/uint32.rs +++ b/crates/store/re_types_core/src/datatypes/uint32.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uint32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uint32.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/uint64.rs b/crates/store/re_types_core/src/datatypes/uint64.rs similarity index 96% rename from crates/re_types_core/src/datatypes/uint64.rs rename to crates/store/re_types_core/src/datatypes/uint64.rs index cd8a703d2c0f..20ed4cb10c3e 100644 --- a/crates/re_types_core/src/datatypes/uint64.rs +++ b/crates/store/re_types_core/src/datatypes/uint64.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uint64.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uint64.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/utf8.rs b/crates/store/re_types_core/src/datatypes/utf8.rs similarity index 96% rename from crates/re_types_core/src/datatypes/utf8.rs rename to crates/store/re_types_core/src/datatypes/utf8.rs index 247295734c04..4d47bf5647d7 100644 --- a/crates/re_types_core/src/datatypes/utf8.rs +++ b/crates/store/re_types_core/src/datatypes/utf8.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/utf8.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/utf8.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/utf8_ext.rs b/crates/store/re_types_core/src/datatypes/utf8_ext.rs similarity index 100% rename from crates/re_types_core/src/datatypes/utf8_ext.rs rename to crates/store/re_types_core/src/datatypes/utf8_ext.rs diff --git a/crates/re_types_core/src/datatypes/visible_time_range.rs b/crates/store/re_types_core/src/datatypes/visible_time_range.rs similarity index 98% rename from crates/re_types_core/src/datatypes/visible_time_range.rs rename to crates/store/re_types_core/src/datatypes/visible_time_range.rs index 86db68b55837..b2a34f4b9b91 100644 --- a/crates/re_types_core/src/datatypes/visible_time_range.rs +++ b/crates/store/re_types_core/src/datatypes/visible_time_range.rs @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/api.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #![allow(unused_imports)] #![allow(unused_parens)] diff --git a/crates/re_types_core/src/datatypes/visible_time_range_ext.rs b/crates/store/re_types_core/src/datatypes/visible_time_range_ext.rs similarity index 100% rename from crates/re_types_core/src/datatypes/visible_time_range_ext.rs rename to crates/store/re_types_core/src/datatypes/visible_time_range_ext.rs diff --git a/crates/re_types_core/src/lib.rs b/crates/store/re_types_core/src/lib.rs similarity index 100% rename from crates/re_types_core/src/lib.rs rename to crates/store/re_types_core/src/lib.rs diff --git a/crates/re_types_core/src/loggable.rs b/crates/store/re_types_core/src/loggable.rs similarity index 100% rename from crates/re_types_core/src/loggable.rs rename to crates/store/re_types_core/src/loggable.rs diff --git a/crates/re_types_core/src/loggable_batch.rs b/crates/store/re_types_core/src/loggable_batch.rs similarity index 100% rename from crates/re_types_core/src/loggable_batch.rs rename to crates/store/re_types_core/src/loggable_batch.rs diff --git a/crates/re_types_core/src/macros.rs b/crates/store/re_types_core/src/macros.rs similarity index 100% rename from crates/re_types_core/src/macros.rs rename to crates/store/re_types_core/src/macros.rs diff --git a/crates/re_types_core/src/reflection.rs b/crates/store/re_types_core/src/reflection.rs similarity index 100% rename from crates/re_types_core/src/reflection.rs rename to crates/store/re_types_core/src/reflection.rs diff --git a/crates/re_types_core/src/result.rs b/crates/store/re_types_core/src/result.rs similarity index 100% rename from crates/re_types_core/src/result.rs rename to crates/store/re_types_core/src/result.rs diff --git a/crates/re_types_core/src/size_bytes.rs b/crates/store/re_types_core/src/size_bytes.rs similarity index 100% rename from crates/re_types_core/src/size_bytes.rs rename to crates/store/re_types_core/src/size_bytes.rs diff --git a/crates/re_types_core/src/tuid.rs b/crates/store/re_types_core/src/tuid.rs similarity index 100% rename from crates/re_types_core/src/tuid.rs rename to crates/store/re_types_core/src/tuid.rs diff --git a/crates/re_types_core/src/view.rs b/crates/store/re_types_core/src/view.rs similarity index 100% rename from crates/re_types_core/src/view.rs rename to crates/store/re_types_core/src/view.rs diff --git a/crates/re_ws_comms/Cargo.toml b/crates/store/re_ws_comms/Cargo.toml similarity index 100% rename from crates/re_ws_comms/Cargo.toml rename to crates/store/re_ws_comms/Cargo.toml diff --git a/crates/re_ws_comms/README.md b/crates/store/re_ws_comms/README.md similarity index 100% rename from crates/re_ws_comms/README.md rename to crates/store/re_ws_comms/README.md diff --git a/crates/re_ws_comms/src/client.rs b/crates/store/re_ws_comms/src/client.rs similarity index 100% rename from crates/re_ws_comms/src/client.rs rename to crates/store/re_ws_comms/src/client.rs diff --git a/crates/re_ws_comms/src/lib.rs b/crates/store/re_ws_comms/src/lib.rs similarity index 100% rename from crates/re_ws_comms/src/lib.rs rename to crates/store/re_ws_comms/src/lib.rs diff --git a/crates/re_ws_comms/src/server.rs b/crates/store/re_ws_comms/src/server.rs similarity index 100% rename from crates/re_ws_comms/src/server.rs rename to crates/store/re_ws_comms/src/server.rs diff --git a/crates/top/README.md b/crates/top/README.md new file mode 100644 index 000000000000..c9fe370185fc --- /dev/null +++ b/crates/top/README.md @@ -0,0 +1 @@ +The top-level crates; the entry-points for our users. diff --git a/crates/re_sdk/Cargo.toml b/crates/top/re_sdk/Cargo.toml similarity index 100% rename from crates/re_sdk/Cargo.toml rename to crates/top/re_sdk/Cargo.toml diff --git a/crates/re_sdk/README.md b/crates/top/re_sdk/README.md similarity index 100% rename from crates/re_sdk/README.md rename to crates/top/re_sdk/README.md diff --git a/crates/re_sdk/build.rs b/crates/top/re_sdk/build.rs similarity index 100% rename from crates/re_sdk/build.rs rename to crates/top/re_sdk/build.rs diff --git a/crates/re_sdk/src/binary_stream_sink.rs b/crates/top/re_sdk/src/binary_stream_sink.rs similarity index 100% rename from crates/re_sdk/src/binary_stream_sink.rs rename to crates/top/re_sdk/src/binary_stream_sink.rs diff --git a/crates/re_sdk/src/global.rs b/crates/top/re_sdk/src/global.rs similarity index 100% rename from crates/re_sdk/src/global.rs rename to crates/top/re_sdk/src/global.rs diff --git a/crates/re_sdk/src/lib.rs b/crates/top/re_sdk/src/lib.rs similarity index 100% rename from crates/re_sdk/src/lib.rs rename to crates/top/re_sdk/src/lib.rs diff --git a/crates/re_sdk/src/log_sink.rs b/crates/top/re_sdk/src/log_sink.rs similarity index 100% rename from crates/re_sdk/src/log_sink.rs rename to crates/top/re_sdk/src/log_sink.rs diff --git a/crates/re_sdk/src/recording_stream.rs b/crates/top/re_sdk/src/recording_stream.rs similarity index 100% rename from crates/re_sdk/src/recording_stream.rs rename to crates/top/re_sdk/src/recording_stream.rs diff --git a/crates/re_sdk/src/spawn.rs b/crates/top/re_sdk/src/spawn.rs similarity index 100% rename from crates/re_sdk/src/spawn.rs rename to crates/top/re_sdk/src/spawn.rs diff --git a/crates/re_sdk/src/web_viewer.rs b/crates/top/re_sdk/src/web_viewer.rs similarity index 100% rename from crates/re_sdk/src/web_viewer.rs rename to crates/top/re_sdk/src/web_viewer.rs diff --git a/crates/rerun-cli/Cargo.toml b/crates/top/rerun-cli/Cargo.toml similarity index 96% rename from crates/rerun-cli/Cargo.toml rename to crates/top/rerun-cli/Cargo.toml index 501ad7ce2a6f..40db5b5d2180 100644 --- a/crates/rerun-cli/Cargo.toml +++ b/crates/top/rerun-cli/Cargo.toml @@ -30,7 +30,7 @@ targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] [[bin]] name = "rerun" path = "src/bin/rerun.rs" -# This binary's name collides with `crates/rerun` (the library). +# This binary's name collides with `crates/top/rerun` (the library). # https://github.com/rust-lang/cargo/issues/6313 doc = false diff --git a/crates/rerun-cli/README.md b/crates/top/rerun-cli/README.md similarity index 100% rename from crates/rerun-cli/README.md rename to crates/top/rerun-cli/README.md diff --git a/crates/rerun-cli/build.rs b/crates/top/rerun-cli/build.rs similarity index 100% rename from crates/rerun-cli/build.rs rename to crates/top/rerun-cli/build.rs diff --git a/crates/rerun-cli/src/bin/rerun.rs b/crates/top/rerun-cli/src/bin/rerun.rs similarity index 100% rename from crates/rerun-cli/src/bin/rerun.rs rename to crates/top/rerun-cli/src/bin/rerun.rs diff --git a/crates/rerun/Cargo.toml b/crates/top/rerun/Cargo.toml similarity index 100% rename from crates/rerun/Cargo.toml rename to crates/top/rerun/Cargo.toml diff --git a/crates/rerun/README.md b/crates/top/rerun/README.md similarity index 100% rename from crates/rerun/README.md rename to crates/top/rerun/README.md diff --git a/crates/rerun/build.rs b/crates/top/rerun/build.rs similarity index 100% rename from crates/rerun/build.rs rename to crates/top/rerun/build.rs diff --git a/crates/rerun/src/clap.rs b/crates/top/rerun/src/clap.rs similarity index 100% rename from crates/rerun/src/clap.rs rename to crates/top/rerun/src/clap.rs diff --git a/crates/rerun/src/demo_util.rs b/crates/top/rerun/src/demo_util.rs similarity index 100% rename from crates/rerun/src/demo_util.rs rename to crates/top/rerun/src/demo_util.rs diff --git a/crates/rerun/src/lib.rs b/crates/top/rerun/src/lib.rs similarity index 100% rename from crates/rerun/src/lib.rs rename to crates/top/rerun/src/lib.rs diff --git a/crates/rerun/src/log_integration.rs b/crates/top/rerun/src/log_integration.rs similarity index 100% rename from crates/rerun/src/log_integration.rs rename to crates/top/rerun/src/log_integration.rs diff --git a/crates/rerun/src/native_viewer.rs b/crates/top/rerun/src/native_viewer.rs similarity index 100% rename from crates/rerun/src/native_viewer.rs rename to crates/top/rerun/src/native_viewer.rs diff --git a/crates/rerun/src/run.rs b/crates/top/rerun/src/run.rs similarity index 100% rename from crates/rerun/src/run.rs rename to crates/top/rerun/src/run.rs diff --git a/crates/rerun/src/sdk.rs b/crates/top/rerun/src/sdk.rs similarity index 100% rename from crates/rerun/src/sdk.rs rename to crates/top/rerun/src/sdk.rs diff --git a/crates/rerun/tests/rerun_tests.rs b/crates/top/rerun/tests/rerun_tests.rs similarity index 100% rename from crates/rerun/tests/rerun_tests.rs rename to crates/top/rerun/tests/rerun_tests.rs diff --git a/crates/rerun_c/CMakeLists.txt b/crates/top/rerun_c/CMakeLists.txt similarity index 100% rename from crates/rerun_c/CMakeLists.txt rename to crates/top/rerun_c/CMakeLists.txt diff --git a/crates/rerun_c/Cargo.toml b/crates/top/rerun_c/Cargo.toml similarity index 100% rename from crates/rerun_c/Cargo.toml rename to crates/top/rerun_c/Cargo.toml diff --git a/crates/rerun_c/README.md b/crates/top/rerun_c/README.md similarity index 100% rename from crates/rerun_c/README.md rename to crates/top/rerun_c/README.md diff --git a/crates/rerun_c/src/component_type_registry.rs b/crates/top/rerun_c/src/component_type_registry.rs similarity index 100% rename from crates/rerun_c/src/component_type_registry.rs rename to crates/top/rerun_c/src/component_type_registry.rs diff --git a/crates/rerun_c/src/error.rs b/crates/top/rerun_c/src/error.rs similarity index 100% rename from crates/rerun_c/src/error.rs rename to crates/top/rerun_c/src/error.rs diff --git a/crates/rerun_c/src/lib.rs b/crates/top/rerun_c/src/lib.rs similarity index 100% rename from crates/rerun_c/src/lib.rs rename to crates/top/rerun_c/src/lib.rs diff --git a/crates/rerun_c/src/ptr.rs b/crates/top/rerun_c/src/ptr.rs similarity index 100% rename from crates/rerun_c/src/ptr.rs rename to crates/top/rerun_c/src/ptr.rs diff --git a/crates/rerun_c/src/recording_streams.rs b/crates/top/rerun_c/src/recording_streams.rs similarity index 100% rename from crates/rerun_c/src/recording_streams.rs rename to crates/top/rerun_c/src/recording_streams.rs diff --git a/crates/rerun_c/src/rerun.h b/crates/top/rerun_c/src/rerun.h similarity index 100% rename from crates/rerun_c/src/rerun.h rename to crates/top/rerun_c/src/rerun.h diff --git a/crates/utils/README.md b/crates/utils/README.md new file mode 100644 index 000000000000..bd556f106e28 --- /dev/null +++ b/crates/utils/README.md @@ -0,0 +1,4 @@ +Small utility crates that + * Have few dependencies + * Do not depend on any Rerun crate outside this folder + * Are not closely tied to Rerun specific stuff, so are potentially useful for other people outside of Rerun diff --git a/crates/re_analytics/Cargo.toml b/crates/utils/re_analytics/Cargo.toml similarity index 100% rename from crates/re_analytics/Cargo.toml rename to crates/utils/re_analytics/Cargo.toml diff --git a/crates/re_analytics/README.md b/crates/utils/re_analytics/README.md similarity index 100% rename from crates/re_analytics/README.md rename to crates/utils/re_analytics/README.md diff --git a/crates/re_analytics/build.rs b/crates/utils/re_analytics/build.rs similarity index 100% rename from crates/re_analytics/build.rs rename to crates/utils/re_analytics/build.rs diff --git a/crates/re_analytics/examples/end_to_end.rs b/crates/utils/re_analytics/examples/end_to_end.rs similarity index 100% rename from crates/re_analytics/examples/end_to_end.rs rename to crates/utils/re_analytics/examples/end_to_end.rs diff --git a/crates/re_analytics/src/cli.rs b/crates/utils/re_analytics/src/cli.rs similarity index 100% rename from crates/re_analytics/src/cli.rs rename to crates/utils/re_analytics/src/cli.rs diff --git a/crates/re_analytics/src/event.rs b/crates/utils/re_analytics/src/event.rs similarity index 100% rename from crates/re_analytics/src/event.rs rename to crates/utils/re_analytics/src/event.rs diff --git a/crates/re_analytics/src/lib.rs b/crates/utils/re_analytics/src/lib.rs similarity index 100% rename from crates/re_analytics/src/lib.rs rename to crates/utils/re_analytics/src/lib.rs diff --git a/crates/re_analytics/src/native/config.rs b/crates/utils/re_analytics/src/native/config.rs similarity index 100% rename from crates/re_analytics/src/native/config.rs rename to crates/utils/re_analytics/src/native/config.rs diff --git a/crates/re_analytics/src/native/mod.rs b/crates/utils/re_analytics/src/native/mod.rs similarity index 100% rename from crates/re_analytics/src/native/mod.rs rename to crates/utils/re_analytics/src/native/mod.rs diff --git a/crates/re_analytics/src/native/pipeline.rs b/crates/utils/re_analytics/src/native/pipeline.rs similarity index 100% rename from crates/re_analytics/src/native/pipeline.rs rename to crates/utils/re_analytics/src/native/pipeline.rs diff --git a/crates/re_analytics/src/native/sink.rs b/crates/utils/re_analytics/src/native/sink.rs similarity index 100% rename from crates/re_analytics/src/native/sink.rs rename to crates/utils/re_analytics/src/native/sink.rs diff --git a/crates/re_analytics/src/posthog.rs b/crates/utils/re_analytics/src/posthog.rs similarity index 100% rename from crates/re_analytics/src/posthog.rs rename to crates/utils/re_analytics/src/posthog.rs diff --git a/crates/re_analytics/src/web/config.rs b/crates/utils/re_analytics/src/web/config.rs similarity index 100% rename from crates/re_analytics/src/web/config.rs rename to crates/utils/re_analytics/src/web/config.rs diff --git a/crates/re_analytics/src/web/mod.rs b/crates/utils/re_analytics/src/web/mod.rs similarity index 100% rename from crates/re_analytics/src/web/mod.rs rename to crates/utils/re_analytics/src/web/mod.rs diff --git a/crates/re_analytics/src/web/pipeline.rs b/crates/utils/re_analytics/src/web/pipeline.rs similarity index 100% rename from crates/re_analytics/src/web/pipeline.rs rename to crates/utils/re_analytics/src/web/pipeline.rs diff --git a/crates/re_case/Cargo.toml b/crates/utils/re_case/Cargo.toml similarity index 100% rename from crates/re_case/Cargo.toml rename to crates/utils/re_case/Cargo.toml diff --git a/crates/re_case/README.md b/crates/utils/re_case/README.md similarity index 100% rename from crates/re_case/README.md rename to crates/utils/re_case/README.md diff --git a/crates/re_case/src/lib.rs b/crates/utils/re_case/src/lib.rs similarity index 100% rename from crates/re_case/src/lib.rs rename to crates/utils/re_case/src/lib.rs diff --git a/crates/re_crash_handler/Cargo.toml b/crates/utils/re_crash_handler/Cargo.toml similarity index 100% rename from crates/re_crash_handler/Cargo.toml rename to crates/utils/re_crash_handler/Cargo.toml diff --git a/crates/re_crash_handler/README.md b/crates/utils/re_crash_handler/README.md similarity index 89% rename from crates/re_crash_handler/README.md rename to crates/utils/re_crash_handler/README.md index 363c7ddfc4bd..2d6aef65300d 100644 --- a/crates/re_crash_handler/README.md +++ b/crates/utils/re_crash_handler/README.md @@ -2,7 +2,7 @@ Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates. -[![Latest version](https://img.shields.io/crates/v/re_crash_handler.svg)](https://crates.io/crates/re_crash_handler) +[![Latest version](https://img.shields.io/crates/v/re_crash_handler.svg)](https://crates.io/crates/utils/re_crash_handler) [![Documentation](https://docs.rs/re_crash_handler/badge.svg)](https://docs.rs/re_crash_handler) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) diff --git a/crates/re_crash_handler/src/lib.rs b/crates/utils/re_crash_handler/src/lib.rs similarity index 100% rename from crates/re_crash_handler/src/lib.rs rename to crates/utils/re_crash_handler/src/lib.rs diff --git a/crates/re_error/Cargo.toml b/crates/utils/re_error/Cargo.toml similarity index 100% rename from crates/re_error/Cargo.toml rename to crates/utils/re_error/Cargo.toml diff --git a/crates/re_error/README.md b/crates/utils/re_error/README.md similarity index 100% rename from crates/re_error/README.md rename to crates/utils/re_error/README.md diff --git a/crates/re_error/src/lib.rs b/crates/utils/re_error/src/lib.rs similarity index 100% rename from crates/re_error/src/lib.rs rename to crates/utils/re_error/src/lib.rs diff --git a/crates/re_format/Cargo.toml b/crates/utils/re_format/Cargo.toml similarity index 100% rename from crates/re_format/Cargo.toml rename to crates/utils/re_format/Cargo.toml diff --git a/crates/re_format/README.md b/crates/utils/re_format/README.md similarity index 100% rename from crates/re_format/README.md rename to crates/utils/re_format/README.md diff --git a/crates/re_format/src/lib.rs b/crates/utils/re_format/src/lib.rs similarity index 100% rename from crates/re_format/src/lib.rs rename to crates/utils/re_format/src/lib.rs diff --git a/crates/re_format/src/time.rs b/crates/utils/re_format/src/time.rs similarity index 100% rename from crates/re_format/src/time.rs rename to crates/utils/re_format/src/time.rs diff --git a/crates/re_int_histogram/Cargo.toml b/crates/utils/re_int_histogram/Cargo.toml similarity index 100% rename from crates/re_int_histogram/Cargo.toml rename to crates/utils/re_int_histogram/Cargo.toml diff --git a/crates/re_int_histogram/README.md b/crates/utils/re_int_histogram/README.md similarity index 100% rename from crates/re_int_histogram/README.md rename to crates/utils/re_int_histogram/README.md diff --git a/crates/re_int_histogram/benches/int_histogram_benchmark.rs b/crates/utils/re_int_histogram/benches/int_histogram_benchmark.rs similarity index 100% rename from crates/re_int_histogram/benches/int_histogram_benchmark.rs rename to crates/utils/re_int_histogram/benches/int_histogram_benchmark.rs diff --git a/crates/re_int_histogram/src/lib.rs b/crates/utils/re_int_histogram/src/lib.rs similarity index 100% rename from crates/re_int_histogram/src/lib.rs rename to crates/utils/re_int_histogram/src/lib.rs diff --git a/crates/re_int_histogram/src/tree.rs b/crates/utils/re_int_histogram/src/tree.rs similarity index 100% rename from crates/re_int_histogram/src/tree.rs rename to crates/utils/re_int_histogram/src/tree.rs diff --git a/crates/re_int_histogram/tests/memory_test.rs b/crates/utils/re_int_histogram/tests/memory_test.rs similarity index 100% rename from crates/re_int_histogram/tests/memory_test.rs rename to crates/utils/re_int_histogram/tests/memory_test.rs diff --git a/crates/re_int_histogram/tests/snapshots/memory_test__Int64Histogram.snap b/crates/utils/re_int_histogram/tests/snapshots/memory_test__Int64Histogram.snap similarity index 93% rename from crates/re_int_histogram/tests/snapshots/memory_test__Int64Histogram.snap rename to crates/utils/re_int_histogram/tests/snapshots/memory_test__Int64Histogram.snap index cdb6467ab3e7..7bab54ca7519 100644 --- a/crates/re_int_histogram/tests/snapshots/memory_test__Int64Histogram.snap +++ b/crates/utils/re_int_histogram/tests/snapshots/memory_test__Int64Histogram.snap @@ -1,5 +1,5 @@ --- -source: crates/re_int_histogram/tests/memory_test.rs +source: crates/utils/re_int_histogram/tests/memory_test.rs assertion_line: 126 expression: "[format!(\"{:.1} B/entry, dense\", bytes_per_entry(N, 1)),\n format!(\"{:.1} B/entry, spacing: 1M\", bytes_per_entry(N, 1_000_000)),\n format!(\"{:.1} B/entry, spacing: 2M\", bytes_per_entry(N, 2_000_000)),\n format!(\"{:.1} B/entry, spacing: 3M\", bytes_per_entry(N, 3_000_000)),\n format!(\"{:.1} B/entry, spacing: 5M\", bytes_per_entry(N, 5_000_000)),\n format!(\"{:.1} B/entry, spacing: 8M\", bytes_per_entry(N, 8_000_000)),\n format!(\"{:.1} B/entry, spacing: 13M\",\n bytes_per_entry(N, 13_000_000))]" --- diff --git a/crates/re_int_histogram/tests/snapshots/memory_test__btree.snap b/crates/utils/re_int_histogram/tests/snapshots/memory_test__btree.snap similarity index 93% rename from crates/re_int_histogram/tests/snapshots/memory_test__btree.snap rename to crates/utils/re_int_histogram/tests/snapshots/memory_test__btree.snap index 51d4fb8721c1..1dfe9fcba7d8 100644 --- a/crates/re_int_histogram/tests/snapshots/memory_test__btree.snap +++ b/crates/utils/re_int_histogram/tests/snapshots/memory_test__btree.snap @@ -1,5 +1,5 @@ --- -source: crates/re_int_histogram/tests/memory_test.rs +source: crates/utils/re_int_histogram/tests/memory_test.rs assertion_line: 87 expression: "[format!(\"{:.1} B/entry, dense\", bytes_per_entry(N, 1)),\n format!(\"{:.1} B/entry, spacing: 1M\", bytes_per_entry(N, 1_000_000)),\n format!(\"{:.1} B/entry, spacing: 2M\", bytes_per_entry(N, 2_000_000)),\n format!(\"{:.1} B/entry, spacing: 3M\", bytes_per_entry(N, 3_000_000)),\n format!(\"{:.1} B/entry, spacing: 5M\", bytes_per_entry(N, 5_000_000)),\n format!(\"{:.1} B/entry, spacing: 8M\", bytes_per_entry(N, 8_000_000)),\n format!(\"{:.1} B/entry, spacing: 13M\",\n bytes_per_entry(N, 13_000_000))]" --- diff --git a/crates/re_log/Cargo.toml b/crates/utils/re_log/Cargo.toml similarity index 100% rename from crates/re_log/Cargo.toml rename to crates/utils/re_log/Cargo.toml diff --git a/crates/re_log/README.md b/crates/utils/re_log/README.md similarity index 100% rename from crates/re_log/README.md rename to crates/utils/re_log/README.md diff --git a/crates/re_log/src/channel_logger.rs b/crates/utils/re_log/src/channel_logger.rs similarity index 100% rename from crates/re_log/src/channel_logger.rs rename to crates/utils/re_log/src/channel_logger.rs diff --git a/crates/re_log/src/lib.rs b/crates/utils/re_log/src/lib.rs similarity index 100% rename from crates/re_log/src/lib.rs rename to crates/utils/re_log/src/lib.rs diff --git a/crates/re_log/src/multi_logger.rs b/crates/utils/re_log/src/multi_logger.rs similarity index 100% rename from crates/re_log/src/multi_logger.rs rename to crates/utils/re_log/src/multi_logger.rs diff --git a/crates/re_log/src/result_extensions.rs b/crates/utils/re_log/src/result_extensions.rs similarity index 100% rename from crates/re_log/src/result_extensions.rs rename to crates/utils/re_log/src/result_extensions.rs diff --git a/crates/re_log/src/setup.rs b/crates/utils/re_log/src/setup.rs similarity index 100% rename from crates/re_log/src/setup.rs rename to crates/utils/re_log/src/setup.rs diff --git a/crates/re_log/src/web_logger.rs b/crates/utils/re_log/src/web_logger.rs similarity index 100% rename from crates/re_log/src/web_logger.rs rename to crates/utils/re_log/src/web_logger.rs diff --git a/crates/re_memory/Cargo.toml b/crates/utils/re_memory/Cargo.toml similarity index 100% rename from crates/re_memory/Cargo.toml rename to crates/utils/re_memory/Cargo.toml diff --git a/crates/re_memory/README.md b/crates/utils/re_memory/README.md similarity index 100% rename from crates/re_memory/README.md rename to crates/utils/re_memory/README.md diff --git a/crates/re_memory/src/accounting_allocator.rs b/crates/utils/re_memory/src/accounting_allocator.rs similarity index 100% rename from crates/re_memory/src/accounting_allocator.rs rename to crates/utils/re_memory/src/accounting_allocator.rs diff --git a/crates/re_memory/src/allocation_tracker.rs b/crates/utils/re_memory/src/allocation_tracker.rs similarity index 100% rename from crates/re_memory/src/allocation_tracker.rs rename to crates/utils/re_memory/src/allocation_tracker.rs diff --git a/crates/re_memory/src/backtrace_native.rs b/crates/utils/re_memory/src/backtrace_native.rs similarity index 100% rename from crates/re_memory/src/backtrace_native.rs rename to crates/utils/re_memory/src/backtrace_native.rs diff --git a/crates/re_memory/src/backtrace_web.rs b/crates/utils/re_memory/src/backtrace_web.rs similarity index 100% rename from crates/re_memory/src/backtrace_web.rs rename to crates/utils/re_memory/src/backtrace_web.rs diff --git a/crates/re_memory/src/lib.rs b/crates/utils/re_memory/src/lib.rs similarity index 100% rename from crates/re_memory/src/lib.rs rename to crates/utils/re_memory/src/lib.rs diff --git a/crates/re_memory/src/memory_history.rs b/crates/utils/re_memory/src/memory_history.rs similarity index 100% rename from crates/re_memory/src/memory_history.rs rename to crates/utils/re_memory/src/memory_history.rs diff --git a/crates/re_memory/src/memory_limit.rs b/crates/utils/re_memory/src/memory_limit.rs similarity index 100% rename from crates/re_memory/src/memory_limit.rs rename to crates/utils/re_memory/src/memory_limit.rs diff --git a/crates/re_memory/src/memory_use.rs b/crates/utils/re_memory/src/memory_use.rs similarity index 100% rename from crates/re_memory/src/memory_use.rs rename to crates/utils/re_memory/src/memory_use.rs diff --git a/crates/re_memory/src/ram_warner.rs b/crates/utils/re_memory/src/ram_warner.rs similarity index 100% rename from crates/re_memory/src/ram_warner.rs rename to crates/utils/re_memory/src/ram_warner.rs diff --git a/crates/re_memory/src/util.rs b/crates/utils/re_memory/src/util.rs similarity index 100% rename from crates/re_memory/src/util.rs rename to crates/utils/re_memory/src/util.rs diff --git a/crates/re_smart_channel/Cargo.toml b/crates/utils/re_smart_channel/Cargo.toml similarity index 100% rename from crates/re_smart_channel/Cargo.toml rename to crates/utils/re_smart_channel/Cargo.toml diff --git a/crates/re_smart_channel/README.md b/crates/utils/re_smart_channel/README.md similarity index 100% rename from crates/re_smart_channel/README.md rename to crates/utils/re_smart_channel/README.md diff --git a/crates/re_smart_channel/src/lib.rs b/crates/utils/re_smart_channel/src/lib.rs similarity index 100% rename from crates/re_smart_channel/src/lib.rs rename to crates/utils/re_smart_channel/src/lib.rs diff --git a/crates/re_smart_channel/src/receive_set.rs b/crates/utils/re_smart_channel/src/receive_set.rs similarity index 100% rename from crates/re_smart_channel/src/receive_set.rs rename to crates/utils/re_smart_channel/src/receive_set.rs diff --git a/crates/re_smart_channel/src/receiver.rs b/crates/utils/re_smart_channel/src/receiver.rs similarity index 100% rename from crates/re_smart_channel/src/receiver.rs rename to crates/utils/re_smart_channel/src/receiver.rs diff --git a/crates/re_smart_channel/src/sender.rs b/crates/utils/re_smart_channel/src/sender.rs similarity index 100% rename from crates/re_smart_channel/src/sender.rs rename to crates/utils/re_smart_channel/src/sender.rs diff --git a/crates/re_string_interner/Cargo.toml b/crates/utils/re_string_interner/Cargo.toml similarity index 100% rename from crates/re_string_interner/Cargo.toml rename to crates/utils/re_string_interner/Cargo.toml diff --git a/crates/re_string_interner/README.md b/crates/utils/re_string_interner/README.md similarity index 100% rename from crates/re_string_interner/README.md rename to crates/utils/re_string_interner/README.md diff --git a/crates/re_string_interner/src/lib.rs b/crates/utils/re_string_interner/src/lib.rs similarity index 100% rename from crates/re_string_interner/src/lib.rs rename to crates/utils/re_string_interner/src/lib.rs diff --git a/crates/re_tracing/Cargo.toml b/crates/utils/re_tracing/Cargo.toml similarity index 100% rename from crates/re_tracing/Cargo.toml rename to crates/utils/re_tracing/Cargo.toml diff --git a/crates/re_tracing/README.md b/crates/utils/re_tracing/README.md similarity index 100% rename from crates/re_tracing/README.md rename to crates/utils/re_tracing/README.md diff --git a/crates/re_tracing/src/lib.rs b/crates/utils/re_tracing/src/lib.rs similarity index 100% rename from crates/re_tracing/src/lib.rs rename to crates/utils/re_tracing/src/lib.rs diff --git a/crates/re_tracing/src/server.rs b/crates/utils/re_tracing/src/server.rs similarity index 100% rename from crates/re_tracing/src/server.rs rename to crates/utils/re_tracing/src/server.rs diff --git a/crates/re_tuid/Cargo.toml b/crates/utils/re_tuid/Cargo.toml similarity index 100% rename from crates/re_tuid/Cargo.toml rename to crates/utils/re_tuid/Cargo.toml diff --git a/crates/re_tuid/README.md b/crates/utils/re_tuid/README.md similarity index 100% rename from crates/re_tuid/README.md rename to crates/utils/re_tuid/README.md diff --git a/crates/re_tuid/benches/bench_tuid.rs b/crates/utils/re_tuid/benches/bench_tuid.rs similarity index 100% rename from crates/re_tuid/benches/bench_tuid.rs rename to crates/utils/re_tuid/benches/bench_tuid.rs diff --git a/crates/re_tuid/src/lib.rs b/crates/utils/re_tuid/src/lib.rs similarity index 100% rename from crates/re_tuid/src/lib.rs rename to crates/utils/re_tuid/src/lib.rs diff --git a/crates/viewer/README.md b/crates/viewer/README.md new file mode 100644 index 000000000000..8e6e19dd1a99 --- /dev/null +++ b/crates/viewer/README.md @@ -0,0 +1 @@ +All crates related to UI and rendering diff --git a/crates/re_blueprint_tree/Cargo.toml b/crates/viewer/re_blueprint_tree/Cargo.toml similarity index 100% rename from crates/re_blueprint_tree/Cargo.toml rename to crates/viewer/re_blueprint_tree/Cargo.toml diff --git a/crates/re_blueprint_tree/README.md b/crates/viewer/re_blueprint_tree/README.md similarity index 100% rename from crates/re_blueprint_tree/README.md rename to crates/viewer/re_blueprint_tree/README.md diff --git a/crates/re_blueprint_tree/src/blueprint_tree.rs b/crates/viewer/re_blueprint_tree/src/blueprint_tree.rs similarity index 100% rename from crates/re_blueprint_tree/src/blueprint_tree.rs rename to crates/viewer/re_blueprint_tree/src/blueprint_tree.rs diff --git a/crates/re_blueprint_tree/src/lib.rs b/crates/viewer/re_blueprint_tree/src/lib.rs similarity index 100% rename from crates/re_blueprint_tree/src/lib.rs rename to crates/viewer/re_blueprint_tree/src/lib.rs diff --git a/crates/re_context_menu/Cargo.toml b/crates/viewer/re_context_menu/Cargo.toml similarity index 100% rename from crates/re_context_menu/Cargo.toml rename to crates/viewer/re_context_menu/Cargo.toml diff --git a/crates/re_context_menu/README.md b/crates/viewer/re_context_menu/README.md similarity index 100% rename from crates/re_context_menu/README.md rename to crates/viewer/re_context_menu/README.md diff --git a/crates/re_context_menu/src/actions/add_container.rs b/crates/viewer/re_context_menu/src/actions/add_container.rs similarity index 100% rename from crates/re_context_menu/src/actions/add_container.rs rename to crates/viewer/re_context_menu/src/actions/add_container.rs diff --git a/crates/re_context_menu/src/actions/add_entities_to_new_space_view.rs b/crates/viewer/re_context_menu/src/actions/add_entities_to_new_space_view.rs similarity index 100% rename from crates/re_context_menu/src/actions/add_entities_to_new_space_view.rs rename to crates/viewer/re_context_menu/src/actions/add_entities_to_new_space_view.rs diff --git a/crates/re_context_menu/src/actions/add_space_view.rs b/crates/viewer/re_context_menu/src/actions/add_space_view.rs similarity index 100% rename from crates/re_context_menu/src/actions/add_space_view.rs rename to crates/viewer/re_context_menu/src/actions/add_space_view.rs diff --git a/crates/re_context_menu/src/actions/clone_space_view.rs b/crates/viewer/re_context_menu/src/actions/clone_space_view.rs similarity index 100% rename from crates/re_context_menu/src/actions/clone_space_view.rs rename to crates/viewer/re_context_menu/src/actions/clone_space_view.rs diff --git a/crates/re_context_menu/src/actions/collapse_expand_all.rs b/crates/viewer/re_context_menu/src/actions/collapse_expand_all.rs similarity index 100% rename from crates/re_context_menu/src/actions/collapse_expand_all.rs rename to crates/viewer/re_context_menu/src/actions/collapse_expand_all.rs diff --git a/crates/re_context_menu/src/actions/mod.rs b/crates/viewer/re_context_menu/src/actions/mod.rs similarity index 100% rename from crates/re_context_menu/src/actions/mod.rs rename to crates/viewer/re_context_menu/src/actions/mod.rs diff --git a/crates/re_context_menu/src/actions/move_contents_to_new_container.rs b/crates/viewer/re_context_menu/src/actions/move_contents_to_new_container.rs similarity index 100% rename from crates/re_context_menu/src/actions/move_contents_to_new_container.rs rename to crates/viewer/re_context_menu/src/actions/move_contents_to_new_container.rs diff --git a/crates/re_context_menu/src/actions/remove.rs b/crates/viewer/re_context_menu/src/actions/remove.rs similarity index 100% rename from crates/re_context_menu/src/actions/remove.rs rename to crates/viewer/re_context_menu/src/actions/remove.rs diff --git a/crates/re_context_menu/src/actions/show_hide.rs b/crates/viewer/re_context_menu/src/actions/show_hide.rs similarity index 100% rename from crates/re_context_menu/src/actions/show_hide.rs rename to crates/viewer/re_context_menu/src/actions/show_hide.rs diff --git a/crates/re_context_menu/src/lib.rs b/crates/viewer/re_context_menu/src/lib.rs similarity index 100% rename from crates/re_context_menu/src/lib.rs rename to crates/viewer/re_context_menu/src/lib.rs diff --git a/crates/re_context_menu/src/sub_menu.rs b/crates/viewer/re_context_menu/src/sub_menu.rs similarity index 100% rename from crates/re_context_menu/src/sub_menu.rs rename to crates/viewer/re_context_menu/src/sub_menu.rs diff --git a/crates/re_data_ui/Cargo.toml b/crates/viewer/re_data_ui/Cargo.toml similarity index 100% rename from crates/re_data_ui/Cargo.toml rename to crates/viewer/re_data_ui/Cargo.toml diff --git a/crates/re_data_ui/README.md b/crates/viewer/re_data_ui/README.md similarity index 100% rename from crates/re_data_ui/README.md rename to crates/viewer/re_data_ui/README.md diff --git a/crates/re_data_ui/src/annotation_context.rs b/crates/viewer/re_data_ui/src/annotation_context.rs similarity index 100% rename from crates/re_data_ui/src/annotation_context.rs rename to crates/viewer/re_data_ui/src/annotation_context.rs diff --git a/crates/re_data_ui/src/app_id.rs b/crates/viewer/re_data_ui/src/app_id.rs similarity index 100% rename from crates/re_data_ui/src/app_id.rs rename to crates/viewer/re_data_ui/src/app_id.rs diff --git a/crates/re_data_ui/src/blueprint_data.rs b/crates/viewer/re_data_ui/src/blueprint_data.rs similarity index 100% rename from crates/re_data_ui/src/blueprint_data.rs rename to crates/viewer/re_data_ui/src/blueprint_data.rs diff --git a/crates/re_data_ui/src/blueprint_types.rs b/crates/viewer/re_data_ui/src/blueprint_types.rs similarity index 100% rename from crates/re_data_ui/src/blueprint_types.rs rename to crates/viewer/re_data_ui/src/blueprint_types.rs diff --git a/crates/re_data_ui/src/component.rs b/crates/viewer/re_data_ui/src/component.rs similarity index 100% rename from crates/re_data_ui/src/component.rs rename to crates/viewer/re_data_ui/src/component.rs diff --git a/crates/re_data_ui/src/component_name.rs b/crates/viewer/re_data_ui/src/component_name.rs similarity index 100% rename from crates/re_data_ui/src/component_name.rs rename to crates/viewer/re_data_ui/src/component_name.rs diff --git a/crates/re_data_ui/src/component_path.rs b/crates/viewer/re_data_ui/src/component_path.rs similarity index 100% rename from crates/re_data_ui/src/component_path.rs rename to crates/viewer/re_data_ui/src/component_path.rs diff --git a/crates/re_data_ui/src/component_ui_registry.rs b/crates/viewer/re_data_ui/src/component_ui_registry.rs similarity index 100% rename from crates/re_data_ui/src/component_ui_registry.rs rename to crates/viewer/re_data_ui/src/component_ui_registry.rs diff --git a/crates/re_data_ui/src/data.rs b/crates/viewer/re_data_ui/src/data.rs similarity index 100% rename from crates/re_data_ui/src/data.rs rename to crates/viewer/re_data_ui/src/data.rs diff --git a/crates/re_data_ui/src/data_source.rs b/crates/viewer/re_data_ui/src/data_source.rs similarity index 100% rename from crates/re_data_ui/src/data_source.rs rename to crates/viewer/re_data_ui/src/data_source.rs diff --git a/crates/re_data_ui/src/entity_db.rs b/crates/viewer/re_data_ui/src/entity_db.rs similarity index 100% rename from crates/re_data_ui/src/entity_db.rs rename to crates/viewer/re_data_ui/src/entity_db.rs diff --git a/crates/re_data_ui/src/entity_path.rs b/crates/viewer/re_data_ui/src/entity_path.rs similarity index 100% rename from crates/re_data_ui/src/entity_path.rs rename to crates/viewer/re_data_ui/src/entity_path.rs diff --git a/crates/re_data_ui/src/image.rs b/crates/viewer/re_data_ui/src/image.rs similarity index 100% rename from crates/re_data_ui/src/image.rs rename to crates/viewer/re_data_ui/src/image.rs diff --git a/crates/re_data_ui/src/image_meaning.rs b/crates/viewer/re_data_ui/src/image_meaning.rs similarity index 100% rename from crates/re_data_ui/src/image_meaning.rs rename to crates/viewer/re_data_ui/src/image_meaning.rs diff --git a/crates/re_data_ui/src/instance_path.rs b/crates/viewer/re_data_ui/src/instance_path.rs similarity index 100% rename from crates/re_data_ui/src/instance_path.rs rename to crates/viewer/re_data_ui/src/instance_path.rs diff --git a/crates/re_data_ui/src/item_ui.rs b/crates/viewer/re_data_ui/src/item_ui.rs similarity index 100% rename from crates/re_data_ui/src/item_ui.rs rename to crates/viewer/re_data_ui/src/item_ui.rs diff --git a/crates/re_data_ui/src/lib.rs b/crates/viewer/re_data_ui/src/lib.rs similarity index 100% rename from crates/re_data_ui/src/lib.rs rename to crates/viewer/re_data_ui/src/lib.rs diff --git a/crates/re_data_ui/src/log_msg.rs b/crates/viewer/re_data_ui/src/log_msg.rs similarity index 100% rename from crates/re_data_ui/src/log_msg.rs rename to crates/viewer/re_data_ui/src/log_msg.rs diff --git a/crates/re_data_ui/src/pinhole.rs b/crates/viewer/re_data_ui/src/pinhole.rs similarity index 100% rename from crates/re_data_ui/src/pinhole.rs rename to crates/viewer/re_data_ui/src/pinhole.rs diff --git a/crates/re_data_ui/src/rotation3d.rs b/crates/viewer/re_data_ui/src/rotation3d.rs similarity index 100% rename from crates/re_data_ui/src/rotation3d.rs rename to crates/viewer/re_data_ui/src/rotation3d.rs diff --git a/crates/re_data_ui/src/store_id.rs b/crates/viewer/re_data_ui/src/store_id.rs similarity index 100% rename from crates/re_data_ui/src/store_id.rs rename to crates/viewer/re_data_ui/src/store_id.rs diff --git a/crates/re_data_ui/src/transform3d.rs b/crates/viewer/re_data_ui/src/transform3d.rs similarity index 100% rename from crates/re_data_ui/src/transform3d.rs rename to crates/viewer/re_data_ui/src/transform3d.rs diff --git a/crates/re_edit_ui/Cargo.toml b/crates/viewer/re_edit_ui/Cargo.toml similarity index 100% rename from crates/re_edit_ui/Cargo.toml rename to crates/viewer/re_edit_ui/Cargo.toml diff --git a/crates/re_edit_ui/README.md b/crates/viewer/re_edit_ui/README.md similarity index 100% rename from crates/re_edit_ui/README.md rename to crates/viewer/re_edit_ui/README.md diff --git a/crates/re_edit_ui/src/color.rs b/crates/viewer/re_edit_ui/src/color.rs similarity index 100% rename from crates/re_edit_ui/src/color.rs rename to crates/viewer/re_edit_ui/src/color.rs diff --git a/crates/re_edit_ui/src/datatype_editors/bool_toggle.rs b/crates/viewer/re_edit_ui/src/datatype_editors/bool_toggle.rs similarity index 100% rename from crates/re_edit_ui/src/datatype_editors/bool_toggle.rs rename to crates/viewer/re_edit_ui/src/datatype_editors/bool_toggle.rs diff --git a/crates/re_edit_ui/src/datatype_editors/enum_combobox.rs b/crates/viewer/re_edit_ui/src/datatype_editors/enum_combobox.rs similarity index 100% rename from crates/re_edit_ui/src/datatype_editors/enum_combobox.rs rename to crates/viewer/re_edit_ui/src/datatype_editors/enum_combobox.rs diff --git a/crates/re_edit_ui/src/datatype_editors/float_drag.rs b/crates/viewer/re_edit_ui/src/datatype_editors/float_drag.rs similarity index 100% rename from crates/re_edit_ui/src/datatype_editors/float_drag.rs rename to crates/viewer/re_edit_ui/src/datatype_editors/float_drag.rs diff --git a/crates/re_edit_ui/src/datatype_editors/mod.rs b/crates/viewer/re_edit_ui/src/datatype_editors/mod.rs similarity index 100% rename from crates/re_edit_ui/src/datatype_editors/mod.rs rename to crates/viewer/re_edit_ui/src/datatype_editors/mod.rs diff --git a/crates/re_edit_ui/src/datatype_editors/singleline_string.rs b/crates/viewer/re_edit_ui/src/datatype_editors/singleline_string.rs similarity index 100% rename from crates/re_edit_ui/src/datatype_editors/singleline_string.rs rename to crates/viewer/re_edit_ui/src/datatype_editors/singleline_string.rs diff --git a/crates/re_edit_ui/src/lib.rs b/crates/viewer/re_edit_ui/src/lib.rs similarity index 100% rename from crates/re_edit_ui/src/lib.rs rename to crates/viewer/re_edit_ui/src/lib.rs diff --git a/crates/re_edit_ui/src/marker_shape.rs b/crates/viewer/re_edit_ui/src/marker_shape.rs similarity index 100% rename from crates/re_edit_ui/src/marker_shape.rs rename to crates/viewer/re_edit_ui/src/marker_shape.rs diff --git a/crates/re_edit_ui/src/material.rs b/crates/viewer/re_edit_ui/src/material.rs similarity index 100% rename from crates/re_edit_ui/src/material.rs rename to crates/viewer/re_edit_ui/src/material.rs diff --git a/crates/re_edit_ui/src/radius.rs b/crates/viewer/re_edit_ui/src/radius.rs similarity index 100% rename from crates/re_edit_ui/src/radius.rs rename to crates/viewer/re_edit_ui/src/radius.rs diff --git a/crates/re_edit_ui/src/range1d.rs b/crates/viewer/re_edit_ui/src/range1d.rs similarity index 100% rename from crates/re_edit_ui/src/range1d.rs rename to crates/viewer/re_edit_ui/src/range1d.rs diff --git a/crates/re_edit_ui/src/response_utils.rs b/crates/viewer/re_edit_ui/src/response_utils.rs similarity index 100% rename from crates/re_edit_ui/src/response_utils.rs rename to crates/viewer/re_edit_ui/src/response_utils.rs diff --git a/crates/re_edit_ui/src/visual_bounds2d.rs b/crates/viewer/re_edit_ui/src/visual_bounds2d.rs similarity index 100% rename from crates/re_edit_ui/src/visual_bounds2d.rs rename to crates/viewer/re_edit_ui/src/visual_bounds2d.rs diff --git a/crates/re_renderer/Cargo.toml b/crates/viewer/re_renderer/Cargo.toml similarity index 100% rename from crates/re_renderer/Cargo.toml rename to crates/viewer/re_renderer/Cargo.toml diff --git a/crates/re_renderer/README.md b/crates/viewer/re_renderer/README.md similarity index 100% rename from crates/re_renderer/README.md rename to crates/viewer/re_renderer/README.md diff --git a/crates/re_renderer/build.rs b/crates/viewer/re_renderer/build.rs similarity index 100% rename from crates/re_renderer/build.rs rename to crates/viewer/re_renderer/build.rs diff --git a/crates/re_renderer/shader/colormap.wgsl b/crates/viewer/re_renderer/shader/colormap.wgsl similarity index 100% rename from crates/re_renderer/shader/colormap.wgsl rename to crates/viewer/re_renderer/shader/colormap.wgsl diff --git a/crates/re_renderer/shader/composite.wgsl b/crates/viewer/re_renderer/shader/composite.wgsl similarity index 100% rename from crates/re_renderer/shader/composite.wgsl rename to crates/viewer/re_renderer/shader/composite.wgsl diff --git a/crates/re_renderer/shader/copy_texture.wgsl b/crates/viewer/re_renderer/shader/copy_texture.wgsl similarity index 100% rename from crates/re_renderer/shader/copy_texture.wgsl rename to crates/viewer/re_renderer/shader/copy_texture.wgsl diff --git a/crates/re_renderer/shader/debug_overlay.wgsl b/crates/viewer/re_renderer/shader/debug_overlay.wgsl similarity index 100% rename from crates/re_renderer/shader/debug_overlay.wgsl rename to crates/viewer/re_renderer/shader/debug_overlay.wgsl diff --git a/crates/re_renderer/shader/decodings.wgsl b/crates/viewer/re_renderer/shader/decodings.wgsl similarity index 96% rename from crates/re_renderer/shader/decodings.wgsl rename to crates/viewer/re_renderer/shader/decodings.wgsl index 10ae8b58489f..4d78c590eed3 100644 --- a/crates/re_renderer/shader/decodings.wgsl +++ b/crates/viewer/re_renderer/shader/decodings.wgsl @@ -43,7 +43,7 @@ fn decode_nv12_or_yuy2(sample_type: u32, texture: texture_2d, coords: vec2i /// Sets the color standard for the given YUV color. /// -/// This conversion mirrors the function in `crates/re_types/src/datatypes/tensor_data_ext.rs` +/// This conversion mirrors the function in `crates/store/re_types/src/datatypes/tensor_data_ext.rs` /// /// Specifying the color standard should be exposed in the future [#3541](https://github.com/rerun-io/rerun/pull/3541) fn set_color_standard(yuv: vec3f) -> vec3f { diff --git a/crates/re_renderer/shader/depth_cloud.wgsl b/crates/viewer/re_renderer/shader/depth_cloud.wgsl similarity index 100% rename from crates/re_renderer/shader/depth_cloud.wgsl rename to crates/viewer/re_renderer/shader/depth_cloud.wgsl diff --git a/crates/re_renderer/shader/generic_skybox.wgsl b/crates/viewer/re_renderer/shader/generic_skybox.wgsl similarity index 100% rename from crates/re_renderer/shader/generic_skybox.wgsl rename to crates/viewer/re_renderer/shader/generic_skybox.wgsl diff --git a/crates/re_renderer/shader/global_bindings.wgsl b/crates/viewer/re_renderer/shader/global_bindings.wgsl similarity index 100% rename from crates/re_renderer/shader/global_bindings.wgsl rename to crates/viewer/re_renderer/shader/global_bindings.wgsl diff --git a/crates/re_renderer/shader/instanced_mesh.wgsl b/crates/viewer/re_renderer/shader/instanced_mesh.wgsl similarity index 100% rename from crates/re_renderer/shader/instanced_mesh.wgsl rename to crates/viewer/re_renderer/shader/instanced_mesh.wgsl diff --git a/crates/re_renderer/shader/lines.wgsl b/crates/viewer/re_renderer/shader/lines.wgsl similarity index 100% rename from crates/re_renderer/shader/lines.wgsl rename to crates/viewer/re_renderer/shader/lines.wgsl diff --git a/crates/re_renderer/shader/mesh_vertex.wgsl b/crates/viewer/re_renderer/shader/mesh_vertex.wgsl similarity index 100% rename from crates/re_renderer/shader/mesh_vertex.wgsl rename to crates/viewer/re_renderer/shader/mesh_vertex.wgsl diff --git a/crates/re_renderer/shader/outlines/jumpflooding_init.wgsl b/crates/viewer/re_renderer/shader/outlines/jumpflooding_init.wgsl similarity index 100% rename from crates/re_renderer/shader/outlines/jumpflooding_init.wgsl rename to crates/viewer/re_renderer/shader/outlines/jumpflooding_init.wgsl diff --git a/crates/re_renderer/shader/outlines/jumpflooding_init_msaa.wgsl b/crates/viewer/re_renderer/shader/outlines/jumpflooding_init_msaa.wgsl similarity index 100% rename from crates/re_renderer/shader/outlines/jumpflooding_init_msaa.wgsl rename to crates/viewer/re_renderer/shader/outlines/jumpflooding_init_msaa.wgsl diff --git a/crates/re_renderer/shader/outlines/jumpflooding_init_shared.wgsl b/crates/viewer/re_renderer/shader/outlines/jumpflooding_init_shared.wgsl similarity index 100% rename from crates/re_renderer/shader/outlines/jumpflooding_init_shared.wgsl rename to crates/viewer/re_renderer/shader/outlines/jumpflooding_init_shared.wgsl diff --git a/crates/re_renderer/shader/outlines/jumpflooding_step.wgsl b/crates/viewer/re_renderer/shader/outlines/jumpflooding_step.wgsl similarity index 100% rename from crates/re_renderer/shader/outlines/jumpflooding_step.wgsl rename to crates/viewer/re_renderer/shader/outlines/jumpflooding_step.wgsl diff --git a/crates/re_renderer/shader/point_cloud.wgsl b/crates/viewer/re_renderer/shader/point_cloud.wgsl similarity index 100% rename from crates/re_renderer/shader/point_cloud.wgsl rename to crates/viewer/re_renderer/shader/point_cloud.wgsl diff --git a/crates/re_renderer/shader/rectangle.wgsl b/crates/viewer/re_renderer/shader/rectangle.wgsl similarity index 100% rename from crates/re_renderer/shader/rectangle.wgsl rename to crates/viewer/re_renderer/shader/rectangle.wgsl diff --git a/crates/re_renderer/shader/rectangle_fs.wgsl b/crates/viewer/re_renderer/shader/rectangle_fs.wgsl similarity index 100% rename from crates/re_renderer/shader/rectangle_fs.wgsl rename to crates/viewer/re_renderer/shader/rectangle_fs.wgsl diff --git a/crates/re_renderer/shader/rectangle_vs.wgsl b/crates/viewer/re_renderer/shader/rectangle_vs.wgsl similarity index 100% rename from crates/re_renderer/shader/rectangle_vs.wgsl rename to crates/viewer/re_renderer/shader/rectangle_vs.wgsl diff --git a/crates/re_renderer/shader/screen_triangle.wgsl b/crates/viewer/re_renderer/shader/screen_triangle.wgsl similarity index 100% rename from crates/re_renderer/shader/screen_triangle.wgsl rename to crates/viewer/re_renderer/shader/screen_triangle.wgsl diff --git a/crates/re_renderer/shader/screen_triangle_vertex.wgsl b/crates/viewer/re_renderer/shader/screen_triangle_vertex.wgsl similarity index 100% rename from crates/re_renderer/shader/screen_triangle_vertex.wgsl rename to crates/viewer/re_renderer/shader/screen_triangle_vertex.wgsl diff --git a/crates/re_renderer/shader/test_triangle.wgsl b/crates/viewer/re_renderer/shader/test_triangle.wgsl similarity index 100% rename from crates/re_renderer/shader/test_triangle.wgsl rename to crates/viewer/re_renderer/shader/test_triangle.wgsl diff --git a/crates/re_renderer/shader/types.wgsl b/crates/viewer/re_renderer/shader/types.wgsl similarity index 100% rename from crates/re_renderer/shader/types.wgsl rename to crates/viewer/re_renderer/shader/types.wgsl diff --git a/crates/re_renderer/shader/utils/camera.wgsl b/crates/viewer/re_renderer/shader/utils/camera.wgsl similarity index 100% rename from crates/re_renderer/shader/utils/camera.wgsl rename to crates/viewer/re_renderer/shader/utils/camera.wgsl diff --git a/crates/re_renderer/shader/utils/depth_offset.wgsl b/crates/viewer/re_renderer/shader/utils/depth_offset.wgsl similarity index 100% rename from crates/re_renderer/shader/utils/depth_offset.wgsl rename to crates/viewer/re_renderer/shader/utils/depth_offset.wgsl diff --git a/crates/re_renderer/shader/utils/encoding.wgsl b/crates/viewer/re_renderer/shader/utils/encoding.wgsl similarity index 100% rename from crates/re_renderer/shader/utils/encoding.wgsl rename to crates/viewer/re_renderer/shader/utils/encoding.wgsl diff --git a/crates/re_renderer/shader/utils/flags.wgsl b/crates/viewer/re_renderer/shader/utils/flags.wgsl similarity index 100% rename from crates/re_renderer/shader/utils/flags.wgsl rename to crates/viewer/re_renderer/shader/utils/flags.wgsl diff --git a/crates/re_renderer/shader/utils/quaternion.wgsl b/crates/viewer/re_renderer/shader/utils/quaternion.wgsl similarity index 100% rename from crates/re_renderer/shader/utils/quaternion.wgsl rename to crates/viewer/re_renderer/shader/utils/quaternion.wgsl diff --git a/crates/re_renderer/shader/utils/size.wgsl b/crates/viewer/re_renderer/shader/utils/size.wgsl similarity index 100% rename from crates/re_renderer/shader/utils/size.wgsl rename to crates/viewer/re_renderer/shader/utils/size.wgsl diff --git a/crates/re_renderer/shader/utils/sphere_quad.wgsl b/crates/viewer/re_renderer/shader/utils/sphere_quad.wgsl similarity index 100% rename from crates/re_renderer/shader/utils/sphere_quad.wgsl rename to crates/viewer/re_renderer/shader/utils/sphere_quad.wgsl diff --git a/crates/re_renderer/shader/utils/srgb.wgsl b/crates/viewer/re_renderer/shader/utils/srgb.wgsl similarity index 100% rename from crates/re_renderer/shader/utils/srgb.wgsl rename to crates/viewer/re_renderer/shader/utils/srgb.wgsl diff --git a/crates/re_renderer/src/allocator/cpu_write_gpu_read_belt.rs b/crates/viewer/re_renderer/src/allocator/cpu_write_gpu_read_belt.rs similarity index 100% rename from crates/re_renderer/src/allocator/cpu_write_gpu_read_belt.rs rename to crates/viewer/re_renderer/src/allocator/cpu_write_gpu_read_belt.rs diff --git a/crates/re_renderer/src/allocator/data_texture_source.rs b/crates/viewer/re_renderer/src/allocator/data_texture_source.rs similarity index 100% rename from crates/re_renderer/src/allocator/data_texture_source.rs rename to crates/viewer/re_renderer/src/allocator/data_texture_source.rs diff --git a/crates/re_renderer/src/allocator/gpu_readback_belt.rs b/crates/viewer/re_renderer/src/allocator/gpu_readback_belt.rs similarity index 100% rename from crates/re_renderer/src/allocator/gpu_readback_belt.rs rename to crates/viewer/re_renderer/src/allocator/gpu_readback_belt.rs diff --git a/crates/re_renderer/src/allocator/mod.rs b/crates/viewer/re_renderer/src/allocator/mod.rs similarity index 100% rename from crates/re_renderer/src/allocator/mod.rs rename to crates/viewer/re_renderer/src/allocator/mod.rs diff --git a/crates/re_renderer/src/allocator/uniform_buffer_fill.rs b/crates/viewer/re_renderer/src/allocator/uniform_buffer_fill.rs similarity index 100% rename from crates/re_renderer/src/allocator/uniform_buffer_fill.rs rename to crates/viewer/re_renderer/src/allocator/uniform_buffer_fill.rs diff --git a/crates/re_renderer/src/color.rs b/crates/viewer/re_renderer/src/color.rs similarity index 100% rename from crates/re_renderer/src/color.rs rename to crates/viewer/re_renderer/src/color.rs diff --git a/crates/re_renderer/src/colormap.rs b/crates/viewer/re_renderer/src/colormap.rs similarity index 100% rename from crates/re_renderer/src/colormap.rs rename to crates/viewer/re_renderer/src/colormap.rs diff --git a/crates/re_renderer/src/config.rs b/crates/viewer/re_renderer/src/config.rs similarity index 100% rename from crates/re_renderer/src/config.rs rename to crates/viewer/re_renderer/src/config.rs diff --git a/crates/re_renderer/src/context.rs b/crates/viewer/re_renderer/src/context.rs similarity index 100% rename from crates/re_renderer/src/context.rs rename to crates/viewer/re_renderer/src/context.rs diff --git a/crates/re_renderer/src/debug_label.rs b/crates/viewer/re_renderer/src/debug_label.rs similarity index 100% rename from crates/re_renderer/src/debug_label.rs rename to crates/viewer/re_renderer/src/debug_label.rs diff --git a/crates/re_renderer/src/depth_offset.rs b/crates/viewer/re_renderer/src/depth_offset.rs similarity index 100% rename from crates/re_renderer/src/depth_offset.rs rename to crates/viewer/re_renderer/src/depth_offset.rs diff --git a/crates/re_renderer/src/draw_phases/mod.rs b/crates/viewer/re_renderer/src/draw_phases/mod.rs similarity index 100% rename from crates/re_renderer/src/draw_phases/mod.rs rename to crates/viewer/re_renderer/src/draw_phases/mod.rs diff --git a/crates/re_renderer/src/draw_phases/outlines.rs b/crates/viewer/re_renderer/src/draw_phases/outlines.rs similarity index 100% rename from crates/re_renderer/src/draw_phases/outlines.rs rename to crates/viewer/re_renderer/src/draw_phases/outlines.rs diff --git a/crates/re_renderer/src/draw_phases/picking_layer.rs b/crates/viewer/re_renderer/src/draw_phases/picking_layer.rs similarity index 100% rename from crates/re_renderer/src/draw_phases/picking_layer.rs rename to crates/viewer/re_renderer/src/draw_phases/picking_layer.rs diff --git a/crates/re_renderer/src/draw_phases/screenshot.rs b/crates/viewer/re_renderer/src/draw_phases/screenshot.rs similarity index 100% rename from crates/re_renderer/src/draw_phases/screenshot.rs rename to crates/viewer/re_renderer/src/draw_phases/screenshot.rs diff --git a/crates/re_renderer/src/error_handling/error_tracker.rs b/crates/viewer/re_renderer/src/error_handling/error_tracker.rs similarity index 100% rename from crates/re_renderer/src/error_handling/error_tracker.rs rename to crates/viewer/re_renderer/src/error_handling/error_tracker.rs diff --git a/crates/re_renderer/src/error_handling/mod.rs b/crates/viewer/re_renderer/src/error_handling/mod.rs similarity index 100% rename from crates/re_renderer/src/error_handling/mod.rs rename to crates/viewer/re_renderer/src/error_handling/mod.rs diff --git a/crates/re_renderer/src/error_handling/now_or_never.rs b/crates/viewer/re_renderer/src/error_handling/now_or_never.rs similarity index 100% rename from crates/re_renderer/src/error_handling/now_or_never.rs rename to crates/viewer/re_renderer/src/error_handling/now_or_never.rs diff --git a/crates/re_renderer/src/error_handling/wgpu_core_error.rs b/crates/viewer/re_renderer/src/error_handling/wgpu_core_error.rs similarity index 100% rename from crates/re_renderer/src/error_handling/wgpu_core_error.rs rename to crates/viewer/re_renderer/src/error_handling/wgpu_core_error.rs diff --git a/crates/re_renderer/src/error_handling/wgpu_error_scope.rs b/crates/viewer/re_renderer/src/error_handling/wgpu_error_scope.rs similarity index 100% rename from crates/re_renderer/src/error_handling/wgpu_error_scope.rs rename to crates/viewer/re_renderer/src/error_handling/wgpu_error_scope.rs diff --git a/crates/re_renderer/src/file_resolver.rs b/crates/viewer/re_renderer/src/file_resolver.rs similarity index 100% rename from crates/re_renderer/src/file_resolver.rs rename to crates/viewer/re_renderer/src/file_resolver.rs diff --git a/crates/re_renderer/src/file_server.rs b/crates/viewer/re_renderer/src/file_server.rs similarity index 99% rename from crates/re_renderer/src/file_server.rs rename to crates/viewer/re_renderer/src/file_server.rs index 14d6ddcc9a60..b06960177882 100644 --- a/crates/re_renderer/src/file_server.rs +++ b/crates/viewer/re_renderer/src/file_server.rs @@ -23,7 +23,7 @@ macro_rules! include_file { // problems when publishing: as we lose workspace information when publishing!), so we // need to make sure to strip the path down. let root_path = root_path - .strip_prefix("crates/re_renderer") + .strip_prefix("crates/viewer/re_renderer") .map_or_else(|_| root_path.clone(), ToOwned::to_owned); let path = root_path @@ -62,7 +62,7 @@ macro_rules! include_file { // problems when publishing: as we lose workspace information when publishing!), so we // need to make sure to strip the path down. let path = path - .strip_prefix("crates/re_renderer") + .strip_prefix("crates/viewer/re_renderer") .map_or_else(|_| path.clone(), ToOwned::to_owned); // If we're building from outside the workspace, `file!()` will return an absolute path diff --git a/crates/re_renderer/src/file_system.rs b/crates/viewer/re_renderer/src/file_system.rs similarity index 100% rename from crates/re_renderer/src/file_system.rs rename to crates/viewer/re_renderer/src/file_system.rs diff --git a/crates/re_renderer/src/global_bindings.rs b/crates/viewer/re_renderer/src/global_bindings.rs similarity index 100% rename from crates/re_renderer/src/global_bindings.rs rename to crates/viewer/re_renderer/src/global_bindings.rs diff --git a/crates/re_renderer/src/importer/gltf.rs b/crates/viewer/re_renderer/src/importer/gltf.rs similarity index 100% rename from crates/re_renderer/src/importer/gltf.rs rename to crates/viewer/re_renderer/src/importer/gltf.rs diff --git a/crates/re_renderer/src/importer/mod.rs b/crates/viewer/re_renderer/src/importer/mod.rs similarity index 100% rename from crates/re_renderer/src/importer/mod.rs rename to crates/viewer/re_renderer/src/importer/mod.rs diff --git a/crates/re_renderer/src/importer/obj.rs b/crates/viewer/re_renderer/src/importer/obj.rs similarity index 100% rename from crates/re_renderer/src/importer/obj.rs rename to crates/viewer/re_renderer/src/importer/obj.rs diff --git a/crates/re_renderer/src/importer/stl.rs b/crates/viewer/re_renderer/src/importer/stl.rs similarity index 100% rename from crates/re_renderer/src/importer/stl.rs rename to crates/viewer/re_renderer/src/importer/stl.rs diff --git a/crates/re_renderer/src/lib.rs b/crates/viewer/re_renderer/src/lib.rs similarity index 100% rename from crates/re_renderer/src/lib.rs rename to crates/viewer/re_renderer/src/lib.rs diff --git a/crates/re_renderer/src/line_drawable_builder.rs b/crates/viewer/re_renderer/src/line_drawable_builder.rs similarity index 100% rename from crates/re_renderer/src/line_drawable_builder.rs rename to crates/viewer/re_renderer/src/line_drawable_builder.rs diff --git a/crates/re_renderer/src/mesh.rs b/crates/viewer/re_renderer/src/mesh.rs similarity index 100% rename from crates/re_renderer/src/mesh.rs rename to crates/viewer/re_renderer/src/mesh.rs diff --git a/crates/re_renderer/src/point_cloud_builder.rs b/crates/viewer/re_renderer/src/point_cloud_builder.rs similarity index 100% rename from crates/re_renderer/src/point_cloud_builder.rs rename to crates/viewer/re_renderer/src/point_cloud_builder.rs diff --git a/crates/re_renderer/src/queueable_draw_data.rs b/crates/viewer/re_renderer/src/queueable_draw_data.rs similarity index 100% rename from crates/re_renderer/src/queueable_draw_data.rs rename to crates/viewer/re_renderer/src/queueable_draw_data.rs diff --git a/crates/re_renderer/src/rect.rs b/crates/viewer/re_renderer/src/rect.rs similarity index 100% rename from crates/re_renderer/src/rect.rs rename to crates/viewer/re_renderer/src/rect.rs diff --git a/crates/re_renderer/src/renderer/compositor.rs b/crates/viewer/re_renderer/src/renderer/compositor.rs similarity index 100% rename from crates/re_renderer/src/renderer/compositor.rs rename to crates/viewer/re_renderer/src/renderer/compositor.rs diff --git a/crates/re_renderer/src/renderer/debug_overlay.rs b/crates/viewer/re_renderer/src/renderer/debug_overlay.rs similarity index 100% rename from crates/re_renderer/src/renderer/debug_overlay.rs rename to crates/viewer/re_renderer/src/renderer/debug_overlay.rs diff --git a/crates/re_renderer/src/renderer/depth_cloud.rs b/crates/viewer/re_renderer/src/renderer/depth_cloud.rs similarity index 100% rename from crates/re_renderer/src/renderer/depth_cloud.rs rename to crates/viewer/re_renderer/src/renderer/depth_cloud.rs diff --git a/crates/re_renderer/src/renderer/generic_skybox.rs b/crates/viewer/re_renderer/src/renderer/generic_skybox.rs similarity index 100% rename from crates/re_renderer/src/renderer/generic_skybox.rs rename to crates/viewer/re_renderer/src/renderer/generic_skybox.rs diff --git a/crates/re_renderer/src/renderer/lines.rs b/crates/viewer/re_renderer/src/renderer/lines.rs similarity index 100% rename from crates/re_renderer/src/renderer/lines.rs rename to crates/viewer/re_renderer/src/renderer/lines.rs diff --git a/crates/re_renderer/src/renderer/mesh_renderer.rs b/crates/viewer/re_renderer/src/renderer/mesh_renderer.rs similarity index 100% rename from crates/re_renderer/src/renderer/mesh_renderer.rs rename to crates/viewer/re_renderer/src/renderer/mesh_renderer.rs diff --git a/crates/re_renderer/src/renderer/mod.rs b/crates/viewer/re_renderer/src/renderer/mod.rs similarity index 100% rename from crates/re_renderer/src/renderer/mod.rs rename to crates/viewer/re_renderer/src/renderer/mod.rs diff --git a/crates/re_renderer/src/renderer/point_cloud.rs b/crates/viewer/re_renderer/src/renderer/point_cloud.rs similarity index 100% rename from crates/re_renderer/src/renderer/point_cloud.rs rename to crates/viewer/re_renderer/src/renderer/point_cloud.rs diff --git a/crates/re_renderer/src/renderer/rectangles.rs b/crates/viewer/re_renderer/src/renderer/rectangles.rs similarity index 100% rename from crates/re_renderer/src/renderer/rectangles.rs rename to crates/viewer/re_renderer/src/renderer/rectangles.rs diff --git a/crates/re_renderer/src/renderer/test_triangle.rs b/crates/viewer/re_renderer/src/renderer/test_triangle.rs similarity index 100% rename from crates/re_renderer/src/renderer/test_triangle.rs rename to crates/viewer/re_renderer/src/renderer/test_triangle.rs diff --git a/crates/re_renderer/src/resource_managers/mesh_manager.rs b/crates/viewer/re_renderer/src/resource_managers/mesh_manager.rs similarity index 100% rename from crates/re_renderer/src/resource_managers/mesh_manager.rs rename to crates/viewer/re_renderer/src/resource_managers/mesh_manager.rs diff --git a/crates/re_renderer/src/resource_managers/mod.rs b/crates/viewer/re_renderer/src/resource_managers/mod.rs similarity index 100% rename from crates/re_renderer/src/resource_managers/mod.rs rename to crates/viewer/re_renderer/src/resource_managers/mod.rs diff --git a/crates/re_renderer/src/resource_managers/resource_manager.rs b/crates/viewer/re_renderer/src/resource_managers/resource_manager.rs similarity index 100% rename from crates/re_renderer/src/resource_managers/resource_manager.rs rename to crates/viewer/re_renderer/src/resource_managers/resource_manager.rs diff --git a/crates/re_renderer/src/resource_managers/texture_manager.rs b/crates/viewer/re_renderer/src/resource_managers/texture_manager.rs similarity index 100% rename from crates/re_renderer/src/resource_managers/texture_manager.rs rename to crates/viewer/re_renderer/src/resource_managers/texture_manager.rs diff --git a/crates/re_renderer/src/size.rs b/crates/viewer/re_renderer/src/size.rs similarity index 100% rename from crates/re_renderer/src/size.rs rename to crates/viewer/re_renderer/src/size.rs diff --git a/crates/re_renderer/src/texture_info.rs b/crates/viewer/re_renderer/src/texture_info.rs similarity index 100% rename from crates/re_renderer/src/texture_info.rs rename to crates/viewer/re_renderer/src/texture_info.rs diff --git a/crates/re_renderer/src/transform.rs b/crates/viewer/re_renderer/src/transform.rs similarity index 100% rename from crates/re_renderer/src/transform.rs rename to crates/viewer/re_renderer/src/transform.rs diff --git a/crates/re_renderer/src/view_builder.rs b/crates/viewer/re_renderer/src/view_builder.rs similarity index 100% rename from crates/re_renderer/src/view_builder.rs rename to crates/viewer/re_renderer/src/view_builder.rs diff --git a/crates/re_renderer/src/wgpu_buffer_types.rs b/crates/viewer/re_renderer/src/wgpu_buffer_types.rs similarity index 100% rename from crates/re_renderer/src/wgpu_buffer_types.rs rename to crates/viewer/re_renderer/src/wgpu_buffer_types.rs diff --git a/crates/re_renderer/src/wgpu_resources/bind_group_layout_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/bind_group_layout_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/bind_group_layout_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/bind_group_layout_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/bind_group_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/bind_group_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/bind_group_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/bind_group_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/buffer_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/buffer_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/buffer_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/buffer_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/dynamic_resource_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/dynamic_resource_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/dynamic_resource_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/dynamic_resource_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/mod.rs b/crates/viewer/re_renderer/src/wgpu_resources/mod.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/mod.rs rename to crates/viewer/re_renderer/src/wgpu_resources/mod.rs diff --git a/crates/re_renderer/src/wgpu_resources/pipeline_layout_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/pipeline_layout_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/pipeline_layout_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/pipeline_layout_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/render_pipeline_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/render_pipeline_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/render_pipeline_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/render_pipeline_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/resource.rs b/crates/viewer/re_renderer/src/wgpu_resources/resource.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/resource.rs rename to crates/viewer/re_renderer/src/wgpu_resources/resource.rs diff --git a/crates/re_renderer/src/wgpu_resources/sampler_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/sampler_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/sampler_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/sampler_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/shader_module_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/shader_module_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/shader_module_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/shader_module_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/static_resource_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/static_resource_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/static_resource_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/static_resource_pool.rs diff --git a/crates/re_renderer/src/wgpu_resources/texture_pool.rs b/crates/viewer/re_renderer/src/wgpu_resources/texture_pool.rs similarity index 100% rename from crates/re_renderer/src/wgpu_resources/texture_pool.rs rename to crates/viewer/re_renderer/src/wgpu_resources/texture_pool.rs diff --git a/crates/re_renderer/src/workspace_shaders.rs b/crates/viewer/re_renderer/src/workspace_shaders.rs similarity index 100% rename from crates/re_renderer/src/workspace_shaders.rs rename to crates/viewer/re_renderer/src/workspace_shaders.rs diff --git a/crates/re_renderer_examples/2d.rs b/crates/viewer/re_renderer_examples/2d.rs similarity index 100% rename from crates/re_renderer_examples/2d.rs rename to crates/viewer/re_renderer_examples/2d.rs diff --git a/crates/re_renderer_examples/Cargo.toml b/crates/viewer/re_renderer_examples/Cargo.toml similarity index 100% rename from crates/re_renderer_examples/Cargo.toml rename to crates/viewer/re_renderer_examples/Cargo.toml diff --git a/crates/re_renderer_examples/README.md b/crates/viewer/re_renderer_examples/README.md similarity index 100% rename from crates/re_renderer_examples/README.md rename to crates/viewer/re_renderer_examples/README.md diff --git a/crates/re_renderer_examples/assets/rerun.obj.zip b/crates/viewer/re_renderer_examples/assets/rerun.obj.zip similarity index 100% rename from crates/re_renderer_examples/assets/rerun.obj.zip rename to crates/viewer/re_renderer_examples/assets/rerun.obj.zip diff --git a/crates/re_renderer_examples/depth_cloud.rs b/crates/viewer/re_renderer_examples/depth_cloud.rs similarity index 100% rename from crates/re_renderer_examples/depth_cloud.rs rename to crates/viewer/re_renderer_examples/depth_cloud.rs diff --git a/crates/re_renderer_examples/depth_offset.rs b/crates/viewer/re_renderer_examples/depth_offset.rs similarity index 100% rename from crates/re_renderer_examples/depth_offset.rs rename to crates/viewer/re_renderer_examples/depth_offset.rs diff --git a/crates/re_renderer_examples/framework.rs b/crates/viewer/re_renderer_examples/framework.rs similarity index 100% rename from crates/re_renderer_examples/framework.rs rename to crates/viewer/re_renderer_examples/framework.rs diff --git a/crates/re_renderer_examples/multiview.rs b/crates/viewer/re_renderer_examples/multiview.rs similarity index 100% rename from crates/re_renderer_examples/multiview.rs rename to crates/viewer/re_renderer_examples/multiview.rs diff --git a/crates/re_renderer_examples/outlines.rs b/crates/viewer/re_renderer_examples/outlines.rs similarity index 100% rename from crates/re_renderer_examples/outlines.rs rename to crates/viewer/re_renderer_examples/outlines.rs diff --git a/crates/re_renderer_examples/picking.rs b/crates/viewer/re_renderer_examples/picking.rs similarity index 100% rename from crates/re_renderer_examples/picking.rs rename to crates/viewer/re_renderer_examples/picking.rs diff --git a/crates/re_renderer_examples/rerun.obj.zip b/crates/viewer/re_renderer_examples/rerun.obj.zip similarity index 100% rename from crates/re_renderer_examples/rerun.obj.zip rename to crates/viewer/re_renderer_examples/rerun.obj.zip diff --git a/crates/re_selection_panel/Cargo.toml b/crates/viewer/re_selection_panel/Cargo.toml similarity index 100% rename from crates/re_selection_panel/Cargo.toml rename to crates/viewer/re_selection_panel/Cargo.toml diff --git a/crates/re_selection_panel/README.md b/crates/viewer/re_selection_panel/README.md similarity index 100% rename from crates/re_selection_panel/README.md rename to crates/viewer/re_selection_panel/README.md diff --git a/crates/re_selection_panel/src/defaults_ui.rs b/crates/viewer/re_selection_panel/src/defaults_ui.rs similarity index 100% rename from crates/re_selection_panel/src/defaults_ui.rs rename to crates/viewer/re_selection_panel/src/defaults_ui.rs diff --git a/crates/re_selection_panel/src/lib.rs b/crates/viewer/re_selection_panel/src/lib.rs similarity index 100% rename from crates/re_selection_panel/src/lib.rs rename to crates/viewer/re_selection_panel/src/lib.rs diff --git a/crates/re_selection_panel/src/selection_history_ui.rs b/crates/viewer/re_selection_panel/src/selection_history_ui.rs similarity index 100% rename from crates/re_selection_panel/src/selection_history_ui.rs rename to crates/viewer/re_selection_panel/src/selection_history_ui.rs diff --git a/crates/re_selection_panel/src/selection_panel.rs b/crates/viewer/re_selection_panel/src/selection_panel.rs similarity index 100% rename from crates/re_selection_panel/src/selection_panel.rs rename to crates/viewer/re_selection_panel/src/selection_panel.rs diff --git a/crates/re_selection_panel/src/space_view_entity_picker.rs b/crates/viewer/re_selection_panel/src/space_view_entity_picker.rs similarity index 100% rename from crates/re_selection_panel/src/space_view_entity_picker.rs rename to crates/viewer/re_selection_panel/src/space_view_entity_picker.rs diff --git a/crates/re_selection_panel/src/space_view_space_origin_ui.rs b/crates/viewer/re_selection_panel/src/space_view_space_origin_ui.rs similarity index 100% rename from crates/re_selection_panel/src/space_view_space_origin_ui.rs rename to crates/viewer/re_selection_panel/src/space_view_space_origin_ui.rs diff --git a/crates/re_selection_panel/src/visible_time_range_ui.rs b/crates/viewer/re_selection_panel/src/visible_time_range_ui.rs similarity index 100% rename from crates/re_selection_panel/src/visible_time_range_ui.rs rename to crates/viewer/re_selection_panel/src/visible_time_range_ui.rs diff --git a/crates/re_selection_panel/src/visualizer_ui.rs b/crates/viewer/re_selection_panel/src/visualizer_ui.rs similarity index 100% rename from crates/re_selection_panel/src/visualizer_ui.rs rename to crates/viewer/re_selection_panel/src/visualizer_ui.rs diff --git a/crates/re_space_view/Cargo.toml b/crates/viewer/re_space_view/Cargo.toml similarity index 100% rename from crates/re_space_view/Cargo.toml rename to crates/viewer/re_space_view/Cargo.toml diff --git a/crates/re_space_view/README.md b/crates/viewer/re_space_view/README.md similarity index 100% rename from crates/re_space_view/README.md rename to crates/viewer/re_space_view/README.md diff --git a/crates/re_space_view/src/controls.rs b/crates/viewer/re_space_view/src/controls.rs similarity index 100% rename from crates/re_space_view/src/controls.rs rename to crates/viewer/re_space_view/src/controls.rs diff --git a/crates/re_space_view/src/empty_space_view_state.rs b/crates/viewer/re_space_view/src/empty_space_view_state.rs similarity index 100% rename from crates/re_space_view/src/empty_space_view_state.rs rename to crates/viewer/re_space_view/src/empty_space_view_state.rs diff --git a/crates/re_space_view/src/heuristics.rs b/crates/viewer/re_space_view/src/heuristics.rs similarity index 100% rename from crates/re_space_view/src/heuristics.rs rename to crates/viewer/re_space_view/src/heuristics.rs diff --git a/crates/re_space_view/src/lib.rs b/crates/viewer/re_space_view/src/lib.rs similarity index 100% rename from crates/re_space_view/src/lib.rs rename to crates/viewer/re_space_view/src/lib.rs diff --git a/crates/re_space_view/src/query.rs b/crates/viewer/re_space_view/src/query.rs similarity index 100% rename from crates/re_space_view/src/query.rs rename to crates/viewer/re_space_view/src/query.rs diff --git a/crates/re_space_view/src/results_ext.rs b/crates/viewer/re_space_view/src/results_ext.rs similarity index 100% rename from crates/re_space_view/src/results_ext.rs rename to crates/viewer/re_space_view/src/results_ext.rs diff --git a/crates/re_space_view/src/screenshot.rs b/crates/viewer/re_space_view/src/screenshot.rs similarity index 100% rename from crates/re_space_view/src/screenshot.rs rename to crates/viewer/re_space_view/src/screenshot.rs diff --git a/crates/re_space_view/src/view_property_ui.rs b/crates/viewer/re_space_view/src/view_property_ui.rs similarity index 100% rename from crates/re_space_view/src/view_property_ui.rs rename to crates/viewer/re_space_view/src/view_property_ui.rs diff --git a/crates/re_space_view_bar_chart/Cargo.toml b/crates/viewer/re_space_view_bar_chart/Cargo.toml similarity index 100% rename from crates/re_space_view_bar_chart/Cargo.toml rename to crates/viewer/re_space_view_bar_chart/Cargo.toml diff --git a/crates/re_space_view_bar_chart/README.md b/crates/viewer/re_space_view_bar_chart/README.md similarity index 100% rename from crates/re_space_view_bar_chart/README.md rename to crates/viewer/re_space_view_bar_chart/README.md diff --git a/crates/re_space_view_bar_chart/src/lib.rs b/crates/viewer/re_space_view_bar_chart/src/lib.rs similarity index 100% rename from crates/re_space_view_bar_chart/src/lib.rs rename to crates/viewer/re_space_view_bar_chart/src/lib.rs diff --git a/crates/re_space_view_bar_chart/src/space_view_class.rs b/crates/viewer/re_space_view_bar_chart/src/space_view_class.rs similarity index 100% rename from crates/re_space_view_bar_chart/src/space_view_class.rs rename to crates/viewer/re_space_view_bar_chart/src/space_view_class.rs diff --git a/crates/re_space_view_bar_chart/src/visualizer_system.rs b/crates/viewer/re_space_view_bar_chart/src/visualizer_system.rs similarity index 100% rename from crates/re_space_view_bar_chart/src/visualizer_system.rs rename to crates/viewer/re_space_view_bar_chart/src/visualizer_system.rs diff --git a/crates/re_space_view_dataframe/Cargo.toml b/crates/viewer/re_space_view_dataframe/Cargo.toml similarity index 100% rename from crates/re_space_view_dataframe/Cargo.toml rename to crates/viewer/re_space_view_dataframe/Cargo.toml diff --git a/crates/re_space_view_dataframe/README.md b/crates/viewer/re_space_view_dataframe/README.md similarity index 100% rename from crates/re_space_view_dataframe/README.md rename to crates/viewer/re_space_view_dataframe/README.md diff --git a/crates/re_space_view_dataframe/src/lib.rs b/crates/viewer/re_space_view_dataframe/src/lib.rs similarity index 100% rename from crates/re_space_view_dataframe/src/lib.rs rename to crates/viewer/re_space_view_dataframe/src/lib.rs diff --git a/crates/re_space_view_dataframe/src/space_view_class.rs b/crates/viewer/re_space_view_dataframe/src/space_view_class.rs similarity index 100% rename from crates/re_space_view_dataframe/src/space_view_class.rs rename to crates/viewer/re_space_view_dataframe/src/space_view_class.rs diff --git a/crates/re_space_view_dataframe/src/visualizer_system.rs b/crates/viewer/re_space_view_dataframe/src/visualizer_system.rs similarity index 100% rename from crates/re_space_view_dataframe/src/visualizer_system.rs rename to crates/viewer/re_space_view_dataframe/src/visualizer_system.rs diff --git a/crates/re_space_view_spatial/Cargo.toml b/crates/viewer/re_space_view_spatial/Cargo.toml similarity index 100% rename from crates/re_space_view_spatial/Cargo.toml rename to crates/viewer/re_space_view_spatial/Cargo.toml diff --git a/crates/re_space_view_spatial/README.md b/crates/viewer/re_space_view_spatial/README.md similarity index 100% rename from crates/re_space_view_spatial/README.md rename to crates/viewer/re_space_view_spatial/README.md diff --git a/crates/re_space_view_spatial/src/contexts/annotation_context.rs b/crates/viewer/re_space_view_spatial/src/contexts/annotation_context.rs similarity index 100% rename from crates/re_space_view_spatial/src/contexts/annotation_context.rs rename to crates/viewer/re_space_view_spatial/src/contexts/annotation_context.rs diff --git a/crates/re_space_view_spatial/src/contexts/depth_offsets.rs b/crates/viewer/re_space_view_spatial/src/contexts/depth_offsets.rs similarity index 100% rename from crates/re_space_view_spatial/src/contexts/depth_offsets.rs rename to crates/viewer/re_space_view_spatial/src/contexts/depth_offsets.rs diff --git a/crates/re_space_view_spatial/src/contexts/mod.rs b/crates/viewer/re_space_view_spatial/src/contexts/mod.rs similarity index 100% rename from crates/re_space_view_spatial/src/contexts/mod.rs rename to crates/viewer/re_space_view_spatial/src/contexts/mod.rs diff --git a/crates/re_space_view_spatial/src/contexts/transform_context.rs b/crates/viewer/re_space_view_spatial/src/contexts/transform_context.rs similarity index 100% rename from crates/re_space_view_spatial/src/contexts/transform_context.rs rename to crates/viewer/re_space_view_spatial/src/contexts/transform_context.rs diff --git a/crates/re_space_view_spatial/src/eye.rs b/crates/viewer/re_space_view_spatial/src/eye.rs similarity index 100% rename from crates/re_space_view_spatial/src/eye.rs rename to crates/viewer/re_space_view_spatial/src/eye.rs diff --git a/crates/re_space_view_spatial/src/heuristics.rs b/crates/viewer/re_space_view_spatial/src/heuristics.rs similarity index 100% rename from crates/re_space_view_spatial/src/heuristics.rs rename to crates/viewer/re_space_view_spatial/src/heuristics.rs diff --git a/crates/re_space_view_spatial/src/instance_hash_conversions.rs b/crates/viewer/re_space_view_spatial/src/instance_hash_conversions.rs similarity index 100% rename from crates/re_space_view_spatial/src/instance_hash_conversions.rs rename to crates/viewer/re_space_view_spatial/src/instance_hash_conversions.rs diff --git a/crates/re_space_view_spatial/src/lib.rs b/crates/viewer/re_space_view_spatial/src/lib.rs similarity index 100% rename from crates/re_space_view_spatial/src/lib.rs rename to crates/viewer/re_space_view_spatial/src/lib.rs diff --git a/crates/re_space_view_spatial/src/max_image_dimension_subscriber.rs b/crates/viewer/re_space_view_spatial/src/max_image_dimension_subscriber.rs similarity index 100% rename from crates/re_space_view_spatial/src/max_image_dimension_subscriber.rs rename to crates/viewer/re_space_view_spatial/src/max_image_dimension_subscriber.rs diff --git a/crates/re_space_view_spatial/src/mesh_cache.rs b/crates/viewer/re_space_view_spatial/src/mesh_cache.rs similarity index 100% rename from crates/re_space_view_spatial/src/mesh_cache.rs rename to crates/viewer/re_space_view_spatial/src/mesh_cache.rs diff --git a/crates/re_space_view_spatial/src/mesh_loader.rs b/crates/viewer/re_space_view_spatial/src/mesh_loader.rs similarity index 100% rename from crates/re_space_view_spatial/src/mesh_loader.rs rename to crates/viewer/re_space_view_spatial/src/mesh_loader.rs diff --git a/crates/re_space_view_spatial/src/pickable_image.rs b/crates/viewer/re_space_view_spatial/src/pickable_image.rs similarity index 100% rename from crates/re_space_view_spatial/src/pickable_image.rs rename to crates/viewer/re_space_view_spatial/src/pickable_image.rs diff --git a/crates/re_space_view_spatial/src/picking.rs b/crates/viewer/re_space_view_spatial/src/picking.rs similarity index 100% rename from crates/re_space_view_spatial/src/picking.rs rename to crates/viewer/re_space_view_spatial/src/picking.rs diff --git a/crates/re_space_view_spatial/src/scene_bounding_boxes.rs b/crates/viewer/re_space_view_spatial/src/scene_bounding_boxes.rs similarity index 100% rename from crates/re_space_view_spatial/src/scene_bounding_boxes.rs rename to crates/viewer/re_space_view_spatial/src/scene_bounding_boxes.rs diff --git a/crates/re_space_view_spatial/src/space_camera_3d.rs b/crates/viewer/re_space_view_spatial/src/space_camera_3d.rs similarity index 100% rename from crates/re_space_view_spatial/src/space_camera_3d.rs rename to crates/viewer/re_space_view_spatial/src/space_camera_3d.rs diff --git a/crates/re_space_view_spatial/src/spatial_topology.rs b/crates/viewer/re_space_view_spatial/src/spatial_topology.rs similarity index 100% rename from crates/re_space_view_spatial/src/spatial_topology.rs rename to crates/viewer/re_space_view_spatial/src/spatial_topology.rs diff --git a/crates/re_space_view_spatial/src/ui.rs b/crates/viewer/re_space_view_spatial/src/ui.rs similarity index 100% rename from crates/re_space_view_spatial/src/ui.rs rename to crates/viewer/re_space_view_spatial/src/ui.rs diff --git a/crates/re_space_view_spatial/src/ui_2d.rs b/crates/viewer/re_space_view_spatial/src/ui_2d.rs similarity index 100% rename from crates/re_space_view_spatial/src/ui_2d.rs rename to crates/viewer/re_space_view_spatial/src/ui_2d.rs diff --git a/crates/re_space_view_spatial/src/ui_3d.rs b/crates/viewer/re_space_view_spatial/src/ui_3d.rs similarity index 100% rename from crates/re_space_view_spatial/src/ui_3d.rs rename to crates/viewer/re_space_view_spatial/src/ui_3d.rs diff --git a/crates/re_space_view_spatial/src/view_2d.rs b/crates/viewer/re_space_view_spatial/src/view_2d.rs similarity index 100% rename from crates/re_space_view_spatial/src/view_2d.rs rename to crates/viewer/re_space_view_spatial/src/view_2d.rs diff --git a/crates/re_space_view_spatial/src/view_2d_properties.rs b/crates/viewer/re_space_view_spatial/src/view_2d_properties.rs similarity index 100% rename from crates/re_space_view_spatial/src/view_2d_properties.rs rename to crates/viewer/re_space_view_spatial/src/view_2d_properties.rs diff --git a/crates/re_space_view_spatial/src/view_3d.rs b/crates/viewer/re_space_view_spatial/src/view_3d.rs similarity index 100% rename from crates/re_space_view_spatial/src/view_3d.rs rename to crates/viewer/re_space_view_spatial/src/view_3d.rs diff --git a/crates/re_space_view_spatial/src/view_3d_properties.rs b/crates/viewer/re_space_view_spatial/src/view_3d_properties.rs similarity index 100% rename from crates/re_space_view_spatial/src/view_3d_properties.rs rename to crates/viewer/re_space_view_spatial/src/view_3d_properties.rs diff --git a/crates/re_space_view_spatial/src/visualizers/arrows2d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/arrows2d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/arrows2d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/arrows2d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/arrows3d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/arrows3d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/arrows3d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/arrows3d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/assets3d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/assets3d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/assets3d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/assets3d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/boxes2d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/boxes2d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/boxes2d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/boxes2d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/boxes3d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/boxes3d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/boxes3d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/boxes3d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/cameras.rs b/crates/viewer/re_space_view_spatial/src/visualizers/cameras.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/cameras.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/cameras.rs diff --git a/crates/re_space_view_spatial/src/visualizers/depth_images.rs b/crates/viewer/re_space_view_spatial/src/visualizers/depth_images.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/depth_images.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/depth_images.rs diff --git a/crates/re_space_view_spatial/src/visualizers/images.rs b/crates/viewer/re_space_view_spatial/src/visualizers/images.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/images.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/images.rs diff --git a/crates/re_space_view_spatial/src/visualizers/lines2d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/lines2d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/lines2d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/lines2d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/lines3d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/lines3d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/lines3d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/lines3d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/meshes.rs b/crates/viewer/re_space_view_spatial/src/visualizers/meshes.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/meshes.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/meshes.rs diff --git a/crates/re_space_view_spatial/src/visualizers/mod.rs b/crates/viewer/re_space_view_spatial/src/visualizers/mod.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/mod.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/mod.rs diff --git a/crates/re_space_view_spatial/src/visualizers/points2d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/points2d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/points2d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/points2d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/points3d.rs b/crates/viewer/re_space_view_spatial/src/visualizers/points3d.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/points3d.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/points3d.rs diff --git a/crates/re_space_view_spatial/src/visualizers/segmentation_images.rs b/crates/viewer/re_space_view_spatial/src/visualizers/segmentation_images.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/segmentation_images.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/segmentation_images.rs diff --git a/crates/re_space_view_spatial/src/visualizers/transform3d_arrows.rs b/crates/viewer/re_space_view_spatial/src/visualizers/transform3d_arrows.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/transform3d_arrows.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/transform3d_arrows.rs diff --git a/crates/re_space_view_spatial/src/visualizers/utilities/entity_iterator.rs b/crates/viewer/re_space_view_spatial/src/visualizers/utilities/entity_iterator.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/utilities/entity_iterator.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/utilities/entity_iterator.rs diff --git a/crates/re_space_view_spatial/src/visualizers/utilities/labels.rs b/crates/viewer/re_space_view_spatial/src/visualizers/utilities/labels.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/utilities/labels.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/utilities/labels.rs diff --git a/crates/re_space_view_spatial/src/visualizers/utilities/mod.rs b/crates/viewer/re_space_view_spatial/src/visualizers/utilities/mod.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/utilities/mod.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/utilities/mod.rs diff --git a/crates/re_space_view_spatial/src/visualizers/utilities/spatial_view_visualizer.rs b/crates/viewer/re_space_view_spatial/src/visualizers/utilities/spatial_view_visualizer.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/utilities/spatial_view_visualizer.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/utilities/spatial_view_visualizer.rs diff --git a/crates/re_space_view_spatial/src/visualizers/utilities/textured_rect.rs b/crates/viewer/re_space_view_spatial/src/visualizers/utilities/textured_rect.rs similarity index 100% rename from crates/re_space_view_spatial/src/visualizers/utilities/textured_rect.rs rename to crates/viewer/re_space_view_spatial/src/visualizers/utilities/textured_rect.rs diff --git a/crates/re_space_view_tensor/Cargo.toml b/crates/viewer/re_space_view_tensor/Cargo.toml similarity index 100% rename from crates/re_space_view_tensor/Cargo.toml rename to crates/viewer/re_space_view_tensor/Cargo.toml diff --git a/crates/re_space_view_tensor/README.md b/crates/viewer/re_space_view_tensor/README.md similarity index 100% rename from crates/re_space_view_tensor/README.md rename to crates/viewer/re_space_view_tensor/README.md diff --git a/crates/re_space_view_tensor/src/dimension_mapping.rs b/crates/viewer/re_space_view_tensor/src/dimension_mapping.rs similarity index 100% rename from crates/re_space_view_tensor/src/dimension_mapping.rs rename to crates/viewer/re_space_view_tensor/src/dimension_mapping.rs diff --git a/crates/re_space_view_tensor/src/lib.rs b/crates/viewer/re_space_view_tensor/src/lib.rs similarity index 100% rename from crates/re_space_view_tensor/src/lib.rs rename to crates/viewer/re_space_view_tensor/src/lib.rs diff --git a/crates/re_space_view_tensor/src/space_view_class.rs b/crates/viewer/re_space_view_tensor/src/space_view_class.rs similarity index 100% rename from crates/re_space_view_tensor/src/space_view_class.rs rename to crates/viewer/re_space_view_tensor/src/space_view_class.rs diff --git a/crates/re_space_view_tensor/src/tensor_dimension_mapper.rs b/crates/viewer/re_space_view_tensor/src/tensor_dimension_mapper.rs similarity index 100% rename from crates/re_space_view_tensor/src/tensor_dimension_mapper.rs rename to crates/viewer/re_space_view_tensor/src/tensor_dimension_mapper.rs diff --git a/crates/re_space_view_tensor/src/tensor_slice_to_gpu.rs b/crates/viewer/re_space_view_tensor/src/tensor_slice_to_gpu.rs similarity index 100% rename from crates/re_space_view_tensor/src/tensor_slice_to_gpu.rs rename to crates/viewer/re_space_view_tensor/src/tensor_slice_to_gpu.rs diff --git a/crates/re_space_view_tensor/src/tensor_tests.rs b/crates/viewer/re_space_view_tensor/src/tensor_tests.rs similarity index 100% rename from crates/re_space_view_tensor/src/tensor_tests.rs rename to crates/viewer/re_space_view_tensor/src/tensor_tests.rs diff --git a/crates/re_space_view_tensor/src/visualizer_system.rs b/crates/viewer/re_space_view_tensor/src/visualizer_system.rs similarity index 100% rename from crates/re_space_view_tensor/src/visualizer_system.rs rename to crates/viewer/re_space_view_tensor/src/visualizer_system.rs diff --git a/crates/re_space_view_text_document/Cargo.toml b/crates/viewer/re_space_view_text_document/Cargo.toml similarity index 100% rename from crates/re_space_view_text_document/Cargo.toml rename to crates/viewer/re_space_view_text_document/Cargo.toml diff --git a/crates/re_space_view_text_document/README.md b/crates/viewer/re_space_view_text_document/README.md similarity index 100% rename from crates/re_space_view_text_document/README.md rename to crates/viewer/re_space_view_text_document/README.md diff --git a/crates/re_space_view_text_document/src/lib.rs b/crates/viewer/re_space_view_text_document/src/lib.rs similarity index 100% rename from crates/re_space_view_text_document/src/lib.rs rename to crates/viewer/re_space_view_text_document/src/lib.rs diff --git a/crates/re_space_view_text_document/src/space_view_class.rs b/crates/viewer/re_space_view_text_document/src/space_view_class.rs similarity index 100% rename from crates/re_space_view_text_document/src/space_view_class.rs rename to crates/viewer/re_space_view_text_document/src/space_view_class.rs diff --git a/crates/re_space_view_text_document/src/visualizer_system.rs b/crates/viewer/re_space_view_text_document/src/visualizer_system.rs similarity index 100% rename from crates/re_space_view_text_document/src/visualizer_system.rs rename to crates/viewer/re_space_view_text_document/src/visualizer_system.rs diff --git a/crates/re_space_view_text_log/Cargo.toml b/crates/viewer/re_space_view_text_log/Cargo.toml similarity index 100% rename from crates/re_space_view_text_log/Cargo.toml rename to crates/viewer/re_space_view_text_log/Cargo.toml diff --git a/crates/re_space_view_text_log/README.md b/crates/viewer/re_space_view_text_log/README.md similarity index 100% rename from crates/re_space_view_text_log/README.md rename to crates/viewer/re_space_view_text_log/README.md diff --git a/crates/re_space_view_text_log/src/lib.rs b/crates/viewer/re_space_view_text_log/src/lib.rs similarity index 100% rename from crates/re_space_view_text_log/src/lib.rs rename to crates/viewer/re_space_view_text_log/src/lib.rs diff --git a/crates/re_space_view_text_log/src/space_view_class.rs b/crates/viewer/re_space_view_text_log/src/space_view_class.rs similarity index 100% rename from crates/re_space_view_text_log/src/space_view_class.rs rename to crates/viewer/re_space_view_text_log/src/space_view_class.rs diff --git a/crates/re_space_view_text_log/src/visualizer_system.rs b/crates/viewer/re_space_view_text_log/src/visualizer_system.rs similarity index 100% rename from crates/re_space_view_text_log/src/visualizer_system.rs rename to crates/viewer/re_space_view_text_log/src/visualizer_system.rs diff --git a/crates/re_space_view_time_series/Cargo.toml b/crates/viewer/re_space_view_time_series/Cargo.toml similarity index 100% rename from crates/re_space_view_time_series/Cargo.toml rename to crates/viewer/re_space_view_time_series/Cargo.toml diff --git a/crates/re_space_view_time_series/README.md b/crates/viewer/re_space_view_time_series/README.md similarity index 100% rename from crates/re_space_view_time_series/README.md rename to crates/viewer/re_space_view_time_series/README.md diff --git a/crates/re_space_view_time_series/src/aggregation.rs b/crates/viewer/re_space_view_time_series/src/aggregation.rs similarity index 100% rename from crates/re_space_view_time_series/src/aggregation.rs rename to crates/viewer/re_space_view_time_series/src/aggregation.rs diff --git a/crates/re_space_view_time_series/src/lib.rs b/crates/viewer/re_space_view_time_series/src/lib.rs similarity index 100% rename from crates/re_space_view_time_series/src/lib.rs rename to crates/viewer/re_space_view_time_series/src/lib.rs diff --git a/crates/re_space_view_time_series/src/line_visualizer_system.rs b/crates/viewer/re_space_view_time_series/src/line_visualizer_system.rs similarity index 100% rename from crates/re_space_view_time_series/src/line_visualizer_system.rs rename to crates/viewer/re_space_view_time_series/src/line_visualizer_system.rs diff --git a/crates/re_space_view_time_series/src/point_visualizer_system.rs b/crates/viewer/re_space_view_time_series/src/point_visualizer_system.rs similarity index 100% rename from crates/re_space_view_time_series/src/point_visualizer_system.rs rename to crates/viewer/re_space_view_time_series/src/point_visualizer_system.rs diff --git a/crates/re_space_view_time_series/src/space_view_class.rs b/crates/viewer/re_space_view_time_series/src/space_view_class.rs similarity index 100% rename from crates/re_space_view_time_series/src/space_view_class.rs rename to crates/viewer/re_space_view_time_series/src/space_view_class.rs diff --git a/crates/re_space_view_time_series/src/util.rs b/crates/viewer/re_space_view_time_series/src/util.rs similarity index 100% rename from crates/re_space_view_time_series/src/util.rs rename to crates/viewer/re_space_view_time_series/src/util.rs diff --git a/crates/re_time_panel/Cargo.toml b/crates/viewer/re_time_panel/Cargo.toml similarity index 100% rename from crates/re_time_panel/Cargo.toml rename to crates/viewer/re_time_panel/Cargo.toml diff --git a/crates/re_time_panel/README.md b/crates/viewer/re_time_panel/README.md similarity index 100% rename from crates/re_time_panel/README.md rename to crates/viewer/re_time_panel/README.md diff --git a/crates/re_time_panel/src/data_density_graph.rs b/crates/viewer/re_time_panel/src/data_density_graph.rs similarity index 100% rename from crates/re_time_panel/src/data_density_graph.rs rename to crates/viewer/re_time_panel/src/data_density_graph.rs diff --git a/crates/re_time_panel/src/lib.rs b/crates/viewer/re_time_panel/src/lib.rs similarity index 100% rename from crates/re_time_panel/src/lib.rs rename to crates/viewer/re_time_panel/src/lib.rs diff --git a/crates/re_time_panel/src/paint_ticks.rs b/crates/viewer/re_time_panel/src/paint_ticks.rs similarity index 100% rename from crates/re_time_panel/src/paint_ticks.rs rename to crates/viewer/re_time_panel/src/paint_ticks.rs diff --git a/crates/re_time_panel/src/time_axis.rs b/crates/viewer/re_time_panel/src/time_axis.rs similarity index 100% rename from crates/re_time_panel/src/time_axis.rs rename to crates/viewer/re_time_panel/src/time_axis.rs diff --git a/crates/re_time_panel/src/time_control_ui.rs b/crates/viewer/re_time_panel/src/time_control_ui.rs similarity index 100% rename from crates/re_time_panel/src/time_control_ui.rs rename to crates/viewer/re_time_panel/src/time_control_ui.rs diff --git a/crates/re_time_panel/src/time_ranges_ui.rs b/crates/viewer/re_time_panel/src/time_ranges_ui.rs similarity index 100% rename from crates/re_time_panel/src/time_ranges_ui.rs rename to crates/viewer/re_time_panel/src/time_ranges_ui.rs diff --git a/crates/re_time_panel/src/time_selection_ui.rs b/crates/viewer/re_time_panel/src/time_selection_ui.rs similarity index 100% rename from crates/re_time_panel/src/time_selection_ui.rs rename to crates/viewer/re_time_panel/src/time_selection_ui.rs diff --git a/crates/re_ui/Cargo.toml b/crates/viewer/re_ui/Cargo.toml similarity index 100% rename from crates/re_ui/Cargo.toml rename to crates/viewer/re_ui/Cargo.toml diff --git a/crates/re_ui/README.md b/crates/viewer/re_ui/README.md similarity index 100% rename from crates/re_ui/README.md rename to crates/viewer/re_ui/README.md diff --git a/crates/re_ui/data/Inter-Medium.otf b/crates/viewer/re_ui/data/Inter-Medium.otf similarity index 100% rename from crates/re_ui/data/Inter-Medium.otf rename to crates/viewer/re_ui/data/Inter-Medium.otf diff --git a/crates/re_ui/data/Inter-README.txt b/crates/viewer/re_ui/data/Inter-README.txt similarity index 100% rename from crates/re_ui/data/Inter-README.txt rename to crates/viewer/re_ui/data/Inter-README.txt diff --git a/crates/re_ui/data/OFL.txt b/crates/viewer/re_ui/data/OFL.txt similarity index 97% rename from crates/re_ui/data/OFL.txt rename to crates/viewer/re_ui/data/OFL.txt index fc9c0244a132..00287df15e3d 100644 --- a/crates/re_ui/data/OFL.txt +++ b/crates/viewer/re_ui/data/OFL.txt @@ -1,93 +1,93 @@ -Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. +Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/crates/re_ui/data/design_tokens.json b/crates/viewer/re_ui/data/design_tokens.json similarity index 100% rename from crates/re_ui/data/design_tokens.json rename to crates/viewer/re_ui/data/design_tokens.json diff --git a/crates/re_ui/data/icons/add.png b/crates/viewer/re_ui/data/icons/add.png similarity index 100% rename from crates/re_ui/data/icons/add.png rename to crates/viewer/re_ui/data/icons/add.png diff --git a/crates/re_ui/data/icons/application.png b/crates/viewer/re_ui/data/icons/application.png similarity index 100% rename from crates/re_ui/data/icons/application.png rename to crates/viewer/re_ui/data/icons/application.png diff --git a/crates/re_ui/data/icons/arrow_down.png b/crates/viewer/re_ui/data/icons/arrow_down.png similarity index 100% rename from crates/re_ui/data/icons/arrow_down.png rename to crates/viewer/re_ui/data/icons/arrow_down.png diff --git a/crates/re_ui/data/icons/arrow_left.png b/crates/viewer/re_ui/data/icons/arrow_left.png similarity index 100% rename from crates/re_ui/data/icons/arrow_left.png rename to crates/viewer/re_ui/data/icons/arrow_left.png diff --git a/crates/re_ui/data/icons/arrow_right.png b/crates/viewer/re_ui/data/icons/arrow_right.png similarity index 100% rename from crates/re_ui/data/icons/arrow_right.png rename to crates/viewer/re_ui/data/icons/arrow_right.png diff --git a/crates/re_ui/data/icons/blueprint.png b/crates/viewer/re_ui/data/icons/blueprint.png similarity index 100% rename from crates/re_ui/data/icons/blueprint.png rename to crates/viewer/re_ui/data/icons/blueprint.png diff --git a/crates/re_ui/data/icons/bottom_panel_toggle.png b/crates/viewer/re_ui/data/icons/bottom_panel_toggle.png similarity index 100% rename from crates/re_ui/data/icons/bottom_panel_toggle.png rename to crates/viewer/re_ui/data/icons/bottom_panel_toggle.png diff --git a/crates/re_ui/data/icons/close.png b/crates/viewer/re_ui/data/icons/close.png similarity index 100% rename from crates/re_ui/data/icons/close.png rename to crates/viewer/re_ui/data/icons/close.png diff --git a/crates/re_ui/data/icons/component.png b/crates/viewer/re_ui/data/icons/component.png similarity index 100% rename from crates/re_ui/data/icons/component.png rename to crates/viewer/re_ui/data/icons/component.png diff --git a/crates/re_ui/data/icons/component_static.png b/crates/viewer/re_ui/data/icons/component_static.png similarity index 100% rename from crates/re_ui/data/icons/component_static.png rename to crates/viewer/re_ui/data/icons/component_static.png diff --git a/crates/re_ui/data/icons/container_grid.png b/crates/viewer/re_ui/data/icons/container_grid.png similarity index 100% rename from crates/re_ui/data/icons/container_grid.png rename to crates/viewer/re_ui/data/icons/container_grid.png diff --git a/crates/re_ui/data/icons/container_horizontal.png b/crates/viewer/re_ui/data/icons/container_horizontal.png similarity index 100% rename from crates/re_ui/data/icons/container_horizontal.png rename to crates/viewer/re_ui/data/icons/container_horizontal.png diff --git a/crates/re_ui/data/icons/container_tabs.png b/crates/viewer/re_ui/data/icons/container_tabs.png similarity index 100% rename from crates/re_ui/data/icons/container_tabs.png rename to crates/viewer/re_ui/data/icons/container_tabs.png diff --git a/crates/re_ui/data/icons/container_vertical.png b/crates/viewer/re_ui/data/icons/container_vertical.png similarity index 100% rename from crates/re_ui/data/icons/container_vertical.png rename to crates/viewer/re_ui/data/icons/container_vertical.png diff --git a/crates/re_ui/data/icons/data_source.png b/crates/viewer/re_ui/data/icons/data_source.png similarity index 100% rename from crates/re_ui/data/icons/data_source.png rename to crates/viewer/re_ui/data/icons/data_source.png diff --git a/crates/re_ui/data/icons/discord.png b/crates/viewer/re_ui/data/icons/discord.png similarity index 100% rename from crates/re_ui/data/icons/discord.png rename to crates/viewer/re_ui/data/icons/discord.png diff --git a/crates/re_ui/data/icons/edit.png b/crates/viewer/re_ui/data/icons/edit.png similarity index 100% rename from crates/re_ui/data/icons/edit.png rename to crates/viewer/re_ui/data/icons/edit.png diff --git a/crates/re_ui/data/icons/entity.png b/crates/viewer/re_ui/data/icons/entity.png similarity index 100% rename from crates/re_ui/data/icons/entity.png rename to crates/viewer/re_ui/data/icons/entity.png diff --git a/crates/re_ui/data/icons/entity_empty.png b/crates/viewer/re_ui/data/icons/entity_empty.png similarity index 100% rename from crates/re_ui/data/icons/entity_empty.png rename to crates/viewer/re_ui/data/icons/entity_empty.png diff --git a/crates/re_ui/data/icons/external_link.png b/crates/viewer/re_ui/data/icons/external_link.png similarity index 100% rename from crates/re_ui/data/icons/external_link.png rename to crates/viewer/re_ui/data/icons/external_link.png diff --git a/crates/re_ui/data/icons/follow.png b/crates/viewer/re_ui/data/icons/follow.png similarity index 100% rename from crates/re_ui/data/icons/follow.png rename to crates/viewer/re_ui/data/icons/follow.png diff --git a/crates/re_ui/data/icons/github.png b/crates/viewer/re_ui/data/icons/github.png similarity index 100% rename from crates/re_ui/data/icons/github.png rename to crates/viewer/re_ui/data/icons/github.png diff --git a/crates/re_ui/data/icons/group.png b/crates/viewer/re_ui/data/icons/group.png similarity index 100% rename from crates/re_ui/data/icons/group.png rename to crates/viewer/re_ui/data/icons/group.png diff --git a/crates/re_ui/data/icons/invisible.png b/crates/viewer/re_ui/data/icons/invisible.png similarity index 100% rename from crates/re_ui/data/icons/invisible.png rename to crates/viewer/re_ui/data/icons/invisible.png diff --git a/crates/re_ui/data/icons/left_panel_toggle.png b/crates/viewer/re_ui/data/icons/left_panel_toggle.png similarity index 100% rename from crates/re_ui/data/icons/left_panel_toggle.png rename to crates/viewer/re_ui/data/icons/left_panel_toggle.png diff --git a/crates/re_ui/data/icons/link.png b/crates/viewer/re_ui/data/icons/link.png similarity index 100% rename from crates/re_ui/data/icons/link.png rename to crates/viewer/re_ui/data/icons/link.png diff --git a/crates/re_ui/data/icons/loop.png b/crates/viewer/re_ui/data/icons/loop.png similarity index 100% rename from crates/re_ui/data/icons/loop.png rename to crates/viewer/re_ui/data/icons/loop.png diff --git a/crates/re_ui/data/icons/maximize.png b/crates/viewer/re_ui/data/icons/maximize.png similarity index 100% rename from crates/re_ui/data/icons/maximize.png rename to crates/viewer/re_ui/data/icons/maximize.png diff --git a/crates/re_ui/data/icons/minimize.png b/crates/viewer/re_ui/data/icons/minimize.png similarity index 100% rename from crates/re_ui/data/icons/minimize.png rename to crates/viewer/re_ui/data/icons/minimize.png diff --git a/crates/re_ui/data/icons/more.png b/crates/viewer/re_ui/data/icons/more.png similarity index 100% rename from crates/re_ui/data/icons/more.png rename to crates/viewer/re_ui/data/icons/more.png diff --git a/crates/re_ui/data/icons/pause.png b/crates/viewer/re_ui/data/icons/pause.png similarity index 100% rename from crates/re_ui/data/icons/pause.png rename to crates/viewer/re_ui/data/icons/pause.png diff --git a/crates/re_ui/data/icons/play.png b/crates/viewer/re_ui/data/icons/play.png similarity index 100% rename from crates/re_ui/data/icons/play.png rename to crates/viewer/re_ui/data/icons/play.png diff --git a/crates/re_ui/data/icons/recording.png b/crates/viewer/re_ui/data/icons/recording.png similarity index 100% rename from crates/re_ui/data/icons/recording.png rename to crates/viewer/re_ui/data/icons/recording.png diff --git a/crates/re_ui/data/icons/remove.png b/crates/viewer/re_ui/data/icons/remove.png similarity index 100% rename from crates/re_ui/data/icons/remove.png rename to crates/viewer/re_ui/data/icons/remove.png diff --git a/crates/re_ui/data/icons/rerun_io.png b/crates/viewer/re_ui/data/icons/rerun_io.png similarity index 100% rename from crates/re_ui/data/icons/rerun_io.png rename to crates/viewer/re_ui/data/icons/rerun_io.png diff --git a/crates/re_ui/data/icons/rerun_menu.png b/crates/viewer/re_ui/data/icons/rerun_menu.png similarity index 100% rename from crates/re_ui/data/icons/rerun_menu.png rename to crates/viewer/re_ui/data/icons/rerun_menu.png diff --git a/crates/re_ui/data/icons/reset.png b/crates/viewer/re_ui/data/icons/reset.png similarity index 100% rename from crates/re_ui/data/icons/reset.png rename to crates/viewer/re_ui/data/icons/reset.png diff --git a/crates/re_ui/data/icons/right_panel_toggle.png b/crates/viewer/re_ui/data/icons/right_panel_toggle.png similarity index 100% rename from crates/re_ui/data/icons/right_panel_toggle.png rename to crates/viewer/re_ui/data/icons/right_panel_toggle.png diff --git a/crates/re_ui/data/icons/spaceview_2d.png b/crates/viewer/re_ui/data/icons/spaceview_2d.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_2d.png rename to crates/viewer/re_ui/data/icons/spaceview_2d.png diff --git a/crates/re_ui/data/icons/spaceview_3d.png b/crates/viewer/re_ui/data/icons/spaceview_3d.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_3d.png rename to crates/viewer/re_ui/data/icons/spaceview_3d.png diff --git a/crates/re_ui/data/icons/spaceview_dataframe.png b/crates/viewer/re_ui/data/icons/spaceview_dataframe.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_dataframe.png rename to crates/viewer/re_ui/data/icons/spaceview_dataframe.png diff --git a/crates/re_ui/data/icons/spaceview_generic.png b/crates/viewer/re_ui/data/icons/spaceview_generic.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_generic.png rename to crates/viewer/re_ui/data/icons/spaceview_generic.png diff --git a/crates/re_ui/data/icons/spaceview_histogram.png b/crates/viewer/re_ui/data/icons/spaceview_histogram.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_histogram.png rename to crates/viewer/re_ui/data/icons/spaceview_histogram.png diff --git a/crates/re_ui/data/icons/spaceview_log.png b/crates/viewer/re_ui/data/icons/spaceview_log.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_log.png rename to crates/viewer/re_ui/data/icons/spaceview_log.png diff --git a/crates/re_ui/data/icons/spaceview_tensor.png b/crates/viewer/re_ui/data/icons/spaceview_tensor.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_tensor.png rename to crates/viewer/re_ui/data/icons/spaceview_tensor.png diff --git a/crates/re_ui/data/icons/spaceview_text.png b/crates/viewer/re_ui/data/icons/spaceview_text.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_text.png rename to crates/viewer/re_ui/data/icons/spaceview_text.png diff --git a/crates/re_ui/data/icons/spaceview_timeseries.png b/crates/viewer/re_ui/data/icons/spaceview_timeseries.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_timeseries.png rename to crates/viewer/re_ui/data/icons/spaceview_timeseries.png diff --git a/crates/re_ui/data/icons/spaceview_unknown.png b/crates/viewer/re_ui/data/icons/spaceview_unknown.png similarity index 100% rename from crates/re_ui/data/icons/spaceview_unknown.png rename to crates/viewer/re_ui/data/icons/spaceview_unknown.png diff --git a/crates/re_ui/data/icons/visible.png b/crates/viewer/re_ui/data/icons/visible.png similarity index 100% rename from crates/re_ui/data/icons/visible.png rename to crates/viewer/re_ui/data/icons/visible.png diff --git a/crates/re_ui/data/logo_dark_mode.png b/crates/viewer/re_ui/data/logo_dark_mode.png similarity index 100% rename from crates/re_ui/data/logo_dark_mode.png rename to crates/viewer/re_ui/data/logo_dark_mode.png diff --git a/crates/re_ui/data/logo_light_mode.png b/crates/viewer/re_ui/data/logo_light_mode.png similarity index 100% rename from crates/re_ui/data/logo_light_mode.png rename to crates/viewer/re_ui/data/logo_light_mode.png diff --git a/crates/re_ui/examples/re_ui_example/drag_and_drop.rs b/crates/viewer/re_ui/examples/re_ui_example/drag_and_drop.rs similarity index 100% rename from crates/re_ui/examples/re_ui_example/drag_and_drop.rs rename to crates/viewer/re_ui/examples/re_ui_example/drag_and_drop.rs diff --git a/crates/re_ui/examples/re_ui_example/hierarchical_drag_and_drop.rs b/crates/viewer/re_ui/examples/re_ui_example/hierarchical_drag_and_drop.rs similarity index 100% rename from crates/re_ui/examples/re_ui_example/hierarchical_drag_and_drop.rs rename to crates/viewer/re_ui/examples/re_ui_example/hierarchical_drag_and_drop.rs diff --git a/crates/re_ui/examples/re_ui_example/main.rs b/crates/viewer/re_ui/examples/re_ui_example/main.rs similarity index 100% rename from crates/re_ui/examples/re_ui_example/main.rs rename to crates/viewer/re_ui/examples/re_ui_example/main.rs diff --git a/crates/re_ui/examples/re_ui_example/right_panel.rs b/crates/viewer/re_ui/examples/re_ui_example/right_panel.rs similarity index 100% rename from crates/re_ui/examples/re_ui_example/right_panel.rs rename to crates/viewer/re_ui/examples/re_ui_example/right_panel.rs diff --git a/crates/re_ui/src/command.rs b/crates/viewer/re_ui/src/command.rs similarity index 100% rename from crates/re_ui/src/command.rs rename to crates/viewer/re_ui/src/command.rs diff --git a/crates/re_ui/src/command_palette.rs b/crates/viewer/re_ui/src/command_palette.rs similarity index 100% rename from crates/re_ui/src/command_palette.rs rename to crates/viewer/re_ui/src/command_palette.rs diff --git a/crates/re_ui/src/context_ext.rs b/crates/viewer/re_ui/src/context_ext.rs similarity index 100% rename from crates/re_ui/src/context_ext.rs rename to crates/viewer/re_ui/src/context_ext.rs diff --git a/crates/re_ui/src/design_tokens.rs b/crates/viewer/re_ui/src/design_tokens.rs similarity index 100% rename from crates/re_ui/src/design_tokens.rs rename to crates/viewer/re_ui/src/design_tokens.rs diff --git a/crates/re_ui/src/drag_and_drop.rs b/crates/viewer/re_ui/src/drag_and_drop.rs similarity index 100% rename from crates/re_ui/src/drag_and_drop.rs rename to crates/viewer/re_ui/src/drag_and_drop.rs diff --git a/crates/re_ui/src/icons.rs b/crates/viewer/re_ui/src/icons.rs similarity index 100% rename from crates/re_ui/src/icons.rs rename to crates/viewer/re_ui/src/icons.rs diff --git a/crates/re_ui/src/layout_job_builder.rs b/crates/viewer/re_ui/src/layout_job_builder.rs similarity index 100% rename from crates/re_ui/src/layout_job_builder.rs rename to crates/viewer/re_ui/src/layout_job_builder.rs diff --git a/crates/re_ui/src/lib.rs b/crates/viewer/re_ui/src/lib.rs similarity index 100% rename from crates/re_ui/src/lib.rs rename to crates/viewer/re_ui/src/lib.rs diff --git a/crates/re_ui/src/list_item/button_content.rs b/crates/viewer/re_ui/src/list_item/button_content.rs similarity index 100% rename from crates/re_ui/src/list_item/button_content.rs rename to crates/viewer/re_ui/src/list_item/button_content.rs diff --git a/crates/re_ui/src/list_item/item_button.rs b/crates/viewer/re_ui/src/list_item/item_button.rs similarity index 100% rename from crates/re_ui/src/list_item/item_button.rs rename to crates/viewer/re_ui/src/list_item/item_button.rs diff --git a/crates/re_ui/src/list_item/label_content.rs b/crates/viewer/re_ui/src/list_item/label_content.rs similarity index 100% rename from crates/re_ui/src/list_item/label_content.rs rename to crates/viewer/re_ui/src/list_item/label_content.rs diff --git a/crates/re_ui/src/list_item/list_item.rs b/crates/viewer/re_ui/src/list_item/list_item.rs similarity index 100% rename from crates/re_ui/src/list_item/list_item.rs rename to crates/viewer/re_ui/src/list_item/list_item.rs diff --git a/crates/re_ui/src/list_item/mod.rs b/crates/viewer/re_ui/src/list_item/mod.rs similarity index 100% rename from crates/re_ui/src/list_item/mod.rs rename to crates/viewer/re_ui/src/list_item/mod.rs diff --git a/crates/re_ui/src/list_item/other_contents.rs b/crates/viewer/re_ui/src/list_item/other_contents.rs similarity index 100% rename from crates/re_ui/src/list_item/other_contents.rs rename to crates/viewer/re_ui/src/list_item/other_contents.rs diff --git a/crates/re_ui/src/list_item/property_content.rs b/crates/viewer/re_ui/src/list_item/property_content.rs similarity index 100% rename from crates/re_ui/src/list_item/property_content.rs rename to crates/viewer/re_ui/src/list_item/property_content.rs diff --git a/crates/re_ui/src/list_item/scope.rs b/crates/viewer/re_ui/src/list_item/scope.rs similarity index 100% rename from crates/re_ui/src/list_item/scope.rs rename to crates/viewer/re_ui/src/list_item/scope.rs diff --git a/crates/re_ui/src/modal.rs b/crates/viewer/re_ui/src/modal.rs similarity index 100% rename from crates/re_ui/src/modal.rs rename to crates/viewer/re_ui/src/modal.rs diff --git a/crates/re_ui/src/section_collapsing_header.rs b/crates/viewer/re_ui/src/section_collapsing_header.rs similarity index 100% rename from crates/re_ui/src/section_collapsing_header.rs rename to crates/viewer/re_ui/src/section_collapsing_header.rs diff --git a/crates/re_ui/src/syntax_highlighting.rs b/crates/viewer/re_ui/src/syntax_highlighting.rs similarity index 100% rename from crates/re_ui/src/syntax_highlighting.rs rename to crates/viewer/re_ui/src/syntax_highlighting.rs diff --git a/crates/re_ui/src/toasts.rs b/crates/viewer/re_ui/src/toasts.rs similarity index 100% rename from crates/re_ui/src/toasts.rs rename to crates/viewer/re_ui/src/toasts.rs diff --git a/crates/re_ui/src/ui_ext.rs b/crates/viewer/re_ui/src/ui_ext.rs similarity index 100% rename from crates/re_ui/src/ui_ext.rs rename to crates/viewer/re_ui/src/ui_ext.rs diff --git a/crates/re_viewer/Cargo.toml b/crates/viewer/re_viewer/Cargo.toml similarity index 100% rename from crates/re_viewer/Cargo.toml rename to crates/viewer/re_viewer/Cargo.toml diff --git a/crates/re_viewer/README.md b/crates/viewer/re_viewer/README.md similarity index 92% rename from crates/re_viewer/README.md rename to crates/viewer/re_viewer/README.md index 13dfb89fe404..10c648321f03 100644 --- a/crates/re_viewer/README.md +++ b/crates/viewer/re_viewer/README.md @@ -2,7 +2,7 @@ Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates. -[![Latest version](https://img.shields.io/crates/v/re_viewer.svg)](https://crates.io/crates/re_viewer) +[![Latest version](https://img.shields.io/crates/v/re_viewer.svg)](https://crates.io/crates/viewer/re_viewer) [![Documentation](https://docs.rs/re_viewer/badge.svg)](https://docs.rs/re_viewer) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) diff --git a/crates/re_viewer/build.rs b/crates/viewer/re_viewer/build.rs similarity index 100% rename from crates/re_viewer/build.rs rename to crates/viewer/re_viewer/build.rs diff --git a/crates/re_viewer/data/app_icon_mac.png b/crates/viewer/re_viewer/data/app_icon_mac.png similarity index 100% rename from crates/re_viewer/data/app_icon_mac.png rename to crates/viewer/re_viewer/data/app_icon_mac.png diff --git a/crates/re_viewer/data/app_icon_windows.png b/crates/viewer/re_viewer/data/app_icon_windows.png similarity index 100% rename from crates/re_viewer/data/app_icon_windows.png rename to crates/viewer/re_viewer/data/app_icon_windows.png diff --git a/crates/re_viewer/data/quick_start_guides/cpp_connect.md b/crates/viewer/re_viewer/data/quick_start_guides/cpp_connect.md similarity index 100% rename from crates/re_viewer/data/quick_start_guides/cpp_connect.md rename to crates/viewer/re_viewer/data/quick_start_guides/cpp_connect.md diff --git a/crates/re_viewer/data/quick_start_guides/cpp_spawn.md b/crates/viewer/re_viewer/data/quick_start_guides/cpp_spawn.md similarity index 100% rename from crates/re_viewer/data/quick_start_guides/cpp_spawn.md rename to crates/viewer/re_viewer/data/quick_start_guides/cpp_spawn.md diff --git a/crates/re_viewer/data/quick_start_guides/how_does_it_work.md b/crates/viewer/re_viewer/data/quick_start_guides/how_does_it_work.md similarity index 100% rename from crates/re_viewer/data/quick_start_guides/how_does_it_work.md rename to crates/viewer/re_viewer/data/quick_start_guides/how_does_it_work.md diff --git a/crates/re_viewer/data/quick_start_guides/python_connect.md b/crates/viewer/re_viewer/data/quick_start_guides/python_connect.md similarity index 100% rename from crates/re_viewer/data/quick_start_guides/python_connect.md rename to crates/viewer/re_viewer/data/quick_start_guides/python_connect.md diff --git a/crates/re_viewer/data/quick_start_guides/python_spawn.md b/crates/viewer/re_viewer/data/quick_start_guides/python_spawn.md similarity index 100% rename from crates/re_viewer/data/quick_start_guides/python_spawn.md rename to crates/viewer/re_viewer/data/quick_start_guides/python_spawn.md diff --git a/crates/re_viewer/data/quick_start_guides/quick_start_connect.cpp b/crates/viewer/re_viewer/data/quick_start_guides/quick_start_connect.cpp similarity index 100% rename from crates/re_viewer/data/quick_start_guides/quick_start_connect.cpp rename to crates/viewer/re_viewer/data/quick_start_guides/quick_start_connect.cpp diff --git a/crates/re_viewer/data/quick_start_guides/quick_start_connect.py b/crates/viewer/re_viewer/data/quick_start_guides/quick_start_connect.py similarity index 100% rename from crates/re_viewer/data/quick_start_guides/quick_start_connect.py rename to crates/viewer/re_viewer/data/quick_start_guides/quick_start_connect.py diff --git a/crates/re_viewer/data/quick_start_guides/quick_start_connect.rs b/crates/viewer/re_viewer/data/quick_start_guides/quick_start_connect.rs similarity index 100% rename from crates/re_viewer/data/quick_start_guides/quick_start_connect.rs rename to crates/viewer/re_viewer/data/quick_start_guides/quick_start_connect.rs diff --git a/crates/re_viewer/data/quick_start_guides/quick_start_spawn.cpp b/crates/viewer/re_viewer/data/quick_start_guides/quick_start_spawn.cpp similarity index 100% rename from crates/re_viewer/data/quick_start_guides/quick_start_spawn.cpp rename to crates/viewer/re_viewer/data/quick_start_guides/quick_start_spawn.cpp diff --git a/crates/re_viewer/data/quick_start_guides/quick_start_spawn.py b/crates/viewer/re_viewer/data/quick_start_guides/quick_start_spawn.py similarity index 100% rename from crates/re_viewer/data/quick_start_guides/quick_start_spawn.py rename to crates/viewer/re_viewer/data/quick_start_guides/quick_start_spawn.py diff --git a/crates/re_viewer/data/quick_start_guides/quick_start_spawn.rs b/crates/viewer/re_viewer/data/quick_start_guides/quick_start_spawn.rs similarity index 100% rename from crates/re_viewer/data/quick_start_guides/quick_start_spawn.rs rename to crates/viewer/re_viewer/data/quick_start_guides/quick_start_spawn.rs diff --git a/crates/re_viewer/data/quick_start_guides/rust_connect.md b/crates/viewer/re_viewer/data/quick_start_guides/rust_connect.md similarity index 100% rename from crates/re_viewer/data/quick_start_guides/rust_connect.md rename to crates/viewer/re_viewer/data/quick_start_guides/rust_connect.md diff --git a/crates/re_viewer/data/quick_start_guides/rust_spawn.md b/crates/viewer/re_viewer/data/quick_start_guides/rust_spawn.md similarity index 100% rename from crates/re_viewer/data/quick_start_guides/rust_spawn.md rename to crates/viewer/re_viewer/data/quick_start_guides/rust_spawn.md diff --git a/crates/re_viewer/src/.gitattributes b/crates/viewer/re_viewer/src/.gitattributes similarity index 52% rename from crates/re_viewer/src/.gitattributes rename to crates/viewer/re_viewer/src/.gitattributes index 9330d126fc84..a76592486fcd 100644 --- a/crates/re_viewer/src/.gitattributes +++ b/crates/viewer/re_viewer/src/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true blueprint_validation_gen.rs linguist-generated=true diff --git a/crates/re_viewer/src/app.rs b/crates/viewer/re_viewer/src/app.rs similarity index 100% rename from crates/re_viewer/src/app.rs rename to crates/viewer/re_viewer/src/app.rs diff --git a/crates/re_viewer/src/app_blueprint.rs b/crates/viewer/re_viewer/src/app_blueprint.rs similarity index 100% rename from crates/re_viewer/src/app_blueprint.rs rename to crates/viewer/re_viewer/src/app_blueprint.rs diff --git a/crates/re_viewer/src/app_state.rs b/crates/viewer/re_viewer/src/app_state.rs similarity index 100% rename from crates/re_viewer/src/app_state.rs rename to crates/viewer/re_viewer/src/app_state.rs diff --git a/crates/re_viewer/src/background_tasks.rs b/crates/viewer/re_viewer/src/background_tasks.rs similarity index 100% rename from crates/re_viewer/src/background_tasks.rs rename to crates/viewer/re_viewer/src/background_tasks.rs diff --git a/crates/re_viewer/src/blueprint/mod.rs b/crates/viewer/re_viewer/src/blueprint/mod.rs similarity index 100% rename from crates/re_viewer/src/blueprint/mod.rs rename to crates/viewer/re_viewer/src/blueprint/mod.rs diff --git a/crates/re_viewer/src/blueprint/validation.rs b/crates/viewer/re_viewer/src/blueprint/validation.rs similarity index 100% rename from crates/re_viewer/src/blueprint/validation.rs rename to crates/viewer/re_viewer/src/blueprint/validation.rs diff --git a/crates/viewer/re_viewer/src/blueprint/validation_gen/.gitattributes b/crates/viewer/re_viewer/src/blueprint/validation_gen/.gitattributes new file mode 100644 index 000000000000..36cf111e1205 --- /dev/null +++ b/crates/viewer/re_viewer/src/blueprint/validation_gen/.gitattributes @@ -0,0 +1,4 @@ +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs + +.gitattributes linguist-generated=true +mod.rs linguist-generated=true diff --git a/crates/re_viewer/src/blueprint/validation_gen/mod.rs b/crates/viewer/re_viewer/src/blueprint/validation_gen/mod.rs similarity index 96% rename from crates/re_viewer/src/blueprint/validation_gen/mod.rs rename to crates/viewer/re_viewer/src/blueprint/validation_gen/mod.rs index 6fa94860e75b..f7eb9218a025 100644 --- a/crates/re_viewer/src/blueprint/validation_gen/mod.rs +++ b/crates/viewer/re_viewer/src/blueprint/validation_gen/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/blueprint_validation.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/blueprint_validation.rs use super::validation::validate_component; use re_entity_db::EntityDb; pub use re_types::blueprint::components::ActiveTab; diff --git a/crates/re_viewer/src/env_vars.rs b/crates/viewer/re_viewer/src/env_vars.rs similarity index 100% rename from crates/re_viewer/src/env_vars.rs rename to crates/viewer/re_viewer/src/env_vars.rs diff --git a/crates/re_viewer/src/history.rs b/crates/viewer/re_viewer/src/history.rs similarity index 100% rename from crates/re_viewer/src/history.rs rename to crates/viewer/re_viewer/src/history.rs diff --git a/crates/re_viewer/src/lib.rs b/crates/viewer/re_viewer/src/lib.rs similarity index 100% rename from crates/re_viewer/src/lib.rs rename to crates/viewer/re_viewer/src/lib.rs diff --git a/crates/re_viewer/src/loading.rs b/crates/viewer/re_viewer/src/loading.rs similarity index 100% rename from crates/re_viewer/src/loading.rs rename to crates/viewer/re_viewer/src/loading.rs diff --git a/crates/re_viewer/src/native.rs b/crates/viewer/re_viewer/src/native.rs similarity index 97% rename from crates/re_viewer/src/native.rs rename to crates/viewer/re_viewer/src/native.rs index ff5ce8ecf2c6..52c74ae4b54f 100644 --- a/crates/re_viewer/src/native.rs +++ b/crates/viewer/re_viewer/src/native.rs @@ -5,7 +5,7 @@ pub const APP_ID: &str = "rerun"; type AppCreator = Box) -> Box>; -// NOTE: the name of this function is hard-coded in `crates/rerun/src/crash_handler.rs`! +// NOTE: the name of this function is hard-coded in `crates/top/rerun/src/crash_handler.rs`! pub fn run_native_app( app_creator: AppCreator, force_wgpu_backend: Option, diff --git a/crates/viewer/re_viewer/src/reflection/.gitattributes b/crates/viewer/re_viewer/src/reflection/.gitattributes new file mode 100644 index 000000000000..36cf111e1205 --- /dev/null +++ b/crates/viewer/re_viewer/src/reflection/.gitattributes @@ -0,0 +1,4 @@ +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs + +.gitattributes linguist-generated=true +mod.rs linguist-generated=true diff --git a/crates/re_viewer/src/reflection/mod.rs b/crates/viewer/re_viewer/src/reflection/mod.rs similarity index 99% rename from crates/re_viewer/src/reflection/mod.rs rename to crates/viewer/re_viewer/src/reflection/mod.rs index 61c06452df8b..98b9e0c9da0e 100644 --- a/crates/re_viewer/src/reflection/mod.rs +++ b/crates/viewer/re_viewer/src/reflection/mod.rs @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/rust/reflection.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/reflection.rs #![allow(clippy::too_many_lines)] #![allow(clippy::wildcard_imports)] diff --git a/crates/re_viewer/src/saving.rs b/crates/viewer/re_viewer/src/saving.rs similarity index 100% rename from crates/re_viewer/src/saving.rs rename to crates/viewer/re_viewer/src/saving.rs diff --git a/crates/re_viewer/src/screenshotter.rs b/crates/viewer/re_viewer/src/screenshotter.rs similarity index 100% rename from crates/re_viewer/src/screenshotter.rs rename to crates/viewer/re_viewer/src/screenshotter.rs diff --git a/crates/re_viewer/src/ui/memory_panel.rs b/crates/viewer/re_viewer/src/ui/memory_panel.rs similarity index 100% rename from crates/re_viewer/src/ui/memory_panel.rs rename to crates/viewer/re_viewer/src/ui/memory_panel.rs diff --git a/crates/re_viewer/src/ui/mobile_warning_ui.rs b/crates/viewer/re_viewer/src/ui/mobile_warning_ui.rs similarity index 100% rename from crates/re_viewer/src/ui/mobile_warning_ui.rs rename to crates/viewer/re_viewer/src/ui/mobile_warning_ui.rs diff --git a/crates/re_viewer/src/ui/mod.rs b/crates/viewer/re_viewer/src/ui/mod.rs similarity index 100% rename from crates/re_viewer/src/ui/mod.rs rename to crates/viewer/re_viewer/src/ui/mod.rs diff --git a/crates/re_viewer/src/ui/recordings_panel.rs b/crates/viewer/re_viewer/src/ui/recordings_panel.rs similarity index 100% rename from crates/re_viewer/src/ui/recordings_panel.rs rename to crates/viewer/re_viewer/src/ui/recordings_panel.rs diff --git a/crates/re_viewer/src/ui/rerun_menu.rs b/crates/viewer/re_viewer/src/ui/rerun_menu.rs similarity index 100% rename from crates/re_viewer/src/ui/rerun_menu.rs rename to crates/viewer/re_viewer/src/ui/rerun_menu.rs diff --git a/crates/re_viewer/src/ui/top_panel.rs b/crates/viewer/re_viewer/src/ui/top_panel.rs similarity index 100% rename from crates/re_viewer/src/ui/top_panel.rs rename to crates/viewer/re_viewer/src/ui/top_panel.rs diff --git a/crates/re_viewer/src/ui/welcome_screen/example_section.rs b/crates/viewer/re_viewer/src/ui/welcome_screen/example_section.rs similarity index 100% rename from crates/re_viewer/src/ui/welcome_screen/example_section.rs rename to crates/viewer/re_viewer/src/ui/welcome_screen/example_section.rs diff --git a/crates/re_viewer/src/ui/welcome_screen/mod.rs b/crates/viewer/re_viewer/src/ui/welcome_screen/mod.rs similarity index 100% rename from crates/re_viewer/src/ui/welcome_screen/mod.rs rename to crates/viewer/re_viewer/src/ui/welcome_screen/mod.rs diff --git a/crates/re_viewer/src/ui/welcome_screen/no_data_ui.rs b/crates/viewer/re_viewer/src/ui/welcome_screen/no_data_ui.rs similarity index 100% rename from crates/re_viewer/src/ui/welcome_screen/no_data_ui.rs rename to crates/viewer/re_viewer/src/ui/welcome_screen/no_data_ui.rs diff --git a/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs b/crates/viewer/re_viewer/src/ui/welcome_screen/welcome_section.rs similarity index 100% rename from crates/re_viewer/src/ui/welcome_screen/welcome_section.rs rename to crates/viewer/re_viewer/src/ui/welcome_screen/welcome_section.rs diff --git a/crates/re_viewer/src/viewer_analytics/event.rs b/crates/viewer/re_viewer/src/viewer_analytics/event.rs similarity index 100% rename from crates/re_viewer/src/viewer_analytics/event.rs rename to crates/viewer/re_viewer/src/viewer_analytics/event.rs diff --git a/crates/re_viewer/src/viewer_analytics/mod.rs b/crates/viewer/re_viewer/src/viewer_analytics/mod.rs similarity index 100% rename from crates/re_viewer/src/viewer_analytics/mod.rs rename to crates/viewer/re_viewer/src/viewer_analytics/mod.rs diff --git a/crates/re_viewer/src/web.rs b/crates/viewer/re_viewer/src/web.rs similarity index 100% rename from crates/re_viewer/src/web.rs rename to crates/viewer/re_viewer/src/web.rs diff --git a/crates/re_viewer/src/web_tools.rs b/crates/viewer/re_viewer/src/web_tools.rs similarity index 100% rename from crates/re_viewer/src/web_tools.rs rename to crates/viewer/re_viewer/src/web_tools.rs diff --git a/crates/re_viewer_context/Cargo.toml b/crates/viewer/re_viewer_context/Cargo.toml similarity index 100% rename from crates/re_viewer_context/Cargo.toml rename to crates/viewer/re_viewer_context/Cargo.toml diff --git a/crates/re_viewer_context/README.md b/crates/viewer/re_viewer_context/README.md similarity index 89% rename from crates/re_viewer_context/README.md rename to crates/viewer/re_viewer_context/README.md index 26832a576ebe..7edbbaaf7fde 100644 --- a/crates/re_viewer_context/README.md +++ b/crates/viewer/re_viewer_context/README.md @@ -2,7 +2,7 @@ Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates. -[![Latest version](https://img.shields.io/crates/v/re_viewer_context.svg)](https://crates.io/crates/re_viewer_context) +[![Latest version](https://img.shields.io/crates/v/re_viewer_context.svg)](https://crates.io/crates/viewer/re_viewer_context) [![Documentation](https://docs.rs/re_viewer_context/badge.svg)](https://docs.rs/re_viewer_context) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) diff --git a/crates/re_viewer_context/src/annotations.rs b/crates/viewer/re_viewer_context/src/annotations.rs similarity index 100% rename from crates/re_viewer_context/src/annotations.rs rename to crates/viewer/re_viewer_context/src/annotations.rs diff --git a/crates/re_viewer_context/src/app_options.rs b/crates/viewer/re_viewer_context/src/app_options.rs similarity index 100% rename from crates/re_viewer_context/src/app_options.rs rename to crates/viewer/re_viewer_context/src/app_options.rs diff --git a/crates/re_viewer_context/src/blueprint_helpers.rs b/crates/viewer/re_viewer_context/src/blueprint_helpers.rs similarity index 100% rename from crates/re_viewer_context/src/blueprint_helpers.rs rename to crates/viewer/re_viewer_context/src/blueprint_helpers.rs diff --git a/crates/re_viewer_context/src/blueprint_id.rs b/crates/viewer/re_viewer_context/src/blueprint_id.rs similarity index 100% rename from crates/re_viewer_context/src/blueprint_id.rs rename to crates/viewer/re_viewer_context/src/blueprint_id.rs diff --git a/crates/re_viewer_context/src/caches.rs b/crates/viewer/re_viewer_context/src/caches.rs similarity index 100% rename from crates/re_viewer_context/src/caches.rs rename to crates/viewer/re_viewer_context/src/caches.rs diff --git a/crates/re_viewer_context/src/clipboard.rs b/crates/viewer/re_viewer_context/src/clipboard.rs similarity index 100% rename from crates/re_viewer_context/src/clipboard.rs rename to crates/viewer/re_viewer_context/src/clipboard.rs diff --git a/crates/re_viewer_context/src/collapsed_id.rs b/crates/viewer/re_viewer_context/src/collapsed_id.rs similarity index 100% rename from crates/re_viewer_context/src/collapsed_id.rs rename to crates/viewer/re_viewer_context/src/collapsed_id.rs diff --git a/crates/re_viewer_context/src/command_sender.rs b/crates/viewer/re_viewer_context/src/command_sender.rs similarity index 100% rename from crates/re_viewer_context/src/command_sender.rs rename to crates/viewer/re_viewer_context/src/command_sender.rs diff --git a/crates/re_viewer_context/src/component_fallbacks.rs b/crates/viewer/re_viewer_context/src/component_fallbacks.rs similarity index 100% rename from crates/re_viewer_context/src/component_fallbacks.rs rename to crates/viewer/re_viewer_context/src/component_fallbacks.rs diff --git a/crates/re_viewer_context/src/component_ui_registry.rs b/crates/viewer/re_viewer_context/src/component_ui_registry.rs similarity index 100% rename from crates/re_viewer_context/src/component_ui_registry.rs rename to crates/viewer/re_viewer_context/src/component_ui_registry.rs diff --git a/crates/re_viewer_context/src/contents.rs b/crates/viewer/re_viewer_context/src/contents.rs similarity index 100% rename from crates/re_viewer_context/src/contents.rs rename to crates/viewer/re_viewer_context/src/contents.rs diff --git a/crates/re_viewer_context/src/gpu_bridge/colormap.rs b/crates/viewer/re_viewer_context/src/gpu_bridge/colormap.rs similarity index 100% rename from crates/re_viewer_context/src/gpu_bridge/colormap.rs rename to crates/viewer/re_viewer_context/src/gpu_bridge/colormap.rs diff --git a/crates/re_viewer_context/src/gpu_bridge/mod.rs b/crates/viewer/re_viewer_context/src/gpu_bridge/mod.rs similarity index 100% rename from crates/re_viewer_context/src/gpu_bridge/mod.rs rename to crates/viewer/re_viewer_context/src/gpu_bridge/mod.rs diff --git a/crates/re_viewer_context/src/gpu_bridge/re_renderer_callback.rs b/crates/viewer/re_viewer_context/src/gpu_bridge/re_renderer_callback.rs similarity index 100% rename from crates/re_viewer_context/src/gpu_bridge/re_renderer_callback.rs rename to crates/viewer/re_viewer_context/src/gpu_bridge/re_renderer_callback.rs diff --git a/crates/re_viewer_context/src/gpu_bridge/tensor_to_gpu.rs b/crates/viewer/re_viewer_context/src/gpu_bridge/tensor_to_gpu.rs similarity index 100% rename from crates/re_viewer_context/src/gpu_bridge/tensor_to_gpu.rs rename to crates/viewer/re_viewer_context/src/gpu_bridge/tensor_to_gpu.rs diff --git a/crates/re_viewer_context/src/item.rs b/crates/viewer/re_viewer_context/src/item.rs similarity index 100% rename from crates/re_viewer_context/src/item.rs rename to crates/viewer/re_viewer_context/src/item.rs diff --git a/crates/re_viewer_context/src/lib.rs b/crates/viewer/re_viewer_context/src/lib.rs similarity index 100% rename from crates/re_viewer_context/src/lib.rs rename to crates/viewer/re_viewer_context/src/lib.rs diff --git a/crates/re_viewer_context/src/maybe_mut_ref.rs b/crates/viewer/re_viewer_context/src/maybe_mut_ref.rs similarity index 100% rename from crates/re_viewer_context/src/maybe_mut_ref.rs rename to crates/viewer/re_viewer_context/src/maybe_mut_ref.rs diff --git a/crates/re_viewer_context/src/query_context.rs b/crates/viewer/re_viewer_context/src/query_context.rs similarity index 100% rename from crates/re_viewer_context/src/query_context.rs rename to crates/viewer/re_viewer_context/src/query_context.rs diff --git a/crates/re_viewer_context/src/query_range.rs b/crates/viewer/re_viewer_context/src/query_range.rs similarity index 100% rename from crates/re_viewer_context/src/query_range.rs rename to crates/viewer/re_viewer_context/src/query_range.rs diff --git a/crates/re_viewer_context/src/selection_history.rs b/crates/viewer/re_viewer_context/src/selection_history.rs similarity index 100% rename from crates/re_viewer_context/src/selection_history.rs rename to crates/viewer/re_viewer_context/src/selection_history.rs diff --git a/crates/re_viewer_context/src/selection_state.rs b/crates/viewer/re_viewer_context/src/selection_state.rs similarity index 100% rename from crates/re_viewer_context/src/selection_state.rs rename to crates/viewer/re_viewer_context/src/selection_state.rs diff --git a/crates/re_viewer_context/src/space_view/highlights.rs b/crates/viewer/re_viewer_context/src/space_view/highlights.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/highlights.rs rename to crates/viewer/re_viewer_context/src/space_view/highlights.rs diff --git a/crates/re_viewer_context/src/space_view/mod.rs b/crates/viewer/re_viewer_context/src/space_view/mod.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/mod.rs rename to crates/viewer/re_viewer_context/src/space_view/mod.rs diff --git a/crates/re_viewer_context/src/space_view/named_system.rs b/crates/viewer/re_viewer_context/src/space_view/named_system.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/named_system.rs rename to crates/viewer/re_viewer_context/src/space_view/named_system.rs diff --git a/crates/re_viewer_context/src/space_view/space_view_class.rs b/crates/viewer/re_viewer_context/src/space_view/space_view_class.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/space_view_class.rs rename to crates/viewer/re_viewer_context/src/space_view/space_view_class.rs diff --git a/crates/re_viewer_context/src/space_view/space_view_class_placeholder.rs b/crates/viewer/re_viewer_context/src/space_view/space_view_class_placeholder.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/space_view_class_placeholder.rs rename to crates/viewer/re_viewer_context/src/space_view/space_view_class_placeholder.rs diff --git a/crates/re_viewer_context/src/space_view/space_view_class_registry.rs b/crates/viewer/re_viewer_context/src/space_view/space_view_class_registry.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/space_view_class_registry.rs rename to crates/viewer/re_viewer_context/src/space_view/space_view_class_registry.rs diff --git a/crates/re_viewer_context/src/space_view/spawn_heuristics.rs b/crates/viewer/re_viewer_context/src/space_view/spawn_heuristics.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/spawn_heuristics.rs rename to crates/viewer/re_viewer_context/src/space_view/spawn_heuristics.rs diff --git a/crates/re_viewer_context/src/space_view/system_execution_output.rs b/crates/viewer/re_viewer_context/src/space_view/system_execution_output.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/system_execution_output.rs rename to crates/viewer/re_viewer_context/src/space_view/system_execution_output.rs diff --git a/crates/re_viewer_context/src/space_view/view_context.rs b/crates/viewer/re_viewer_context/src/space_view/view_context.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/view_context.rs rename to crates/viewer/re_viewer_context/src/space_view/view_context.rs diff --git a/crates/re_viewer_context/src/space_view/view_context_system.rs b/crates/viewer/re_viewer_context/src/space_view/view_context_system.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/view_context_system.rs rename to crates/viewer/re_viewer_context/src/space_view/view_context_system.rs diff --git a/crates/re_viewer_context/src/space_view/view_query.rs b/crates/viewer/re_viewer_context/src/space_view/view_query.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/view_query.rs rename to crates/viewer/re_viewer_context/src/space_view/view_query.rs diff --git a/crates/re_viewer_context/src/space_view/view_states.rs b/crates/viewer/re_viewer_context/src/space_view/view_states.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/view_states.rs rename to crates/viewer/re_viewer_context/src/space_view/view_states.rs diff --git a/crates/re_viewer_context/src/space_view/visualizer_entity_subscriber.rs b/crates/viewer/re_viewer_context/src/space_view/visualizer_entity_subscriber.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/visualizer_entity_subscriber.rs rename to crates/viewer/re_viewer_context/src/space_view/visualizer_entity_subscriber.rs diff --git a/crates/re_viewer_context/src/space_view/visualizer_system.rs b/crates/viewer/re_viewer_context/src/space_view/visualizer_system.rs similarity index 100% rename from crates/re_viewer_context/src/space_view/visualizer_system.rs rename to crates/viewer/re_viewer_context/src/space_view/visualizer_system.rs diff --git a/crates/re_viewer_context/src/store_context.rs b/crates/viewer/re_viewer_context/src/store_context.rs similarity index 100% rename from crates/re_viewer_context/src/store_context.rs rename to crates/viewer/re_viewer_context/src/store_context.rs diff --git a/crates/re_viewer_context/src/store_hub.rs b/crates/viewer/re_viewer_context/src/store_hub.rs similarity index 100% rename from crates/re_viewer_context/src/store_hub.rs rename to crates/viewer/re_viewer_context/src/store_hub.rs diff --git a/crates/re_viewer_context/src/tensor/mod.rs b/crates/viewer/re_viewer_context/src/tensor/mod.rs similarity index 100% rename from crates/re_viewer_context/src/tensor/mod.rs rename to crates/viewer/re_viewer_context/src/tensor/mod.rs diff --git a/crates/re_viewer_context/src/tensor/tensor_decode_cache.rs b/crates/viewer/re_viewer_context/src/tensor/tensor_decode_cache.rs similarity index 100% rename from crates/re_viewer_context/src/tensor/tensor_decode_cache.rs rename to crates/viewer/re_viewer_context/src/tensor/tensor_decode_cache.rs diff --git a/crates/re_viewer_context/src/tensor/tensor_stats.rs b/crates/viewer/re_viewer_context/src/tensor/tensor_stats.rs similarity index 100% rename from crates/re_viewer_context/src/tensor/tensor_stats.rs rename to crates/viewer/re_viewer_context/src/tensor/tensor_stats.rs diff --git a/crates/re_viewer_context/src/tensor/tensor_stats_cache.rs b/crates/viewer/re_viewer_context/src/tensor/tensor_stats_cache.rs similarity index 100% rename from crates/re_viewer_context/src/tensor/tensor_stats_cache.rs rename to crates/viewer/re_viewer_context/src/tensor/tensor_stats_cache.rs diff --git a/crates/re_viewer_context/src/test_context.rs b/crates/viewer/re_viewer_context/src/test_context.rs similarity index 100% rename from crates/re_viewer_context/src/test_context.rs rename to crates/viewer/re_viewer_context/src/test_context.rs diff --git a/crates/re_viewer_context/src/time_control.rs b/crates/viewer/re_viewer_context/src/time_control.rs similarity index 100% rename from crates/re_viewer_context/src/time_control.rs rename to crates/viewer/re_viewer_context/src/time_control.rs diff --git a/crates/re_viewer_context/src/typed_entity_collections.rs b/crates/viewer/re_viewer_context/src/typed_entity_collections.rs similarity index 100% rename from crates/re_viewer_context/src/typed_entity_collections.rs rename to crates/viewer/re_viewer_context/src/typed_entity_collections.rs diff --git a/crates/re_viewer_context/src/utils/color.rs b/crates/viewer/re_viewer_context/src/utils/color.rs similarity index 100% rename from crates/re_viewer_context/src/utils/color.rs rename to crates/viewer/re_viewer_context/src/utils/color.rs diff --git a/crates/re_viewer_context/src/utils/mod.rs b/crates/viewer/re_viewer_context/src/utils/mod.rs similarity index 100% rename from crates/re_viewer_context/src/utils/mod.rs rename to crates/viewer/re_viewer_context/src/utils/mod.rs diff --git a/crates/re_viewer_context/src/utils/text.rs b/crates/viewer/re_viewer_context/src/utils/text.rs similarity index 100% rename from crates/re_viewer_context/src/utils/text.rs rename to crates/viewer/re_viewer_context/src/utils/text.rs diff --git a/crates/re_viewer_context/src/viewer_context.rs b/crates/viewer/re_viewer_context/src/viewer_context.rs similarity index 100% rename from crates/re_viewer_context/src/viewer_context.rs rename to crates/viewer/re_viewer_context/src/viewer_context.rs diff --git a/crates/re_viewport/Cargo.toml b/crates/viewer/re_viewport/Cargo.toml similarity index 100% rename from crates/re_viewport/Cargo.toml rename to crates/viewer/re_viewport/Cargo.toml diff --git a/crates/re_viewport/README.md b/crates/viewer/re_viewport/README.md similarity index 100% rename from crates/re_viewport/README.md rename to crates/viewer/re_viewport/README.md diff --git a/crates/re_viewport/src/auto_layout.rs b/crates/viewer/re_viewport/src/auto_layout.rs similarity index 100% rename from crates/re_viewport/src/auto_layout.rs rename to crates/viewer/re_viewport/src/auto_layout.rs diff --git a/crates/re_viewport/src/lib.rs b/crates/viewer/re_viewport/src/lib.rs similarity index 100% rename from crates/re_viewport/src/lib.rs rename to crates/viewer/re_viewport/src/lib.rs diff --git a/crates/re_viewport/src/screenshot.rs b/crates/viewer/re_viewport/src/screenshot.rs similarity index 100% rename from crates/re_viewport/src/screenshot.rs rename to crates/viewer/re_viewport/src/screenshot.rs diff --git a/crates/re_viewport/src/space_view_highlights.rs b/crates/viewer/re_viewport/src/space_view_highlights.rs similarity index 100% rename from crates/re_viewport/src/space_view_highlights.rs rename to crates/viewer/re_viewport/src/space_view_highlights.rs diff --git a/crates/re_viewport/src/system_execution.rs b/crates/viewer/re_viewport/src/system_execution.rs similarity index 100% rename from crates/re_viewport/src/system_execution.rs rename to crates/viewer/re_viewport/src/system_execution.rs diff --git a/crates/re_viewport/src/viewport.rs b/crates/viewer/re_viewport/src/viewport.rs similarity index 100% rename from crates/re_viewport/src/viewport.rs rename to crates/viewer/re_viewport/src/viewport.rs diff --git a/crates/re_viewport_blueprint/Cargo.toml b/crates/viewer/re_viewport_blueprint/Cargo.toml similarity index 100% rename from crates/re_viewport_blueprint/Cargo.toml rename to crates/viewer/re_viewport_blueprint/Cargo.toml diff --git a/crates/re_viewport_blueprint/README.md b/crates/viewer/re_viewport_blueprint/README.md similarity index 100% rename from crates/re_viewport_blueprint/README.md rename to crates/viewer/re_viewport_blueprint/README.md diff --git a/crates/re_viewport_blueprint/src/container.rs b/crates/viewer/re_viewport_blueprint/src/container.rs similarity index 100% rename from crates/re_viewport_blueprint/src/container.rs rename to crates/viewer/re_viewport_blueprint/src/container.rs diff --git a/crates/re_viewport_blueprint/src/lib.rs b/crates/viewer/re_viewport_blueprint/src/lib.rs similarity index 100% rename from crates/re_viewport_blueprint/src/lib.rs rename to crates/viewer/re_viewport_blueprint/src/lib.rs diff --git a/crates/re_viewport_blueprint/src/space_view.rs b/crates/viewer/re_viewport_blueprint/src/space_view.rs similarity index 100% rename from crates/re_viewport_blueprint/src/space_view.rs rename to crates/viewer/re_viewport_blueprint/src/space_view.rs diff --git a/crates/re_viewport_blueprint/src/space_view_contents.rs b/crates/viewer/re_viewport_blueprint/src/space_view_contents.rs similarity index 100% rename from crates/re_viewport_blueprint/src/space_view_contents.rs rename to crates/viewer/re_viewport_blueprint/src/space_view_contents.rs diff --git a/crates/re_viewport_blueprint/src/tree_actions.rs b/crates/viewer/re_viewport_blueprint/src/tree_actions.rs similarity index 100% rename from crates/re_viewport_blueprint/src/tree_actions.rs rename to crates/viewer/re_viewport_blueprint/src/tree_actions.rs diff --git a/crates/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs b/crates/viewer/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs similarity index 100% rename from crates/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs rename to crates/viewer/re_viewport_blueprint/src/ui/add_space_view_or_container_modal.rs diff --git a/crates/re_viewport_blueprint/src/ui/mod.rs b/crates/viewer/re_viewport_blueprint/src/ui/mod.rs similarity index 100% rename from crates/re_viewport_blueprint/src/ui/mod.rs rename to crates/viewer/re_viewport_blueprint/src/ui/mod.rs diff --git a/crates/re_viewport_blueprint/src/view_properties.rs b/crates/viewer/re_viewport_blueprint/src/view_properties.rs similarity index 100% rename from crates/re_viewport_blueprint/src/view_properties.rs rename to crates/viewer/re_viewport_blueprint/src/view_properties.rs diff --git a/crates/re_viewport_blueprint/src/viewport_blueprint.rs b/crates/viewer/re_viewport_blueprint/src/viewport_blueprint.rs similarity index 100% rename from crates/re_viewport_blueprint/src/viewport_blueprint.rs rename to crates/viewer/re_viewport_blueprint/src/viewport_blueprint.rs diff --git a/crates/re_web_viewer_server/Cargo.toml b/crates/viewer/re_web_viewer_server/Cargo.toml similarity index 96% rename from crates/re_web_viewer_server/Cargo.toml rename to crates/viewer/re_web_viewer_server/Cargo.toml index 5d7d9b2aa7c0..ecd872ef894e 100644 --- a/crates/re_web_viewer_server/Cargo.toml +++ b/crates/viewer/re_web_viewer_server/Cargo.toml @@ -16,7 +16,7 @@ include = [ "**/*.rs", "Cargo.toml", - # Matches the files in crates/re_web_viewer_server/src/lib.rs + # Matches the files in src/lib.rs: "web_viewer/favicon.svg", "web_viewer/favicon.ico", "web_viewer/index.html", diff --git a/crates/re_web_viewer_server/README.md b/crates/viewer/re_web_viewer_server/README.md similarity index 100% rename from crates/re_web_viewer_server/README.md rename to crates/viewer/re_web_viewer_server/README.md diff --git a/crates/re_web_viewer_server/src/lib.rs b/crates/viewer/re_web_viewer_server/src/lib.rs similarity index 95% rename from crates/re_web_viewer_server/src/lib.rs rename to crates/viewer/re_web_viewer_server/src/lib.rs index 42f81f7ad995..3e018f0daa01 100644 --- a/crates/re_web_viewer_server/src/lib.rs +++ b/crates/viewer/re_web_viewer_server/src/lib.rs @@ -24,11 +24,11 @@ mod data { #![allow(clippy::large_include_file)] // If you add/remove/change the paths here, also update the include-list in `Cargo.toml`! - pub const INDEX_HTML: &[u8] = include_bytes!("../web_viewer/index.html"); - pub const FAVICON: &[u8] = include_bytes!("../web_viewer/favicon.svg"); - pub const SW_JS: &[u8] = include_bytes!("../web_viewer/sw.js"); - pub const VIEWER_JS: &[u8] = include_bytes!("../web_viewer/re_viewer.js"); - pub const VIEWER_WASM: &[u8] = include_bytes!("../web_viewer/re_viewer_bg.wasm"); + pub const INDEX_HTML: &[u8] = include_bytes!("../../../../web_viewer/index.html"); + pub const FAVICON: &[u8] = include_bytes!("../../../../web_viewer/favicon.svg"); + pub const SW_JS: &[u8] = include_bytes!("../../../../web_viewer/sw.js"); + pub const VIEWER_JS: &[u8] = include_bytes!("../../../../web_viewer/re_viewer.js"); + pub const VIEWER_WASM: &[u8] = include_bytes!("../../../../web_viewer/re_viewer_bg.wasm"); } /// Failure to host the web viewer. diff --git a/crates/viewer/re_web_viewer_server/web_viewer b/crates/viewer/re_web_viewer_server/web_viewer new file mode 120000 index 000000000000..437650a17c1e --- /dev/null +++ b/crates/viewer/re_web_viewer_server/web_viewer @@ -0,0 +1 @@ +../../../web_viewer \ No newline at end of file diff --git a/docs/content/getting-started/troubleshooting.md b/docs/content/getting-started/troubleshooting.md index d35386e4356a..74dccbe4fdd2 100644 --- a/docs/content/getting-started/troubleshooting.md +++ b/docs/content/getting-started/troubleshooting.md @@ -73,7 +73,7 @@ rerun reset ## Graphics issues - + Make sure to keep your graphics drivers updated. diff --git a/docs/content/howto/extend/extend-ui.md b/docs/content/howto/extend/extend-ui.md index 5e7272c3028a..7f21a2b03c78 100644 --- a/docs/content/howto/extend/extend-ui.md +++ b/docs/content/howto/extend/extend-ui.md @@ -12,7 +12,7 @@ In the above screenshot you see the example [`extend_viewer_ui`](https://github. ### How to build it -The Rerun Viewer is defined by the crate [`re_viewer`](https://github.com/rerun-io/rerun/tree/main/crates/re_viewer). It uses the popular Rust GUI library [`egui`](https://github.com/emilk/egui) (written by our CTO) and its framework [`eframe`](https://github.com/emilk/egui/tree/master/crates/eframe). To extend the UI you need to create your own `eframe` application and embed `re_viewer` inside of it. You can then use `egui` to add custom panels and windows. +The Rerun Viewer is defined by the crate [`re_viewer`](https://github.com/rerun-io/rerun/tree/main/crates/viewer/re_viewer). It uses the popular Rust GUI library [`egui`](https://github.com/emilk/egui) (written by our CTO) and its framework [`eframe`](https://github.com/emilk/egui/tree/master/crates/eframe). To extend the UI you need to create your own `eframe` application and embed `re_viewer` inside of it. You can then use `egui` to add custom panels and windows. The best way to get started is by reading [the source code of the `extend_viewer_ui` example](https://github.com/rerun-io/rerun/tree/main/examples/rust/extend_viewer_ui). diff --git a/docs/content/reference/types/.gitattributes b/docs/content/reference/types/.gitattributes index ae8095635a15..caf2ec81e851 100644 --- a/docs/content/reference/types/.gitattributes +++ b/docs/content/reference/types/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true archetypes.md linguist-generated=true diff --git a/docs/content/reference/types/archetypes.md b/docs/content/reference/types/archetypes.md index f80dcca99de5..9b4628bd4942 100644 --- a/docs/content/reference/types/archetypes.md +++ b/docs/content/reference/types/archetypes.md @@ -2,7 +2,7 @@ title: "Archetypes" order: 1 --- - + Archetypes are bundles of components for which the Rerun viewer has first-class built-in support. When logged, each archetype also includes an _indicator component_ which captures diff --git a/docs/content/reference/types/archetypes/.gitattributes b/docs/content/reference/types/archetypes/.gitattributes index 5035912305cd..c8dbda543c26 100644 --- a/docs/content/reference/types/archetypes/.gitattributes +++ b/docs/content/reference/types/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true annotation_context.md linguist-generated=true diff --git a/docs/content/reference/types/archetypes/annotation_context.md b/docs/content/reference/types/archetypes/annotation_context.md index 00673bbe2f31..472c0ec18023 100644 --- a/docs/content/reference/types/archetypes/annotation_context.md +++ b/docs/content/reference/types/archetypes/annotation_context.md @@ -1,7 +1,7 @@ --- title: "AnnotationContext" --- - + The `AnnotationContext` provides additional information on how to display entities. diff --git a/docs/content/reference/types/archetypes/arrows2d.md b/docs/content/reference/types/archetypes/arrows2d.md index 43a907054030..fb8fcf587456 100644 --- a/docs/content/reference/types/archetypes/arrows2d.md +++ b/docs/content/reference/types/archetypes/arrows2d.md @@ -1,7 +1,7 @@ --- title: "Arrows2D" --- - + 2D arrows with optional colors, radii, labels, etc. diff --git a/docs/content/reference/types/archetypes/arrows3d.md b/docs/content/reference/types/archetypes/arrows3d.md index a421c775d220..4716b4e3b2f1 100644 --- a/docs/content/reference/types/archetypes/arrows3d.md +++ b/docs/content/reference/types/archetypes/arrows3d.md @@ -1,7 +1,7 @@ --- title: "Arrows3D" --- - + 3D arrows with optional colors, radii, labels, etc. diff --git a/docs/content/reference/types/archetypes/asset3d.md b/docs/content/reference/types/archetypes/asset3d.md index fe73b31de878..0c117c06c258 100644 --- a/docs/content/reference/types/archetypes/asset3d.md +++ b/docs/content/reference/types/archetypes/asset3d.md @@ -1,7 +1,7 @@ --- title: "Asset3D" --- - + A prepacked 3D asset (`.gltf`, `.glb`, `.obj`, `.stl`, etc.). diff --git a/docs/content/reference/types/archetypes/bar_chart.md b/docs/content/reference/types/archetypes/bar_chart.md index 97784402e25b..2991afcfb7fd 100644 --- a/docs/content/reference/types/archetypes/bar_chart.md +++ b/docs/content/reference/types/archetypes/bar_chart.md @@ -1,7 +1,7 @@ --- title: "BarChart" --- - + A bar chart. diff --git a/docs/content/reference/types/archetypes/boxes2d.md b/docs/content/reference/types/archetypes/boxes2d.md index 720c0c568df5..1c23d6bb28bd 100644 --- a/docs/content/reference/types/archetypes/boxes2d.md +++ b/docs/content/reference/types/archetypes/boxes2d.md @@ -1,7 +1,7 @@ --- title: "Boxes2D" --- - + 2D boxes with half-extents and optional center, rotations, rotations, colors etc. diff --git a/docs/content/reference/types/archetypes/boxes3d.md b/docs/content/reference/types/archetypes/boxes3d.md index a746600cf187..746c068ff01b 100644 --- a/docs/content/reference/types/archetypes/boxes3d.md +++ b/docs/content/reference/types/archetypes/boxes3d.md @@ -1,7 +1,7 @@ --- title: "Boxes3D" --- - + 3D boxes with half-extents and optional center, rotations, rotations, colors etc. diff --git a/docs/content/reference/types/archetypes/clear.md b/docs/content/reference/types/archetypes/clear.md index b76552b52e43..a22bca19571d 100644 --- a/docs/content/reference/types/archetypes/clear.md +++ b/docs/content/reference/types/archetypes/clear.md @@ -1,7 +1,7 @@ --- title: "Clear" --- - + Empties all the components of an entity. diff --git a/docs/content/reference/types/archetypes/depth_image.md b/docs/content/reference/types/archetypes/depth_image.md index a4aa4707d946..984fd7179f79 100644 --- a/docs/content/reference/types/archetypes/depth_image.md +++ b/docs/content/reference/types/archetypes/depth_image.md @@ -1,7 +1,7 @@ --- title: "DepthImage" --- - + A depth image. diff --git a/docs/content/reference/types/archetypes/disconnected_space.md b/docs/content/reference/types/archetypes/disconnected_space.md index 8cf8ff8e0cf3..aa15910a35ff 100644 --- a/docs/content/reference/types/archetypes/disconnected_space.md +++ b/docs/content/reference/types/archetypes/disconnected_space.md @@ -1,7 +1,7 @@ --- title: "DisconnectedSpace" --- - + Spatially disconnect this entity from its parent. diff --git a/docs/content/reference/types/archetypes/image.md b/docs/content/reference/types/archetypes/image.md index 2cb73e1a7062..269d10a92268 100644 --- a/docs/content/reference/types/archetypes/image.md +++ b/docs/content/reference/types/archetypes/image.md @@ -1,7 +1,7 @@ --- title: "Image" --- - + A monochrome or color image. diff --git a/docs/content/reference/types/archetypes/line_strips2d.md b/docs/content/reference/types/archetypes/line_strips2d.md index 04b04f0729d0..cd5ac90050d9 100644 --- a/docs/content/reference/types/archetypes/line_strips2d.md +++ b/docs/content/reference/types/archetypes/line_strips2d.md @@ -1,7 +1,7 @@ --- title: "LineStrips2D" --- - + 2D line strips with positions and optional colors, radii, labels, etc. diff --git a/docs/content/reference/types/archetypes/line_strips3d.md b/docs/content/reference/types/archetypes/line_strips3d.md index cf19d1d96e0a..b3102b3388fc 100644 --- a/docs/content/reference/types/archetypes/line_strips3d.md +++ b/docs/content/reference/types/archetypes/line_strips3d.md @@ -1,7 +1,7 @@ --- title: "LineStrips3D" --- - + 3D line strips with positions and optional colors, radii, labels, etc. diff --git a/docs/content/reference/types/archetypes/mesh3d.md b/docs/content/reference/types/archetypes/mesh3d.md index 51434f1c3992..048e765d30fe 100644 --- a/docs/content/reference/types/archetypes/mesh3d.md +++ b/docs/content/reference/types/archetypes/mesh3d.md @@ -1,7 +1,7 @@ --- title: "Mesh3D" --- - + A 3D triangle mesh as specified by its per-mesh and per-vertex properties. diff --git a/docs/content/reference/types/archetypes/pinhole.md b/docs/content/reference/types/archetypes/pinhole.md index 342c43255e03..7837a6d4c143 100644 --- a/docs/content/reference/types/archetypes/pinhole.md +++ b/docs/content/reference/types/archetypes/pinhole.md @@ -1,7 +1,7 @@ --- title: "Pinhole" --- - + Camera perspective projection (a.k.a. intrinsics). diff --git a/docs/content/reference/types/archetypes/points2d.md b/docs/content/reference/types/archetypes/points2d.md index 1f0d94937b62..035cf28f23f5 100644 --- a/docs/content/reference/types/archetypes/points2d.md +++ b/docs/content/reference/types/archetypes/points2d.md @@ -1,7 +1,7 @@ --- title: "Points2D" --- - + A 2D point cloud with positions and optional colors, radii, labels, etc. diff --git a/docs/content/reference/types/archetypes/points3d.md b/docs/content/reference/types/archetypes/points3d.md index c4e64a0d2e5e..f3c803ad9cd2 100644 --- a/docs/content/reference/types/archetypes/points3d.md +++ b/docs/content/reference/types/archetypes/points3d.md @@ -1,7 +1,7 @@ --- title: "Points3D" --- - + A 3D point cloud with positions and optional colors, radii, labels, etc. diff --git a/docs/content/reference/types/archetypes/scalar.md b/docs/content/reference/types/archetypes/scalar.md index 4560c15d07e7..a1da83ff91a8 100644 --- a/docs/content/reference/types/archetypes/scalar.md +++ b/docs/content/reference/types/archetypes/scalar.md @@ -1,7 +1,7 @@ --- title: "Scalar" --- - + Log a double-precision scalar. diff --git a/docs/content/reference/types/archetypes/segmentation_image.md b/docs/content/reference/types/archetypes/segmentation_image.md index 5687a21e7272..190b03f6d192 100644 --- a/docs/content/reference/types/archetypes/segmentation_image.md +++ b/docs/content/reference/types/archetypes/segmentation_image.md @@ -1,7 +1,7 @@ --- title: "SegmentationImage" --- - + An image made up of integer class-ids. diff --git a/docs/content/reference/types/archetypes/series_line.md b/docs/content/reference/types/archetypes/series_line.md index c8bfa797cce9..4c5ea9a49d62 100644 --- a/docs/content/reference/types/archetypes/series_line.md +++ b/docs/content/reference/types/archetypes/series_line.md @@ -1,7 +1,7 @@ --- title: "SeriesLine" --- - + Define the style properties for a line series in a chart. diff --git a/docs/content/reference/types/archetypes/series_point.md b/docs/content/reference/types/archetypes/series_point.md index 3d8d68343d1a..02c614b83d29 100644 --- a/docs/content/reference/types/archetypes/series_point.md +++ b/docs/content/reference/types/archetypes/series_point.md @@ -1,7 +1,7 @@ --- title: "SeriesPoint" --- - + Define the style properties for a point series in a chart. diff --git a/docs/content/reference/types/archetypes/tensor.md b/docs/content/reference/types/archetypes/tensor.md index dac10177211d..a0bff263a4fa 100644 --- a/docs/content/reference/types/archetypes/tensor.md +++ b/docs/content/reference/types/archetypes/tensor.md @@ -1,7 +1,7 @@ --- title: "Tensor" --- - + An N-dimensional array of numbers. diff --git a/docs/content/reference/types/archetypes/text_document.md b/docs/content/reference/types/archetypes/text_document.md index ac2e51751def..69e20ddac275 100644 --- a/docs/content/reference/types/archetypes/text_document.md +++ b/docs/content/reference/types/archetypes/text_document.md @@ -1,7 +1,7 @@ --- title: "TextDocument" --- - + A text element intended to be displayed in its own text-box. diff --git a/docs/content/reference/types/archetypes/text_log.md b/docs/content/reference/types/archetypes/text_log.md index c927b9711c31..645a2fd889ab 100644 --- a/docs/content/reference/types/archetypes/text_log.md +++ b/docs/content/reference/types/archetypes/text_log.md @@ -1,7 +1,7 @@ --- title: "TextLog" --- - + A log entry in a text log, comprised of a text body and its log level. diff --git a/docs/content/reference/types/archetypes/transform3d.md b/docs/content/reference/types/archetypes/transform3d.md index fac7042a7328..a8caa3670653 100644 --- a/docs/content/reference/types/archetypes/transform3d.md +++ b/docs/content/reference/types/archetypes/transform3d.md @@ -1,7 +1,7 @@ --- title: "Transform3D" --- - + A 3D transform. diff --git a/docs/content/reference/types/archetypes/view_coordinates.md b/docs/content/reference/types/archetypes/view_coordinates.md index 02424dd52ae8..41ce9366db36 100644 --- a/docs/content/reference/types/archetypes/view_coordinates.md +++ b/docs/content/reference/types/archetypes/view_coordinates.md @@ -1,7 +1,7 @@ --- title: "ViewCoordinates" --- - + How we interpret the coordinate system of an entity/space. diff --git a/docs/content/reference/types/components.md b/docs/content/reference/types/components.md index a2eba33b1efe..806392704a9e 100644 --- a/docs/content/reference/types/components.md +++ b/docs/content/reference/types/components.md @@ -2,7 +2,7 @@ title: "Components" order: 2 --- - + Components are the fundamental unit of logging in Rerun. This page lists all built-in components. diff --git a/docs/content/reference/types/components/.gitattributes b/docs/content/reference/types/components/.gitattributes index 8ba9bb1a688d..8414aa31234d 100644 --- a/docs/content/reference/types/components/.gitattributes +++ b/docs/content/reference/types/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true aggregation_policy.md linguist-generated=true diff --git a/docs/content/reference/types/components/aggregation_policy.md b/docs/content/reference/types/components/aggregation_policy.md index 111d2e31e4c2..ed8d96312ea7 100644 --- a/docs/content/reference/types/components/aggregation_policy.md +++ b/docs/content/reference/types/components/aggregation_policy.md @@ -1,7 +1,7 @@ --- title: "AggregationPolicy" --- - + Policy for aggregation of multiple scalar plot values. diff --git a/docs/content/reference/types/components/annotation_context.md b/docs/content/reference/types/components/annotation_context.md index cae3ab71d4bc..5e4e1f1c9d28 100644 --- a/docs/content/reference/types/components/annotation_context.md +++ b/docs/content/reference/types/components/annotation_context.md @@ -1,7 +1,7 @@ --- title: "AnnotationContext" --- - + The `AnnotationContext` provides additional information on how to display entities. diff --git a/docs/content/reference/types/components/axis_length.md b/docs/content/reference/types/components/axis_length.md index c403857a24a8..11d70e14a5e6 100644 --- a/docs/content/reference/types/components/axis_length.md +++ b/docs/content/reference/types/components/axis_length.md @@ -1,7 +1,7 @@ --- title: "AxisLength" --- - + The length of an axis in local units of the space. diff --git a/docs/content/reference/types/components/blob.md b/docs/content/reference/types/components/blob.md index 69e647810369..2a8c2851288a 100644 --- a/docs/content/reference/types/components/blob.md +++ b/docs/content/reference/types/components/blob.md @@ -1,7 +1,7 @@ --- title: "Blob" --- - + A binary blob of data. diff --git a/docs/content/reference/types/components/class_id.md b/docs/content/reference/types/components/class_id.md index 956eb613c224..5163b88d1498 100644 --- a/docs/content/reference/types/components/class_id.md +++ b/docs/content/reference/types/components/class_id.md @@ -1,7 +1,7 @@ --- title: "ClassId" --- - + A 16-bit ID representing a type of semantic class. diff --git a/docs/content/reference/types/components/clear_is_recursive.md b/docs/content/reference/types/components/clear_is_recursive.md index a43e26af1451..e9276e2cdc29 100644 --- a/docs/content/reference/types/components/clear_is_recursive.md +++ b/docs/content/reference/types/components/clear_is_recursive.md @@ -1,7 +1,7 @@ --- title: "ClearIsRecursive" --- - + Configures how a clear operation should behave - recursive or not. diff --git a/docs/content/reference/types/components/color.md b/docs/content/reference/types/components/color.md index 26a5909e9114..c27b2a2ff556 100644 --- a/docs/content/reference/types/components/color.md +++ b/docs/content/reference/types/components/color.md @@ -1,7 +1,7 @@ --- title: "Color" --- - + An RGBA color with unmultiplied/separate alpha, in sRGB gamma space with linear alpha. diff --git a/docs/content/reference/types/components/colormap.md b/docs/content/reference/types/components/colormap.md index d11c6302cae7..be50fd6208eb 100644 --- a/docs/content/reference/types/components/colormap.md +++ b/docs/content/reference/types/components/colormap.md @@ -1,7 +1,7 @@ --- title: "Colormap" --- - + Colormap for mapping scalar values within a given range to a color. diff --git a/docs/content/reference/types/components/depth_meter.md b/docs/content/reference/types/components/depth_meter.md index 9aa6999ff849..1ad7341ebf71 100644 --- a/docs/content/reference/types/components/depth_meter.md +++ b/docs/content/reference/types/components/depth_meter.md @@ -1,7 +1,7 @@ --- title: "DepthMeter" --- - + The world->depth map scaling factor. diff --git a/docs/content/reference/types/components/disconnected_space.md b/docs/content/reference/types/components/disconnected_space.md index d8c1dafe5a40..766aeba9bc02 100644 --- a/docs/content/reference/types/components/disconnected_space.md +++ b/docs/content/reference/types/components/disconnected_space.md @@ -1,7 +1,7 @@ --- title: "DisconnectedSpace" --- - + Spatially disconnect this entity from its parent. diff --git a/docs/content/reference/types/components/draw_order.md b/docs/content/reference/types/components/draw_order.md index 587cfdc79d7a..07507a41990a 100644 --- a/docs/content/reference/types/components/draw_order.md +++ b/docs/content/reference/types/components/draw_order.md @@ -1,7 +1,7 @@ --- title: "DrawOrder" --- - + Draw order of 2D elements. Higher values are drawn on top of lower values. diff --git a/docs/content/reference/types/components/fill_ratio.md b/docs/content/reference/types/components/fill_ratio.md index f828a3726ab6..ec702fa7554d 100644 --- a/docs/content/reference/types/components/fill_ratio.md +++ b/docs/content/reference/types/components/fill_ratio.md @@ -1,7 +1,7 @@ --- title: "FillRatio" --- - + How much a primitive fills out the available space. diff --git a/docs/content/reference/types/components/gamma_correction.md b/docs/content/reference/types/components/gamma_correction.md index 540cf20a2d31..7deef22dc5ec 100644 --- a/docs/content/reference/types/components/gamma_correction.md +++ b/docs/content/reference/types/components/gamma_correction.md @@ -1,7 +1,7 @@ --- title: "GammaCorrection" --- - + A gamma correction value to be used with a scalar value or color. diff --git a/docs/content/reference/types/components/half_size2d.md b/docs/content/reference/types/components/half_size2d.md index 902af192e3ae..b87a68a9d326 100644 --- a/docs/content/reference/types/components/half_size2d.md +++ b/docs/content/reference/types/components/half_size2d.md @@ -1,7 +1,7 @@ --- title: "HalfSize2D" --- - + Half-size (radius) of a 2D box. diff --git a/docs/content/reference/types/components/half_size3d.md b/docs/content/reference/types/components/half_size3d.md index 3ba92e73f0d6..1b915a394103 100644 --- a/docs/content/reference/types/components/half_size3d.md +++ b/docs/content/reference/types/components/half_size3d.md @@ -1,7 +1,7 @@ --- title: "HalfSize3D" --- - + Half-size (radius) of a 3D box. diff --git a/docs/content/reference/types/components/image_plane_distance.md b/docs/content/reference/types/components/image_plane_distance.md index f827b5052087..243ea12b2744 100644 --- a/docs/content/reference/types/components/image_plane_distance.md +++ b/docs/content/reference/types/components/image_plane_distance.md @@ -1,7 +1,7 @@ --- title: "ImagePlaneDistance" --- - + The distance from the camera origin to the image plane when the projection is shown in a 3D viewer. diff --git a/docs/content/reference/types/components/keypoint_id.md b/docs/content/reference/types/components/keypoint_id.md index 24d17b7fd78a..a165a32212a6 100644 --- a/docs/content/reference/types/components/keypoint_id.md +++ b/docs/content/reference/types/components/keypoint_id.md @@ -1,7 +1,7 @@ --- title: "KeypointId" --- - + A 16-bit ID representing a type of semantic keypoint within a class. diff --git a/docs/content/reference/types/components/line_strip2d.md b/docs/content/reference/types/components/line_strip2d.md index ec666f6d7c03..96b6ee363c07 100644 --- a/docs/content/reference/types/components/line_strip2d.md +++ b/docs/content/reference/types/components/line_strip2d.md @@ -1,7 +1,7 @@ --- title: "LineStrip2D" --- - + A line strip in 2D space. diff --git a/docs/content/reference/types/components/line_strip3d.md b/docs/content/reference/types/components/line_strip3d.md index 969a49bf1803..b3b7c91677bf 100644 --- a/docs/content/reference/types/components/line_strip3d.md +++ b/docs/content/reference/types/components/line_strip3d.md @@ -1,7 +1,7 @@ --- title: "LineStrip3D" --- - + A line strip in 3D space. diff --git a/docs/content/reference/types/components/magnification_filter.md b/docs/content/reference/types/components/magnification_filter.md index e05b309fa1e1..9a1fd01dd6ef 100644 --- a/docs/content/reference/types/components/magnification_filter.md +++ b/docs/content/reference/types/components/magnification_filter.md @@ -1,7 +1,7 @@ --- title: "MagnificationFilter" --- - + Filter used when magnifying an image/texture such that a single pixel/texel is displayed as multiple pixels on screen. diff --git a/docs/content/reference/types/components/marker_shape.md b/docs/content/reference/types/components/marker_shape.md index 52edfea3a270..e046485539d4 100644 --- a/docs/content/reference/types/components/marker_shape.md +++ b/docs/content/reference/types/components/marker_shape.md @@ -1,7 +1,7 @@ --- title: "MarkerShape" --- - + The visual appearance of a point in e.g. a 2D plot. diff --git a/docs/content/reference/types/components/marker_size.md b/docs/content/reference/types/components/marker_size.md index 1560dcfa6dff..416d5cfda764 100644 --- a/docs/content/reference/types/components/marker_size.md +++ b/docs/content/reference/types/components/marker_size.md @@ -1,7 +1,7 @@ --- title: "MarkerSize" --- - + Radius of a marker of a point in e.g. a 2D plot, measured in UI points. diff --git a/docs/content/reference/types/components/material.md b/docs/content/reference/types/components/material.md index b0182372cf3d..ddfae17bab8b 100644 --- a/docs/content/reference/types/components/material.md +++ b/docs/content/reference/types/components/material.md @@ -1,7 +1,7 @@ --- title: "Material" --- - + Material properties of a mesh, e.g. its color multiplier. diff --git a/docs/content/reference/types/components/media_type.md b/docs/content/reference/types/components/media_type.md index 3ace81d2148a..feeeb5f285bf 100644 --- a/docs/content/reference/types/components/media_type.md +++ b/docs/content/reference/types/components/media_type.md @@ -1,7 +1,7 @@ --- title: "MediaType" --- - + A standardized media type (RFC2046, formerly known as MIME types), encoded as a utf8 string. diff --git a/docs/content/reference/types/components/name.md b/docs/content/reference/types/components/name.md index f93a8893aff7..f0209a4f182b 100644 --- a/docs/content/reference/types/components/name.md +++ b/docs/content/reference/types/components/name.md @@ -1,7 +1,7 @@ --- title: "Name" --- - + A display name, typically for an entity or a item like a plot series. diff --git a/docs/content/reference/types/components/opacity.md b/docs/content/reference/types/components/opacity.md index 8ebe2987b7fd..202b35662c59 100644 --- a/docs/content/reference/types/components/opacity.md +++ b/docs/content/reference/types/components/opacity.md @@ -1,7 +1,7 @@ --- title: "Opacity" --- - + Degree of transparency ranging from 0.0 (fully transparent) to 1.0 (fully opaque). diff --git a/docs/content/reference/types/components/out_of_tree_transform3d.md b/docs/content/reference/types/components/out_of_tree_transform3d.md index 401c57a13492..ca8ec12b7174 100644 --- a/docs/content/reference/types/components/out_of_tree_transform3d.md +++ b/docs/content/reference/types/components/out_of_tree_transform3d.md @@ -1,7 +1,7 @@ --- title: "OutOfTreeTransform3D" --- - + An out-of-tree affine transform between two 3D spaces, represented in a given direction. diff --git a/docs/content/reference/types/components/pinhole_projection.md b/docs/content/reference/types/components/pinhole_projection.md index 174a33c7876e..1e3e298647ba 100644 --- a/docs/content/reference/types/components/pinhole_projection.md +++ b/docs/content/reference/types/components/pinhole_projection.md @@ -1,7 +1,7 @@ --- title: "PinholeProjection" --- - + Camera projection, from image coordinates to view coordinates. diff --git a/docs/content/reference/types/components/position2d.md b/docs/content/reference/types/components/position2d.md index 69f61761a7c0..65694d28345a 100644 --- a/docs/content/reference/types/components/position2d.md +++ b/docs/content/reference/types/components/position2d.md @@ -1,7 +1,7 @@ --- title: "Position2D" --- - + A position in 2D space. diff --git a/docs/content/reference/types/components/position3d.md b/docs/content/reference/types/components/position3d.md index ca36180d68f7..94461a066f08 100644 --- a/docs/content/reference/types/components/position3d.md +++ b/docs/content/reference/types/components/position3d.md @@ -1,7 +1,7 @@ --- title: "Position3D" --- - + A position in 3D space. diff --git a/docs/content/reference/types/components/radius.md b/docs/content/reference/types/components/radius.md index bcbd675aa5d0..51094afdb5fa 100644 --- a/docs/content/reference/types/components/radius.md +++ b/docs/content/reference/types/components/radius.md @@ -1,7 +1,7 @@ --- title: "Radius" --- - + The radius of something, e.g. a point. diff --git a/docs/content/reference/types/components/range1d.md b/docs/content/reference/types/components/range1d.md index 65e01afca07a..0926e7d53f0b 100644 --- a/docs/content/reference/types/components/range1d.md +++ b/docs/content/reference/types/components/range1d.md @@ -1,7 +1,7 @@ --- title: "Range1D" --- - + A 1D range, specifying a lower and upper bound. diff --git a/docs/content/reference/types/components/resolution.md b/docs/content/reference/types/components/resolution.md index 629d1965c485..4a0a305cd273 100644 --- a/docs/content/reference/types/components/resolution.md +++ b/docs/content/reference/types/components/resolution.md @@ -1,7 +1,7 @@ --- title: "Resolution" --- - + Pixel resolution width & height, e.g. of a camera sensor. diff --git a/docs/content/reference/types/components/rotation3d.md b/docs/content/reference/types/components/rotation3d.md index 81992185dc18..be0011da2848 100644 --- a/docs/content/reference/types/components/rotation3d.md +++ b/docs/content/reference/types/components/rotation3d.md @@ -1,7 +1,7 @@ --- title: "Rotation3D" --- - + A 3D rotation, represented either by a quaternion or a rotation around axis. diff --git a/docs/content/reference/types/components/scalar.md b/docs/content/reference/types/components/scalar.md index e0567e927042..a8a7b8d8ccd0 100644 --- a/docs/content/reference/types/components/scalar.md +++ b/docs/content/reference/types/components/scalar.md @@ -1,7 +1,7 @@ --- title: "Scalar" --- - + A scalar value, encoded as a 64-bit floating point. diff --git a/docs/content/reference/types/components/stroke_width.md b/docs/content/reference/types/components/stroke_width.md index f30bae39e122..b7a92ae03a07 100644 --- a/docs/content/reference/types/components/stroke_width.md +++ b/docs/content/reference/types/components/stroke_width.md @@ -1,7 +1,7 @@ --- title: "StrokeWidth" --- - + The width of a stroke specified in UI points. diff --git a/docs/content/reference/types/components/tensor_data.md b/docs/content/reference/types/components/tensor_data.md index 235835996811..5723832a16e7 100644 --- a/docs/content/reference/types/components/tensor_data.md +++ b/docs/content/reference/types/components/tensor_data.md @@ -1,7 +1,7 @@ --- title: "TensorData" --- - + An N-dimensional array of numbers. diff --git a/docs/content/reference/types/components/tensor_dimension_index_selection.md b/docs/content/reference/types/components/tensor_dimension_index_selection.md index 11dd51083802..e142e900544c 100644 --- a/docs/content/reference/types/components/tensor_dimension_index_selection.md +++ b/docs/content/reference/types/components/tensor_dimension_index_selection.md @@ -1,7 +1,7 @@ --- title: "TensorDimensionIndexSelection" --- - + Specifies a concrete index on a tensor dimension. diff --git a/docs/content/reference/types/components/tensor_height_dimension.md b/docs/content/reference/types/components/tensor_height_dimension.md index acf98aa5387b..c9a846d8ac05 100644 --- a/docs/content/reference/types/components/tensor_height_dimension.md +++ b/docs/content/reference/types/components/tensor_height_dimension.md @@ -1,7 +1,7 @@ --- title: "TensorHeightDimension" --- - + Specifies which dimension to use for height. diff --git a/docs/content/reference/types/components/tensor_width_dimension.md b/docs/content/reference/types/components/tensor_width_dimension.md index 2c2b08411880..d7c5ad8f8bd8 100644 --- a/docs/content/reference/types/components/tensor_width_dimension.md +++ b/docs/content/reference/types/components/tensor_width_dimension.md @@ -1,7 +1,7 @@ --- title: "TensorWidthDimension" --- - + Specifies which dimension to use for width. diff --git a/docs/content/reference/types/components/texcoord2d.md b/docs/content/reference/types/components/texcoord2d.md index 697c070fbfca..090221106904 100644 --- a/docs/content/reference/types/components/texcoord2d.md +++ b/docs/content/reference/types/components/texcoord2d.md @@ -1,7 +1,7 @@ --- title: "Texcoord2D" --- - + A 2D texture UV coordinate. diff --git a/docs/content/reference/types/components/text.md b/docs/content/reference/types/components/text.md index dda1000901ef..7224b79fddcb 100644 --- a/docs/content/reference/types/components/text.md +++ b/docs/content/reference/types/components/text.md @@ -1,7 +1,7 @@ --- title: "Text" --- - + A string of text, e.g. for labels and text documents. diff --git a/docs/content/reference/types/components/text_log_level.md b/docs/content/reference/types/components/text_log_level.md index 1a3a5dfb9b09..81960e891128 100644 --- a/docs/content/reference/types/components/text_log_level.md +++ b/docs/content/reference/types/components/text_log_level.md @@ -1,7 +1,7 @@ --- title: "TextLogLevel" --- - + The severity level of a text log message. diff --git a/docs/content/reference/types/components/transform3d.md b/docs/content/reference/types/components/transform3d.md index 6106979ef2d1..0c810f629cd8 100644 --- a/docs/content/reference/types/components/transform3d.md +++ b/docs/content/reference/types/components/transform3d.md @@ -1,7 +1,7 @@ --- title: "Transform3D" --- - + An affine transform between two 3D spaces, represented in a given direction. diff --git a/docs/content/reference/types/components/triangle_indices.md b/docs/content/reference/types/components/triangle_indices.md index f91699d736d8..692a43e7e012 100644 --- a/docs/content/reference/types/components/triangle_indices.md +++ b/docs/content/reference/types/components/triangle_indices.md @@ -1,7 +1,7 @@ --- title: "TriangleIndices" --- - + The three indices of a triangle in a triangle mesh. diff --git a/docs/content/reference/types/components/vector2d.md b/docs/content/reference/types/components/vector2d.md index 908a41f9ee76..1dec9a9a4083 100644 --- a/docs/content/reference/types/components/vector2d.md +++ b/docs/content/reference/types/components/vector2d.md @@ -1,7 +1,7 @@ --- title: "Vector2D" --- - + A vector in 2D space. diff --git a/docs/content/reference/types/components/vector3d.md b/docs/content/reference/types/components/vector3d.md index 445244d974b3..7ce41c7ebc54 100644 --- a/docs/content/reference/types/components/vector3d.md +++ b/docs/content/reference/types/components/vector3d.md @@ -1,7 +1,7 @@ --- title: "Vector3D" --- - + A vector in 3D space. diff --git a/docs/content/reference/types/components/view_coordinates.md b/docs/content/reference/types/components/view_coordinates.md index 899c57f65ce9..4bf3e55ea693 100644 --- a/docs/content/reference/types/components/view_coordinates.md +++ b/docs/content/reference/types/components/view_coordinates.md @@ -1,7 +1,7 @@ --- title: "ViewCoordinates" --- - + How we interpret the coordinate system of an entity/space. diff --git a/docs/content/reference/types/datatypes.md b/docs/content/reference/types/datatypes.md index 24fbb617e855..84100ceacbea 100644 --- a/docs/content/reference/types/datatypes.md +++ b/docs/content/reference/types/datatypes.md @@ -2,7 +2,7 @@ title: "Datatypes" order: 3 --- - + Data types are the lowest layer of the data model hierarchy. They are re-usable types used by the components. diff --git a/docs/content/reference/types/datatypes/.gitattributes b/docs/content/reference/types/datatypes/.gitattributes index 94d1613eba75..7d1b1d3b2927 100644 --- a/docs/content/reference/types/datatypes/.gitattributes +++ b/docs/content/reference/types/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true angle.md linguist-generated=true diff --git a/docs/content/reference/types/datatypes/angle.md b/docs/content/reference/types/datatypes/angle.md index 3412502a5d43..b6421e0ab69d 100644 --- a/docs/content/reference/types/datatypes/angle.md +++ b/docs/content/reference/types/datatypes/angle.md @@ -1,7 +1,7 @@ --- title: "Angle" --- - + Angle in either radians or degrees. diff --git a/docs/content/reference/types/datatypes/annotation_info.md b/docs/content/reference/types/datatypes/annotation_info.md index cbe788d3fcb6..79f320dbc1a4 100644 --- a/docs/content/reference/types/datatypes/annotation_info.md +++ b/docs/content/reference/types/datatypes/annotation_info.md @@ -1,7 +1,7 @@ --- title: "AnnotationInfo" --- - + Annotation info annotating a class id or key-point id. diff --git a/docs/content/reference/types/datatypes/bool.md b/docs/content/reference/types/datatypes/bool.md index 44c7ca26af74..44de3536d6dd 100644 --- a/docs/content/reference/types/datatypes/bool.md +++ b/docs/content/reference/types/datatypes/bool.md @@ -1,7 +1,7 @@ --- title: "Bool" --- - + A single boolean. diff --git a/docs/content/reference/types/datatypes/class_description.md b/docs/content/reference/types/datatypes/class_description.md index 3b4a29360d23..3d1385afe2fc 100644 --- a/docs/content/reference/types/datatypes/class_description.md +++ b/docs/content/reference/types/datatypes/class_description.md @@ -1,7 +1,7 @@ --- title: "ClassDescription" --- - + The description of a semantic Class. diff --git a/docs/content/reference/types/datatypes/class_description_map_elem.md b/docs/content/reference/types/datatypes/class_description_map_elem.md index b91b42016f1e..682d8f2cf550 100644 --- a/docs/content/reference/types/datatypes/class_description_map_elem.md +++ b/docs/content/reference/types/datatypes/class_description_map_elem.md @@ -1,7 +1,7 @@ --- title: "ClassDescriptionMapElem" --- - + A helper type for mapping class IDs to class descriptions. diff --git a/docs/content/reference/types/datatypes/class_id.md b/docs/content/reference/types/datatypes/class_id.md index bcd41d631c4a..74899c4df483 100644 --- a/docs/content/reference/types/datatypes/class_id.md +++ b/docs/content/reference/types/datatypes/class_id.md @@ -1,7 +1,7 @@ --- title: "ClassId" --- - + A 16-bit ID representing a type of semantic class. diff --git a/docs/content/reference/types/datatypes/entity_path.md b/docs/content/reference/types/datatypes/entity_path.md index c80d5f05a294..54e00495e6cb 100644 --- a/docs/content/reference/types/datatypes/entity_path.md +++ b/docs/content/reference/types/datatypes/entity_path.md @@ -1,7 +1,7 @@ --- title: "EntityPath" --- - + A path to an entity in the `ChunkStore`. diff --git a/docs/content/reference/types/datatypes/float32.md b/docs/content/reference/types/datatypes/float32.md index 1f4c1da849f1..2a7ce61ec16f 100644 --- a/docs/content/reference/types/datatypes/float32.md +++ b/docs/content/reference/types/datatypes/float32.md @@ -1,7 +1,7 @@ --- title: "Float32" --- - + A single-precision 32-bit IEEE 754 floating point number. diff --git a/docs/content/reference/types/datatypes/keypoint_id.md b/docs/content/reference/types/datatypes/keypoint_id.md index 6f86b03f8744..1c363ca69aeb 100644 --- a/docs/content/reference/types/datatypes/keypoint_id.md +++ b/docs/content/reference/types/datatypes/keypoint_id.md @@ -1,7 +1,7 @@ --- title: "KeypointId" --- - + A 16-bit ID representing a type of semantic keypoint within a class. diff --git a/docs/content/reference/types/datatypes/keypoint_pair.md b/docs/content/reference/types/datatypes/keypoint_pair.md index c16360ec8969..4ca10b05235e 100644 --- a/docs/content/reference/types/datatypes/keypoint_pair.md +++ b/docs/content/reference/types/datatypes/keypoint_pair.md @@ -1,7 +1,7 @@ --- title: "KeypointPair" --- - + A connection between two `Keypoints`. diff --git a/docs/content/reference/types/datatypes/mat3x3.md b/docs/content/reference/types/datatypes/mat3x3.md index f44430d37976..3f9c15bf1119 100644 --- a/docs/content/reference/types/datatypes/mat3x3.md +++ b/docs/content/reference/types/datatypes/mat3x3.md @@ -1,7 +1,7 @@ --- title: "Mat3x3" --- - + A 3x3 Matrix. diff --git a/docs/content/reference/types/datatypes/mat4x4.md b/docs/content/reference/types/datatypes/mat4x4.md index e0f8ed161c03..f63663523456 100644 --- a/docs/content/reference/types/datatypes/mat4x4.md +++ b/docs/content/reference/types/datatypes/mat4x4.md @@ -1,7 +1,7 @@ --- title: "Mat4x4" --- - + A 4x4 Matrix. diff --git a/docs/content/reference/types/datatypes/material.md b/docs/content/reference/types/datatypes/material.md index 583f2216a45b..32d03bc0ac5e 100644 --- a/docs/content/reference/types/datatypes/material.md +++ b/docs/content/reference/types/datatypes/material.md @@ -1,7 +1,7 @@ --- title: "Material" --- - + Material properties of a mesh, e.g. its color multiplier. diff --git a/docs/content/reference/types/datatypes/quaternion.md b/docs/content/reference/types/datatypes/quaternion.md index 6ecf202a3f45..ff420a19c993 100644 --- a/docs/content/reference/types/datatypes/quaternion.md +++ b/docs/content/reference/types/datatypes/quaternion.md @@ -1,7 +1,7 @@ --- title: "Quaternion" --- - + A Quaternion represented by 4 real numbers. diff --git a/docs/content/reference/types/datatypes/range1d.md b/docs/content/reference/types/datatypes/range1d.md index ac987b30c0ba..82e2d8551947 100644 --- a/docs/content/reference/types/datatypes/range1d.md +++ b/docs/content/reference/types/datatypes/range1d.md @@ -1,7 +1,7 @@ --- title: "Range1D" --- - + A 1D range, specifying a lower and upper bound. diff --git a/docs/content/reference/types/datatypes/range2d.md b/docs/content/reference/types/datatypes/range2d.md index d7ba630f3670..f398cbfbfb13 100644 --- a/docs/content/reference/types/datatypes/range2d.md +++ b/docs/content/reference/types/datatypes/range2d.md @@ -1,7 +1,7 @@ --- title: "Range2D" --- - + An Axis-Aligned Bounding Box in 2D space, implemented as the minimum and maximum corners. diff --git a/docs/content/reference/types/datatypes/rgba32.md b/docs/content/reference/types/datatypes/rgba32.md index 4084ae6b676d..c8e9fb53dca9 100644 --- a/docs/content/reference/types/datatypes/rgba32.md +++ b/docs/content/reference/types/datatypes/rgba32.md @@ -1,7 +1,7 @@ --- title: "Rgba32" --- - + An RGBA color with unmultiplied/separate alpha, in sRGB gamma space with linear alpha. diff --git a/docs/content/reference/types/datatypes/rotation3d.md b/docs/content/reference/types/datatypes/rotation3d.md index 9da0ea2e0708..27c3b7d1f213 100644 --- a/docs/content/reference/types/datatypes/rotation3d.md +++ b/docs/content/reference/types/datatypes/rotation3d.md @@ -1,7 +1,7 @@ --- title: "Rotation3D" --- - + A 3D rotation. diff --git a/docs/content/reference/types/datatypes/rotation_axis_angle.md b/docs/content/reference/types/datatypes/rotation_axis_angle.md index ca1b80b14c5e..afa3e7f669cb 100644 --- a/docs/content/reference/types/datatypes/rotation_axis_angle.md +++ b/docs/content/reference/types/datatypes/rotation_axis_angle.md @@ -1,7 +1,7 @@ --- title: "RotationAxisAngle" --- - + 3D rotation represented by a rotation around a given axis. diff --git a/docs/content/reference/types/datatypes/scale3d.md b/docs/content/reference/types/datatypes/scale3d.md index 7304137b4232..3393077b896b 100644 --- a/docs/content/reference/types/datatypes/scale3d.md +++ b/docs/content/reference/types/datatypes/scale3d.md @@ -1,7 +1,7 @@ --- title: "Scale3D" --- - + 3D scaling factor, part of a transform representation. diff --git a/docs/content/reference/types/datatypes/tensor_buffer.md b/docs/content/reference/types/datatypes/tensor_buffer.md index d976e4b6aff5..0d20eb411831 100644 --- a/docs/content/reference/types/datatypes/tensor_buffer.md +++ b/docs/content/reference/types/datatypes/tensor_buffer.md @@ -1,7 +1,7 @@ --- title: "TensorBuffer" --- - + The underlying storage for a `Tensor`. diff --git a/docs/content/reference/types/datatypes/tensor_data.md b/docs/content/reference/types/datatypes/tensor_data.md index c1011acb8e74..85137e59a913 100644 --- a/docs/content/reference/types/datatypes/tensor_data.md +++ b/docs/content/reference/types/datatypes/tensor_data.md @@ -1,7 +1,7 @@ --- title: "TensorData" --- - + An N-dimensional array of numbers. diff --git a/docs/content/reference/types/datatypes/tensor_dimension.md b/docs/content/reference/types/datatypes/tensor_dimension.md index 30d3ddd1d250..a4a6b979bb3a 100644 --- a/docs/content/reference/types/datatypes/tensor_dimension.md +++ b/docs/content/reference/types/datatypes/tensor_dimension.md @@ -1,7 +1,7 @@ --- title: "TensorDimension" --- - + A single dimension within a multi-dimensional tensor. diff --git a/docs/content/reference/types/datatypes/tensor_dimension_index_selection.md b/docs/content/reference/types/datatypes/tensor_dimension_index_selection.md index e4145431ffaf..eb43997fd50e 100644 --- a/docs/content/reference/types/datatypes/tensor_dimension_index_selection.md +++ b/docs/content/reference/types/datatypes/tensor_dimension_index_selection.md @@ -1,7 +1,7 @@ --- title: "TensorDimensionIndexSelection" --- - + Indexing a specific tensor dimension. diff --git a/docs/content/reference/types/datatypes/tensor_dimension_selection.md b/docs/content/reference/types/datatypes/tensor_dimension_selection.md index 78b5b326d24c..32b6f5782377 100644 --- a/docs/content/reference/types/datatypes/tensor_dimension_selection.md +++ b/docs/content/reference/types/datatypes/tensor_dimension_selection.md @@ -1,7 +1,7 @@ --- title: "TensorDimensionSelection" --- - + Selection of a single tensor dimension. diff --git a/docs/content/reference/types/datatypes/time_int.md b/docs/content/reference/types/datatypes/time_int.md index 2013e7ab17be..920669e98990 100644 --- a/docs/content/reference/types/datatypes/time_int.md +++ b/docs/content/reference/types/datatypes/time_int.md @@ -1,7 +1,7 @@ --- title: "TimeInt" --- - + A 64-bit number describing either nanoseconds OR sequence numbers. diff --git a/docs/content/reference/types/datatypes/time_range.md b/docs/content/reference/types/datatypes/time_range.md index 902e72f5cad3..1b5a0c13d958 100644 --- a/docs/content/reference/types/datatypes/time_range.md +++ b/docs/content/reference/types/datatypes/time_range.md @@ -1,7 +1,7 @@ --- title: "TimeRange" --- - + Visible time range bounds for a specific timeline. diff --git a/docs/content/reference/types/datatypes/time_range_boundary.md b/docs/content/reference/types/datatypes/time_range_boundary.md index fe5c7c4a436c..ee36b27a47d4 100644 --- a/docs/content/reference/types/datatypes/time_range_boundary.md +++ b/docs/content/reference/types/datatypes/time_range_boundary.md @@ -1,7 +1,7 @@ --- title: "TimeRangeBoundary" --- - + Left or right boundary of a time range. diff --git a/docs/content/reference/types/datatypes/transform3d.md b/docs/content/reference/types/datatypes/transform3d.md index f57af30f5978..cf31d87132c6 100644 --- a/docs/content/reference/types/datatypes/transform3d.md +++ b/docs/content/reference/types/datatypes/transform3d.md @@ -1,7 +1,7 @@ --- title: "Transform3D" --- - + Representation of a 3D affine transform. diff --git a/docs/content/reference/types/datatypes/translation_and_mat3x3.md b/docs/content/reference/types/datatypes/translation_and_mat3x3.md index 2b1a85bb33dc..1f79d2a43dab 100644 --- a/docs/content/reference/types/datatypes/translation_and_mat3x3.md +++ b/docs/content/reference/types/datatypes/translation_and_mat3x3.md @@ -1,7 +1,7 @@ --- title: "TranslationAndMat3x3" --- - + Representation of an affine transform via a 3x3 affine matrix paired with a translation. diff --git a/docs/content/reference/types/datatypes/translation_rotation_scale3d.md b/docs/content/reference/types/datatypes/translation_rotation_scale3d.md index 88105c886f3e..6dfae74e6d3e 100644 --- a/docs/content/reference/types/datatypes/translation_rotation_scale3d.md +++ b/docs/content/reference/types/datatypes/translation_rotation_scale3d.md @@ -1,7 +1,7 @@ --- title: "TranslationRotationScale3D" --- - + Representation of an affine transform via separate translation, rotation & scale. diff --git a/docs/content/reference/types/datatypes/uint32.md b/docs/content/reference/types/datatypes/uint32.md index b319eb3cf62e..41f3251afbaa 100644 --- a/docs/content/reference/types/datatypes/uint32.md +++ b/docs/content/reference/types/datatypes/uint32.md @@ -1,7 +1,7 @@ --- title: "UInt32" --- - + A 32bit unsigned integer. diff --git a/docs/content/reference/types/datatypes/uint64.md b/docs/content/reference/types/datatypes/uint64.md index e5394955e1b8..fd2f40711707 100644 --- a/docs/content/reference/types/datatypes/uint64.md +++ b/docs/content/reference/types/datatypes/uint64.md @@ -1,7 +1,7 @@ --- title: "UInt64" --- - + A 64bit unsigned integer. diff --git a/docs/content/reference/types/datatypes/utf8.md b/docs/content/reference/types/datatypes/utf8.md index bfa0a10c4182..2c4f3f251d50 100644 --- a/docs/content/reference/types/datatypes/utf8.md +++ b/docs/content/reference/types/datatypes/utf8.md @@ -1,7 +1,7 @@ --- title: "Utf8" --- - + A string of text, encoded as UTF-8. diff --git a/docs/content/reference/types/datatypes/uuid.md b/docs/content/reference/types/datatypes/uuid.md index 63229526687b..56298a15aa5b 100644 --- a/docs/content/reference/types/datatypes/uuid.md +++ b/docs/content/reference/types/datatypes/uuid.md @@ -1,7 +1,7 @@ --- title: "Uuid" --- - + A 16-byte UUID. diff --git a/docs/content/reference/types/datatypes/uvec2d.md b/docs/content/reference/types/datatypes/uvec2d.md index cd06607667ee..0a2d3042d33a 100644 --- a/docs/content/reference/types/datatypes/uvec2d.md +++ b/docs/content/reference/types/datatypes/uvec2d.md @@ -1,7 +1,7 @@ --- title: "UVec2D" --- - + A uint32 vector in 2D space. diff --git a/docs/content/reference/types/datatypes/uvec3d.md b/docs/content/reference/types/datatypes/uvec3d.md index 649d0242d251..73ef24b07789 100644 --- a/docs/content/reference/types/datatypes/uvec3d.md +++ b/docs/content/reference/types/datatypes/uvec3d.md @@ -1,7 +1,7 @@ --- title: "UVec3D" --- - + A uint32 vector in 3D space. diff --git a/docs/content/reference/types/datatypes/uvec4d.md b/docs/content/reference/types/datatypes/uvec4d.md index f8a4c7ac5901..89dd4d26439b 100644 --- a/docs/content/reference/types/datatypes/uvec4d.md +++ b/docs/content/reference/types/datatypes/uvec4d.md @@ -1,7 +1,7 @@ --- title: "UVec4D" --- - + A uint vector in 4D space. diff --git a/docs/content/reference/types/datatypes/vec2d.md b/docs/content/reference/types/datatypes/vec2d.md index 245fcee6f256..8736eea14171 100644 --- a/docs/content/reference/types/datatypes/vec2d.md +++ b/docs/content/reference/types/datatypes/vec2d.md @@ -1,7 +1,7 @@ --- title: "Vec2D" --- - + A vector in 2D space. diff --git a/docs/content/reference/types/datatypes/vec3d.md b/docs/content/reference/types/datatypes/vec3d.md index 7551d411c1ec..fe4145a05fb8 100644 --- a/docs/content/reference/types/datatypes/vec3d.md +++ b/docs/content/reference/types/datatypes/vec3d.md @@ -1,7 +1,7 @@ --- title: "Vec3D" --- - + A vector in 3D space. diff --git a/docs/content/reference/types/datatypes/vec4d.md b/docs/content/reference/types/datatypes/vec4d.md index 5025b9bd9069..07b1d85a052a 100644 --- a/docs/content/reference/types/datatypes/vec4d.md +++ b/docs/content/reference/types/datatypes/vec4d.md @@ -1,7 +1,7 @@ --- title: "Vec4D" --- - + A vector in 4D space. diff --git a/docs/content/reference/types/datatypes/visible_time_range.md b/docs/content/reference/types/datatypes/visible_time_range.md index bac80d1dca3d..3e107f30b254 100644 --- a/docs/content/reference/types/datatypes/visible_time_range.md +++ b/docs/content/reference/types/datatypes/visible_time_range.md @@ -1,7 +1,7 @@ --- title: "VisibleTimeRange" --- - + Visible time range bounds for a specific timeline. diff --git a/docs/content/reference/types/views.md b/docs/content/reference/types/views.md index 100e8f676672..ae01f57cc517 100644 --- a/docs/content/reference/types/views.md +++ b/docs/content/reference/types/views.md @@ -2,7 +2,7 @@ title: "Views" order: 4 --- - + Views are the panels shown in the viewer's viewport and the primary means of inspecting & visualizing previously logged data. This page lists all built-in views. diff --git a/docs/content/reference/types/views/.gitattributes b/docs/content/reference/types/views/.gitattributes index 46e3655854e1..5a454df3b43c 100644 --- a/docs/content/reference/types/views/.gitattributes +++ b/docs/content/reference/types/views/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true bar_chart_view.md linguist-generated=true diff --git a/docs/content/reference/types/views/bar_chart_view.md b/docs/content/reference/types/views/bar_chart_view.md index 1a70c24db850..2fd22f64e328 100644 --- a/docs/content/reference/types/views/bar_chart_view.md +++ b/docs/content/reference/types/views/bar_chart_view.md @@ -1,7 +1,7 @@ --- title: "BarChartView" --- - + A bar chart view. diff --git a/docs/content/reference/types/views/spatial2d_view.md b/docs/content/reference/types/views/spatial2d_view.md index f496568cfab6..48774402817e 100644 --- a/docs/content/reference/types/views/spatial2d_view.md +++ b/docs/content/reference/types/views/spatial2d_view.md @@ -1,7 +1,7 @@ --- title: "Spatial2DView" --- - + For viewing spatial 2D data. diff --git a/docs/content/reference/types/views/spatial3d_view.md b/docs/content/reference/types/views/spatial3d_view.md index 0d28a2be43db..90ab22d654ef 100644 --- a/docs/content/reference/types/views/spatial3d_view.md +++ b/docs/content/reference/types/views/spatial3d_view.md @@ -1,7 +1,7 @@ --- title: "Spatial3DView" --- - + For viewing spatial 3D data. diff --git a/docs/content/reference/types/views/tensor_view.md b/docs/content/reference/types/views/tensor_view.md index 29b3d68bf8e0..d1800e971ac2 100644 --- a/docs/content/reference/types/views/tensor_view.md +++ b/docs/content/reference/types/views/tensor_view.md @@ -1,7 +1,7 @@ --- title: "TensorView" --- - + A view on a tensor of any dimensionality. diff --git a/docs/content/reference/types/views/text_document_view.md b/docs/content/reference/types/views/text_document_view.md index 869ed812a952..fb3066764567 100644 --- a/docs/content/reference/types/views/text_document_view.md +++ b/docs/content/reference/types/views/text_document_view.md @@ -1,7 +1,7 @@ --- title: "TextDocumentView" --- - + A view of a single text document, for use with the `TextDocument` archetype. diff --git a/docs/content/reference/types/views/text_log_view.md b/docs/content/reference/types/views/text_log_view.md index cb80d8c77201..97d324129c5c 100644 --- a/docs/content/reference/types/views/text_log_view.md +++ b/docs/content/reference/types/views/text_log_view.md @@ -1,7 +1,7 @@ --- title: "TextLogView" --- - + A view of a text log, for use with the `TextLog` archetype. diff --git a/docs/content/reference/types/views/time_series_view.md b/docs/content/reference/types/views/time_series_view.md index cca69328cf91..8b6b6cac0357 100644 --- a/docs/content/reference/types/views/time_series_view.md +++ b/docs/content/reference/types/views/time_series_view.md @@ -1,7 +1,7 @@ --- title: "TimeSeriesView" --- - + A time series view for scalars over time, for use with the `Scalars` archetype. diff --git a/docs/snippets/Cargo.toml b/docs/snippets/Cargo.toml index b9b9a8198a94..664ed2d95266 100644 --- a/docs/snippets/Cargo.toml +++ b/docs/snippets/Cargo.toml @@ -12,7 +12,7 @@ workspace = true [dependencies] ndarray.workspace = true rand = { workspace = true, features = ["std", "std_rng"] } -rerun = { path = "../../crates/rerun" } +rerun = { path = "../../crates/top/rerun" } [build-dependencies] itertools.workspace = true diff --git a/examples/rust/clock/Cargo.toml b/examples/rust/clock/Cargo.toml index a97f2beede81..e569e4e43e4b 100644 --- a/examples/rust/clock/Cargo.toml +++ b/examples/rust/clock/Cargo.toml @@ -7,7 +7,10 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = ["web_viewer", "clap"] } +rerun = { path = "../../../crates/top/rerun", features = [ + "web_viewer", + "clap", +] } anyhow = "1.0" clap = { version = "4.0", features = ["derive"] } diff --git a/examples/rust/custom_data_loader/Cargo.toml b/examples/rust/custom_data_loader/Cargo.toml index 2776e838f1de..05a2938c3164 100644 --- a/examples/rust/custom_data_loader/Cargo.toml +++ b/examples/rust/custom_data_loader/Cargo.toml @@ -7,7 +7,10 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = ["native_viewer", "run"] } +rerun = { path = "../../../crates/top/rerun", features = [ + "native_viewer", + "run", +] } [build-dependencies] -re_build_tools = { path = "../../../crates/re_build_tools" } +re_build_tools = { path = "../../../crates/build/re_build_tools" } diff --git a/examples/rust/custom_space_view/Cargo.toml b/examples/rust/custom_space_view/Cargo.toml index 09e3c4f6ac46..e3b760ceb196 100644 --- a/examples/rust/custom_space_view/Cargo.toml +++ b/examples/rust/custom_space_view/Cargo.toml @@ -13,11 +13,13 @@ default = [] analytics = ["re_crash_handler/analytics", "re_viewer/analytics"] [dependencies] -re_crash_handler = { path = "../../../crates/re_crash_handler" } -re_viewer = { path = "../../../crates/re_viewer", default-features = false } +re_crash_handler = { path = "../../../crates/utils/re_crash_handler" } +re_viewer = { path = "../../../crates/viewer/re_viewer", default-features = false } # We need re_sdk_comms to receive log events from and SDK: -re_sdk_comms = { path = "../../../crates/re_sdk_comms", features = ["server"] } +re_sdk_comms = { path = "../../../crates/store/re_sdk_comms", features = [ + "server", +] } # mimalloc is a much faster allocator: mimalloc = "0.1" diff --git a/examples/rust/custom_store_subscriber/Cargo.toml b/examples/rust/custom_store_subscriber/Cargo.toml index 1aa8a5660efd..f4c1b901722b 100644 --- a/examples/rust/custom_store_subscriber/Cargo.toml +++ b/examples/rust/custom_store_subscriber/Cargo.toml @@ -7,7 +7,10 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = ["native_viewer", "run"] } +rerun = { path = "../../../crates/top/rerun", features = [ + "native_viewer", + "run", +] } [build-dependencies] -re_build_tools = { path = "../../../crates/re_build_tools" } +re_build_tools = { path = "../../../crates/build/re_build_tools" } diff --git a/examples/rust/dna/Cargo.toml b/examples/rust/dna/Cargo.toml index 388bcd52a73c..7add1d7f0ae0 100644 --- a/examples/rust/dna/Cargo.toml +++ b/examples/rust/dna/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun" } +rerun = { path = "../../../crates/top/rerun" } itertools = "0.13" rand = "0.8" diff --git a/examples/rust/extend_viewer_ui/Cargo.toml b/examples/rust/extend_viewer_ui/Cargo.toml index 38be6bf9f41f..7b18471c3fdf 100644 --- a/examples/rust/extend_viewer_ui/Cargo.toml +++ b/examples/rust/extend_viewer_ui/Cargo.toml @@ -13,11 +13,13 @@ default = [] analytics = ["re_crash_handler/analytics", "re_viewer/analytics"] [dependencies] -re_crash_handler = { path = "../../../crates/re_crash_handler" } -re_viewer = { path = "../../../crates/re_viewer", default-features = false } +re_crash_handler = { path = "../../../crates/utils/re_crash_handler" } +re_viewer = { path = "../../../crates/viewer/re_viewer", default-features = false } # We need re_sdk_comms to receive log events from and SDK: -re_sdk_comms = { path = "../../../crates/re_sdk_comms", features = ["server"] } +re_sdk_comms = { path = "../../../crates/store/re_sdk_comms", features = [ + "server", +] } # mimalloc is a much faster allocator: mimalloc = "0.1" diff --git a/examples/rust/external_data_loader/Cargo.toml b/examples/rust/external_data_loader/Cargo.toml index c02091c2b7db..3de367c3d94c 100644 --- a/examples/rust/external_data_loader/Cargo.toml +++ b/examples/rust/external_data_loader/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun" } +rerun = { path = "../../../crates/top/rerun" } anyhow = "1.0" argh = "0.1" diff --git a/examples/rust/incremental_logging/Cargo.toml b/examples/rust/incremental_logging/Cargo.toml index 2c2097727b61..5b9867ec24f8 100644 --- a/examples/rust/incremental_logging/Cargo.toml +++ b/examples/rust/incremental_logging/Cargo.toml @@ -7,7 +7,10 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = ["web_viewer", "clap"] } +rerun = { path = "../../../crates/top/rerun", features = [ + "web_viewer", + "clap", +] } anyhow = "1.0" clap = { version = "4.0", features = ["derive"] } diff --git a/examples/rust/log_file/Cargo.toml b/examples/rust/log_file/Cargo.toml index c57596e7d543..e3c6b265f6ac 100644 --- a/examples/rust/log_file/Cargo.toml +++ b/examples/rust/log_file/Cargo.toml @@ -7,7 +7,10 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = ["web_viewer", "clap"] } +rerun = { path = "../../../crates/top/rerun", features = [ + "web_viewer", + "clap", +] } anyhow = "1.0" clap = { version = "4.0", features = ["derive"] } diff --git a/examples/rust/minimal/Cargo.toml b/examples/rust/minimal/Cargo.toml index 0ffa05c8fc77..8134dc6ca1ce 100644 --- a/examples/rust/minimal/Cargo.toml +++ b/examples/rust/minimal/Cargo.toml @@ -7,4 +7,4 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun" } +rerun = { path = "../../../crates/top/rerun" } diff --git a/examples/rust/minimal_options/Cargo.toml b/examples/rust/minimal_options/Cargo.toml index 19b80bde61c6..4887cef54387 100644 --- a/examples/rust/minimal_options/Cargo.toml +++ b/examples/rust/minimal_options/Cargo.toml @@ -7,7 +7,10 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = ["web_viewer", "clap"] } +rerun = { path = "../../../crates/top/rerun", features = [ + "web_viewer", + "clap", +] } anyhow = "1.0" clap = { version = "4.0", features = ["derive"] } diff --git a/examples/rust/minimal_serve/Cargo.toml b/examples/rust/minimal_serve/Cargo.toml index 085f7d726e98..e2994fae6ec1 100644 --- a/examples/rust/minimal_serve/Cargo.toml +++ b/examples/rust/minimal_serve/Cargo.toml @@ -7,4 +7,4 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = ["web_viewer"] } +rerun = { path = "../../../crates/top/rerun", features = ["web_viewer"] } diff --git a/examples/rust/objectron/Cargo.toml b/examples/rust/objectron/Cargo.toml index c75f6275ce0c..90664b438da0 100644 --- a/examples/rust/objectron/Cargo.toml +++ b/examples/rust/objectron/Cargo.toml @@ -8,7 +8,10 @@ publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = ["web_viewer", "clap"] } +rerun = { path = "../../../crates/top/rerun", features = [ + "web_viewer", + "clap", +] } anyhow = "1.0" clap = { version = "4.0", features = ["derive"] } @@ -17,6 +20,6 @@ prost = "0.12" [build-dependencies] -re_build_tools = { path = "../../../crates/re_build_tools" } +re_build_tools = { path = "../../../crates/build/re_build_tools" } prost-build = "0.12" protoc-prebuilt = "0.2" diff --git a/examples/rust/raw_mesh/Cargo.toml b/examples/rust/raw_mesh/Cargo.toml index a48295aaea4a..f74d8f646e50 100644 --- a/examples/rust/raw_mesh/Cargo.toml +++ b/examples/rust/raw_mesh/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun", features = [ +rerun = { path = "../../../crates/top/rerun", features = [ "web_viewer", "clap", "ecolor", diff --git a/examples/rust/shared_recording/Cargo.toml b/examples/rust/shared_recording/Cargo.toml index d03c77159841..57b80fc675db 100644 --- a/examples/rust/shared_recording/Cargo.toml +++ b/examples/rust/shared_recording/Cargo.toml @@ -7,4 +7,4 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun" } +rerun = { path = "../../../crates/top/rerun" } diff --git a/examples/rust/spawn_viewer/Cargo.toml b/examples/rust/spawn_viewer/Cargo.toml index f7b9dd2e4c98..5ad67446ea48 100644 --- a/examples/rust/spawn_viewer/Cargo.toml +++ b/examples/rust/spawn_viewer/Cargo.toml @@ -7,4 +7,4 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun" } +rerun = { path = "../../../crates/top/rerun" } diff --git a/examples/rust/stdio/Cargo.toml b/examples/rust/stdio/Cargo.toml index 004a0ecb4387..22819989f638 100644 --- a/examples/rust/stdio/Cargo.toml +++ b/examples/rust/stdio/Cargo.toml @@ -7,4 +7,4 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun" } +rerun = { path = "../../../crates/top/rerun" } diff --git a/examples/rust/template/Cargo.toml b/examples/rust/template/Cargo.toml index b30734fd5484..d2492310c9d2 100644 --- a/examples/rust/template/Cargo.toml +++ b/examples/rust/template/Cargo.toml @@ -7,4 +7,4 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -rerun = { path = "../../../crates/rerun" } +rerun = { path = "../../../crates/top/rerun" } diff --git a/lychee.toml b/lychee.toml index d72bfad39b6c..93d7bcd78aed 100644 --- a/lychee.toml +++ b/lychee.toml @@ -60,7 +60,7 @@ exclude_path = [ "venv", # Actually ignored files beyond .gitignore - "crates/re_analytics/src/event.rs", # Contains test with malformed urls + "crates/utils/re_analytics/src/event.rs", # Contains test with malformed urls "scripts/lint.py", # Contains url-matching regexes that aren't actual urls "scripts/screenshot_compare/assets/templates/", ] diff --git a/pixi.lock b/pixi.lock index c558c446c57d..c9d94bde9e79 100644 --- a/pixi.lock +++ b/pixi.lock @@ -6756,8 +6756,8 @@ packages: - kind: pypi name: argon2-cffi-bindings version: 21.2.0 - url: https://files.pythonhosted.org/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae + url: https://files.pythonhosted.org/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl + sha256: e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93 requires_dist: - cffi>=1.0.1 - pytest ; extra == 'dev' @@ -6769,8 +6769,8 @@ packages: - kind: pypi name: argon2-cffi-bindings version: 21.2.0 - url: https://files.pythonhosted.org/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl - sha256: e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93 + url: https://files.pythonhosted.org/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae requires_dist: - cffi>=1.0.1 - pytest ; extra == 'dev' @@ -8436,8 +8436,8 @@ packages: - kind: pypi name: black version: 24.4.2 - url: https://files.pythonhosted.org/packages/c5/48/34176b522e8cff4620a5d96c2e323ff2413f574870eb25efa8025885e028/black-24.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: e151054aa00bad1f4e1f04919542885f89f5f7d086b8a59e5000e6c616896ffb + url: https://files.pythonhosted.org/packages/9b/f7/591d601c3046ceb65b97291dfe87fa25124cffac3d97aaaba89d0f0d7bdf/black-24.4.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 257d724c2c9b1660f353b36c802ccece186a30accc7742c176d29c146df6e474 requires_dist: - click>=8.0.0 - mypy-extensions>=0.4.3 @@ -8456,8 +8456,8 @@ packages: - kind: pypi name: black version: 24.4.2 - url: https://files.pythonhosted.org/packages/c9/17/5e0036b265bbf6bc44970d93d48febcbc03701b671db3c9603fd43ebc616/black-24.4.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: bdde6f877a18f24844e381d45e9947a49e97933573ac9d4345399be37621e26c + url: https://files.pythonhosted.org/packages/c5/48/34176b522e8cff4620a5d96c2e323ff2413f574870eb25efa8025885e028/black-24.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: e151054aa00bad1f4e1f04919542885f89f5f7d086b8a59e5000e6c616896ffb requires_dist: - click>=8.0.0 - mypy-extensions>=0.4.3 @@ -8476,8 +8476,8 @@ packages: - kind: pypi name: black version: 24.4.2 - url: https://files.pythonhosted.org/packages/9b/f7/591d601c3046ceb65b97291dfe87fa25124cffac3d97aaaba89d0f0d7bdf/black-24.4.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 257d724c2c9b1660f353b36c802ccece186a30accc7742c176d29c146df6e474 + url: https://files.pythonhosted.org/packages/74/ce/e8eec1a77edbfa982bee3b5460dcdd4fe0e4e3165fc15d8ec44d04da7776/black-24.4.2-cp311-cp311-win_amd64.whl + sha256: 7e122b1c4fb252fd85df3ca93578732b4749d9be076593076ef4d07a0233c3e1 requires_dist: - click>=8.0.0 - mypy-extensions>=0.4.3 @@ -8496,8 +8496,8 @@ packages: - kind: pypi name: black version: 24.4.2 - url: https://files.pythonhosted.org/packages/74/ce/e8eec1a77edbfa982bee3b5460dcdd4fe0e4e3165fc15d8ec44d04da7776/black-24.4.2-cp311-cp311-win_amd64.whl - sha256: 7e122b1c4fb252fd85df3ca93578732b4749d9be076593076ef4d07a0233c3e1 + url: https://files.pythonhosted.org/packages/c9/17/5e0036b265bbf6bc44970d93d48febcbc03701b671db3c9603fd43ebc616/black-24.4.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: bdde6f877a18f24844e381d45e9947a49e97933573ac9d4345399be37621e26c requires_dist: - click>=8.0.0 - mypy-extensions>=0.4.3 @@ -9052,16 +9052,16 @@ packages: - kind: pypi name: cffi version: 1.16.0 - url: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 + url: https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e requires_dist: - pycparser requires_python: '>=3.8' - kind: pypi name: cffi version: 1.16.0 - url: https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e + url: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 requires_dist: - pycparser requires_python: '>=3.8' @@ -9086,14 +9086,14 @@ packages: - kind: pypi name: charset-normalizer version: 3.3.2 - url: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 + url: https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 requires_python: '>=3.7.0' - kind: pypi name: charset-normalizer version: 3.3.2 - url: https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 + url: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 requires_python: '>=3.7.0' - kind: conda name: clang @@ -10031,8 +10031,8 @@ packages: - kind: pypi name: contourpy version: 1.2.1 - url: https://files.pythonhosted.org/packages/ee/c0/9bd123d676eb61750e116a2cd915b06483fc406143cfc36c7f263f0f5368/contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: d4492d82b3bc7fbb7e3610747b159869468079fe149ec5c4d771fa1f614a14df + url: https://files.pythonhosted.org/packages/33/0e/51ff72fac17e2500baf30b6b2a24be423a8d27e1625e5de99f585b852d74/contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 6022cecf8f44e36af10bd9118ca71f371078b4c168b6e0fab43d4a889985dbb5 requires_dist: - numpy>=1.20 - furo ; extra == 'docs' @@ -10055,8 +10055,8 @@ packages: - kind: pypi name: contourpy version: 1.2.1 - url: https://files.pythonhosted.org/packages/9f/6b/8a1ca4b81d426c104fe42b3cfad9488eaaef0a03fcf98eaecc22b628a013/contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: ef5adb9a3b1d0c645ff694f9bca7702ec2c70f4d734f9922ea34de02294fdf72 + url: https://files.pythonhosted.org/packages/ee/c0/9bd123d676eb61750e116a2cd915b06483fc406143cfc36c7f263f0f5368/contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: d4492d82b3bc7fbb7e3610747b159869468079fe149ec5c4d771fa1f614a14df requires_dist: - numpy>=1.20 - furo ; extra == 'docs' @@ -10079,8 +10079,8 @@ packages: - kind: pypi name: contourpy version: 1.2.1 - url: https://files.pythonhosted.org/packages/33/0e/51ff72fac17e2500baf30b6b2a24be423a8d27e1625e5de99f585b852d74/contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 6022cecf8f44e36af10bd9118ca71f371078b4c168b6e0fab43d4a889985dbb5 + url: https://files.pythonhosted.org/packages/d6/4f/76d0dd0bca417691918484c26c74dd9dd44fbf528bbfeb30d754886e2c54/contourpy-1.2.1-cp311-cp311-win_amd64.whl + sha256: 2855c8b0b55958265e8b5888d6a615ba02883b225f2227461aa9127c578a4922 requires_dist: - numpy>=1.20 - furo ; extra == 'docs' @@ -10103,8 +10103,8 @@ packages: - kind: pypi name: contourpy version: 1.2.1 - url: https://files.pythonhosted.org/packages/d6/4f/76d0dd0bca417691918484c26c74dd9dd44fbf528bbfeb30d754886e2c54/contourpy-1.2.1-cp311-cp311-win_amd64.whl - sha256: 2855c8b0b55958265e8b5888d6a615ba02883b225f2227461aa9127c578a4922 + url: https://files.pythonhosted.org/packages/9f/6b/8a1ca4b81d426c104fe42b3cfad9488eaaef0a03fcf98eaecc22b628a013/contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: ef5adb9a3b1d0c645ff694f9bca7702ec2c70f4d734f9922ea34de02294fdf72 requires_dist: - numpy>=1.20 - furo ; extra == 'docs' @@ -10227,8 +10227,8 @@ packages: - kind: pypi name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/52/1b/49ebc2b59e9126f1f378ae910e98704d54a3f48b78e2d6d6c8cfe6fbe06f/cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl - sha256: 1f13ddda26a04c06eb57119caf27a524ccae20533729f4b1e4a69b54e07035eb + url: https://files.pythonhosted.org/packages/26/f8/a81170a816679fca9ccd907b801992acfc03c33f952440421c921af2cc57/cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl + sha256: ce127dd0a6a0811c251a6cddd014d292728484e530d80e872ad9806cfb1c5b3c requires_dist: - cffi>=1.12 - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' @@ -10255,8 +10255,8 @@ packages: - kind: pypi name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/26/f8/a81170a816679fca9ccd907b801992acfc03c33f952440421c921af2cc57/cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl - sha256: ce127dd0a6a0811c251a6cddd014d292728484e530d80e872ad9806cfb1c5b3c + url: https://files.pythonhosted.org/packages/52/1b/49ebc2b59e9126f1f378ae910e98704d54a3f48b78e2d6d6c8cfe6fbe06f/cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl + sha256: 1f13ddda26a04c06eb57119caf27a524ccae20533729f4b1e4a69b54e07035eb requires_dist: - cffi>=1.12 - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' @@ -10389,8 +10389,8 @@ packages: - kind: pypi name: cython version: 3.0.10 - url: https://files.pythonhosted.org/packages/b6/83/b0a63fc7b315edd46821a1a381d18765c1353d201246da44558175cddd56/Cython-3.0.10-py2.py3-none-any.whl - sha256: fcbb679c0b43514d591577fd0d20021c55c240ca9ccafbdb82d3fb95e5edfee2 + url: https://files.pythonhosted.org/packages/18/ec/f47a721071d084d6c2b6783eb8d058b964b1450cb708d920d0d792f42001/Cython-3.0.10-cp311-cp311-win_amd64.whl + sha256: 3919a55ec9b6c7db6f68a004c21c05ed540c40dbe459ced5d801d5a1f326a053 requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' - kind: pypi name: cython @@ -10401,8 +10401,8 @@ packages: - kind: pypi name: cython version: 3.0.10 - url: https://files.pythonhosted.org/packages/18/ec/f47a721071d084d6c2b6783eb8d058b964b1450cb708d920d0d792f42001/Cython-3.0.10-cp311-cp311-win_amd64.whl - sha256: 3919a55ec9b6c7db6f68a004c21c05ed540c40dbe459ced5d801d5a1f326a053 + url: https://files.pythonhosted.org/packages/b6/83/b0a63fc7b315edd46821a1a381d18765c1353d201246da44558175cddd56/Cython-3.0.10-py2.py3-none-any.whl + sha256: fcbb679c0b43514d591577fd0d20021c55c240ca9ccafbdb82d3fb95e5edfee2 requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' - kind: pypi name: cython @@ -10422,14 +10422,14 @@ packages: - kind: pypi name: debugpy version: 1.8.1 - url: https://files.pythonhosted.org/packages/da/65/ec4d2e244ec7f9db0b5250649f3ae6fc6a9df7d4da2c4bcdc46778d9a674/debugpy-1.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099 + url: https://files.pythonhosted.org/packages/1d/04/ce7170a5094fe5943b11925d3e11ae7ee6c5c79166f0b0298420995ea9cc/debugpy-1.8.1-cp311-cp311-macosx_11_0_universal2.whl + sha256: 016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb requires_python: '>=3.8' - kind: pypi name: debugpy version: 1.8.1 - url: https://files.pythonhosted.org/packages/1d/04/ce7170a5094fe5943b11925d3e11ae7ee6c5c79166f0b0298420995ea9cc/debugpy-1.8.1-cp311-cp311-macosx_11_0_universal2.whl - sha256: 016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb + url: https://files.pythonhosted.org/packages/da/65/ec4d2e244ec7f9db0b5250649f3ae6fc6a9df7d4da2c4bcdc46778d9a674/debugpy-1.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099 requires_python: '>=3.8' - kind: pypi name: debugpy @@ -10930,8 +10930,8 @@ packages: - kind: pypi name: faiss-cpu version: 1.8.0 - url: https://files.pythonhosted.org/packages/c3/d3/2465dda67d48c873fcce7dbfa8018a0ae648e150e4d336c84e8ba553c897/faiss_cpu-1.8.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 4601dbd81733bf1bc3bff690aac981289fb386dc8e60d0c4eec8a37ba6856d20 + url: https://files.pythonhosted.org/packages/d3/ad/63eb31be05c38445781caecbc6d3b9dec151012194b00573ba34f29d5cf5/faiss_cpu-1.8.0-cp311-cp311-win_amd64.whl + sha256: f85ecf3514850f93985be238351f5a70736133cfae784b372640aa17c6343a1b requires_dist: - numpy requires_python: '>=3.8' @@ -10946,8 +10946,8 @@ packages: - kind: pypi name: faiss-cpu version: 1.8.0 - url: https://files.pythonhosted.org/packages/d3/ad/63eb31be05c38445781caecbc6d3b9dec151012194b00573ba34f29d5cf5/faiss_cpu-1.8.0-cp311-cp311-win_amd64.whl - sha256: f85ecf3514850f93985be238351f5a70736133cfae784b372640aa17c6343a1b + url: https://files.pythonhosted.org/packages/c3/d3/2465dda67d48c873fcce7dbfa8018a0ae648e150e4d336c84e8ba553c897/faiss_cpu-1.8.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 4601dbd81733bf1bc3bff690aac981289fb386dc8e60d0c4eec8a37ba6856d20 requires_dist: - numpy requires_python: '>=3.8' @@ -11418,8 +11418,8 @@ packages: - kind: pypi name: fonttools version: 4.53.0 - url: https://files.pythonhosted.org/packages/0a/79/b5be063ea65d048a041ad8438fa1e8c7c4bf9dc3f4ac2794a850fe70c5c5/fonttools-4.53.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: fa1f3e34373aa16045484b4d9d352d4c6b5f9f77ac77a178252ccbc851e8b2ee + url: https://files.pythonhosted.org/packages/d3/0c/7236cacbe07a2ecb256525f8b3c3b70877e87770eeb1bc218839590b1888/fonttools-4.53.0-cp311-cp311-macosx_10_9_universal2.whl + sha256: a209d2e624ba492df4f3bfad5996d1f76f03069c6133c60cd04f9a9e715595ec requires_dist: - fs<3,>=2.2.0 ; extra == 'all' - lxml>=4.0 ; extra == 'all' @@ -11455,8 +11455,8 @@ packages: - kind: pypi name: fonttools version: 4.53.0 - url: https://files.pythonhosted.org/packages/69/2d/8aa6f3ad5fa586d92b95aaa56376f6b20e0136128a99e6e80c811c5f5b4c/fonttools-4.53.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 4f520d9ac5b938e6494f58a25c77564beca7d0199ecf726e1bd3d56872c59749 + url: https://files.pythonhosted.org/packages/0a/79/b5be063ea65d048a041ad8438fa1e8c7c4bf9dc3f4ac2794a850fe70c5c5/fonttools-4.53.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: fa1f3e34373aa16045484b4d9d352d4c6b5f9f77ac77a178252ccbc851e8b2ee requires_dist: - fs<3,>=2.2.0 ; extra == 'all' - lxml>=4.0 ; extra == 'all' @@ -11492,8 +11492,8 @@ packages: - kind: pypi name: fonttools version: 4.53.0 - url: https://files.pythonhosted.org/packages/d3/0c/7236cacbe07a2ecb256525f8b3c3b70877e87770eeb1bc218839590b1888/fonttools-4.53.0-cp311-cp311-macosx_10_9_universal2.whl - sha256: a209d2e624ba492df4f3bfad5996d1f76f03069c6133c60cd04f9a9e715595ec + url: https://files.pythonhosted.org/packages/00/48/8e9ca9e17de09f5a18d9afb3a3f456689491b985bd144ccc1d9b0c3c06bf/fonttools-4.53.0-cp311-cp311-win_amd64.whl + sha256: 9fe9096a60113e1d755e9e6bda15ef7e03391ee0554d22829aa506cdf946f796 requires_dist: - fs<3,>=2.2.0 ; extra == 'all' - lxml>=4.0 ; extra == 'all' @@ -11529,8 +11529,8 @@ packages: - kind: pypi name: fonttools version: 4.53.0 - url: https://files.pythonhosted.org/packages/00/48/8e9ca9e17de09f5a18d9afb3a3f456689491b985bd144ccc1d9b0c3c06bf/fonttools-4.53.0-cp311-cp311-win_amd64.whl - sha256: 9fe9096a60113e1d755e9e6bda15ef7e03391ee0554d22829aa506cdf946f796 + url: https://files.pythonhosted.org/packages/69/2d/8aa6f3ad5fa586d92b95aaa56376f6b20e0136128a99e6e80c811c5f5b4c/fonttools-4.53.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 4f520d9ac5b938e6494f58a25c77564beca7d0199ecf726e1bd3d56872c59749 requires_dist: - fs<3,>=2.2.0 ; extra == 'all' - lxml>=4.0 ; extra == 'all' @@ -11642,14 +11642,14 @@ packages: - kind: pypi name: freetype-py version: 2.4.0 - url: https://files.pythonhosted.org/packages/5f/34/76cfe866e482745ea8c9956b0be6198fd72d08d2be77b71596afdb8cd89f/freetype_py-2.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl - sha256: ce931f581d5038c4fea1f3d314254e0264e92441a5fdaef6817fe77b7bb888d3 + url: https://files.pythonhosted.org/packages/7c/77/faec42d1ffac2b970f606860a5bb083d606f1c673a5c57ab26382c8efec1/freetype_py-2.4.0-py3-none-macosx_10_9_universal2.whl + sha256: 3e0f5a91bc812f42d98a92137e86bac4ed037a29e43dafdb76d716d5732189e8 requires_python: '>=3.7' - kind: pypi name: freetype-py version: 2.4.0 - url: https://files.pythonhosted.org/packages/7c/77/faec42d1ffac2b970f606860a5bb083d606f1c673a5c57ab26382c8efec1/freetype_py-2.4.0-py3-none-macosx_10_9_universal2.whl - sha256: 3e0f5a91bc812f42d98a92137e86bac4ed037a29e43dafdb76d716d5732189e8 + url: https://files.pythonhosted.org/packages/5f/34/76cfe866e482745ea8c9956b0be6198fd72d08d2be77b71596afdb8cd89f/freetype_py-2.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl + sha256: ce931f581d5038c4fea1f3d314254e0264e92441a5fdaef6817fe77b7bb888d3 requires_python: '>=3.7' - kind: pypi name: freetype-py @@ -12277,16 +12277,16 @@ packages: - kind: pypi name: google-crc32c version: 1.5.0 - url: https://files.pythonhosted.org/packages/41/3f/8141b03ad127fc569c3efda2bfe31d64665e02e2b8b7fbf7b25ea914c27a/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 1034d91442ead5a95b5aaef90dbfaca8633b0247d1e41621d1e9f9db88c36298 + url: https://files.pythonhosted.org/packages/72/92/2a2fa23db7d0b0382accbdf09768c28f7c07fc8c354cdcf2f44a47f4314e/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 77e2fd3057c9d78e225fa0a2160f96b64a824de17840351b26825b0848022906 requires_dist: - pytest ; extra == 'testing' requires_python: '>=3.7' - kind: pypi name: google-crc32c version: 1.5.0 - url: https://files.pythonhosted.org/packages/72/92/2a2fa23db7d0b0382accbdf09768c28f7c07fc8c354cdcf2f44a47f4314e/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 77e2fd3057c9d78e225fa0a2160f96b64a824de17840351b26825b0848022906 + url: https://files.pythonhosted.org/packages/41/3f/8141b03ad127fc569c3efda2bfe31d64665e02e2b8b7fbf7b25ea914c27a/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 1034d91442ead5a95b5aaef90dbfaca8633b0247d1e41621d1e9f9db88c36298 requires_dist: - pytest ; extra == 'testing' requires_python: '>=3.7' @@ -13736,32 +13736,32 @@ packages: - kind: pypi name: kiwisolver version: 1.4.5 - url: https://files.pythonhosted.org/packages/17/ba/17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e + url: https://files.pythonhosted.org/packages/a6/94/695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90 requires_dist: - typing-extensions ; python_version < '3.8' requires_python: '>=3.7' - kind: pypi name: kiwisolver version: 1.4.5 - url: https://files.pythonhosted.org/packages/4a/fe/23d7fa78f7c66086d196406beb1fb2eaf629dd7adc01c3453033303d17fa/kiwisolver-1.4.5-cp311-cp311-macosx_11_0_arm64.whl - sha256: fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797 + url: https://files.pythonhosted.org/packages/17/ba/17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e requires_dist: - typing-extensions ; python_version < '3.8' requires_python: '>=3.7' - kind: pypi name: kiwisolver version: 1.4.5 - url: https://files.pythonhosted.org/packages/a6/94/695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90 + url: https://files.pythonhosted.org/packages/1e/37/d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c/kiwisolver-1.4.5-cp311-cp311-win_amd64.whl + sha256: 6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355 requires_dist: - typing-extensions ; python_version < '3.8' requires_python: '>=3.7' - kind: pypi name: kiwisolver version: 1.4.5 - url: https://files.pythonhosted.org/packages/1e/37/d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c/kiwisolver-1.4.5-cp311-cp311-win_amd64.whl - sha256: 6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355 + url: https://files.pythonhosted.org/packages/4a/fe/23d7fa78f7c66086d196406beb1fb2eaf629dd7adc01c3453033303d17fa/kiwisolver-1.4.5-cp311-cp311-macosx_11_0_arm64.whl + sha256: fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797 requires_dist: - typing-extensions ; python_version < '3.8' requires_python: '>=3.7' @@ -19334,32 +19334,32 @@ packages: - kind: pypi name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/6b/99/5d00a7d671b1ba1751fc9f19d3b36f3300774c6eebe2bcdb5f6191763eb4/llvmlite-0.43.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 977525a1e5f4059316b183fb4fd34fa858c9eade31f165427a3977c95e3ee749 + url: https://files.pythonhosted.org/packages/95/8c/de3276d773ab6ce3ad676df5fab5aac19696b2956319d65d7dd88fb10f19/llvmlite-0.43.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 3e8d0618cb9bfe40ac38a9633f2493d4d4e9fcc2f438d39a4e854f39cc0f5f98 requires_python: '>=3.9' - kind: pypi name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/ee/e1/38deed89ced4cf378c61e232265cfe933ccde56ae83c901aa68b477d14b1/llvmlite-0.43.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: e0a9a1a39d4bf3517f2af9d23d479b4175ead205c592ceeb8b89af48a327ea57 + url: https://files.pythonhosted.org/packages/6b/99/5d00a7d671b1ba1751fc9f19d3b36f3300774c6eebe2bcdb5f6191763eb4/llvmlite-0.43.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 977525a1e5f4059316b183fb4fd34fa858c9eade31f165427a3977c95e3ee749 requires_python: '>=3.9' - kind: pypi name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/95/8c/de3276d773ab6ce3ad676df5fab5aac19696b2956319d65d7dd88fb10f19/llvmlite-0.43.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 3e8d0618cb9bfe40ac38a9633f2493d4d4e9fcc2f438d39a4e854f39cc0f5f98 + url: https://files.pythonhosted.org/packages/20/ab/ed5ed3688c6ba4f0b8d789da19fd8e30a9cf7fc5852effe311bc5aefe73e/llvmlite-0.43.0-cp311-cp311-win_amd64.whl + sha256: d5bd550001d26450bd90777736c69d68c487d17bf371438f975229b2b8241a91 requires_python: '>=3.9' - kind: pypi name: llvmlite version: 0.43.0 - url: https://files.pythonhosted.org/packages/20/ab/ed5ed3688c6ba4f0b8d789da19fd8e30a9cf7fc5852effe311bc5aefe73e/llvmlite-0.43.0-cp311-cp311-win_amd64.whl - sha256: d5bd550001d26450bd90777736c69d68c487d17bf371438f975229b2b8241a91 + url: https://files.pythonhosted.org/packages/ee/e1/38deed89ced4cf378c61e232265cfe933ccde56ae83c901aa68b477d14b1/llvmlite-0.43.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: e0a9a1a39d4bf3517f2af9d23d479b4175ead205c592ceeb8b89af48a327ea57 requires_python: '>=3.9' - kind: pypi name: lmdb version: 1.4.1 - url: https://files.pythonhosted.org/packages/c0/55/5e52add5cebcbeff67a46f09d1270956fd900c3f3fd897aa2aa3ae83dba6/lmdb-1.4.1-cp311-cp311-macosx_10_9_universal2.whl - sha256: f683f3d9a1771f21a7788a9be98fae9f3ce13cb8d549d6074d0402f284572458 + url: https://files.pythonhosted.org/packages/d9/02/ce335e926efe9d56f55cca694e6254950fdae764896a7650e95339535b1a/lmdb-1.4.1-cp311-cp311-win_amd64.whl + sha256: 12047c239ab6ccbbc9db99277aabcfe1c15b1cfc9ea33b92ab30ddd6f0823a10 - kind: pypi name: lmdb version: 1.4.1 @@ -19368,8 +19368,8 @@ packages: - kind: pypi name: lmdb version: 1.4.1 - url: https://files.pythonhosted.org/packages/d9/02/ce335e926efe9d56f55cca694e6254950fdae764896a7650e95339535b1a/lmdb-1.4.1-cp311-cp311-win_amd64.whl - sha256: 12047c239ab6ccbbc9db99277aabcfe1c15b1cfc9ea33b92ab30ddd6f0823a10 + url: https://files.pythonhosted.org/packages/c0/55/5e52add5cebcbeff67a46f09d1270956fd900c3f3fd897aa2aa3ae83dba6/lmdb-1.4.1-cp311-cp311-macosx_10_9_universal2.whl + sha256: f683f3d9a1771f21a7788a9be98fae9f3ce13cb8d549d6074d0402f284572458 - kind: pypi name: log-file version: 0.1.0 @@ -19381,8 +19381,8 @@ packages: - kind: pypi name: lxml version: 5.2.2 - url: https://files.pythonhosted.org/packages/ad/b7/0dc82afed00c4c189cfd0b83464f9a431c66de8e73d911063956a147276a/lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: eb00b549b13bd6d884c863554566095bf6fa9c3cecb2e7b399c4bc7904cb33b5 + url: https://files.pythonhosted.org/packages/4e/42/3bfe92749715c819763d2205370ecc7f586b44e277f38839e27cce7d6bb8/lxml-5.2.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: b0b3f2df149efb242cee2ffdeb6674b7f30d23c9a7af26595099afaf46ef4e88 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' @@ -19393,8 +19393,8 @@ packages: - kind: pypi name: lxml version: 5.2.2 - url: https://files.pythonhosted.org/packages/da/6a/24e9f77d17668dd4ac0a6c2a56113fd3e0db07cee51e3a67afcd47c597e5/lxml-5.2.2-cp311-cp311-macosx_10_9_universal2.whl - sha256: 45f9494613160d0405682f9eee781c7e6d1bf45f819654eb249f8f46a2c22545 + url: https://files.pythonhosted.org/packages/ad/b7/0dc82afed00c4c189cfd0b83464f9a431c66de8e73d911063956a147276a/lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: eb00b549b13bd6d884c863554566095bf6fa9c3cecb2e7b399c4bc7904cb33b5 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' @@ -19405,8 +19405,8 @@ packages: - kind: pypi name: lxml version: 5.2.2 - url: https://files.pythonhosted.org/packages/4e/42/3bfe92749715c819763d2205370ecc7f586b44e277f38839e27cce7d6bb8/lxml-5.2.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: b0b3f2df149efb242cee2ffdeb6674b7f30d23c9a7af26595099afaf46ef4e88 + url: https://files.pythonhosted.org/packages/04/19/d6aa2d980f220a04c91d4de538d2fea1a65535e7b0a4aec0998ce46e3667/lxml-5.2.2-cp311-cp311-win_amd64.whl + sha256: 49095a38eb333aaf44c06052fd2ec3b8f23e19747ca7ec6f6c954ffea6dbf7be requires_dist: - cssselect>=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' @@ -19417,8 +19417,8 @@ packages: - kind: pypi name: lxml version: 5.2.2 - url: https://files.pythonhosted.org/packages/04/19/d6aa2d980f220a04c91d4de538d2fea1a65535e7b0a4aec0998ce46e3667/lxml-5.2.2-cp311-cp311-win_amd64.whl - sha256: 49095a38eb333aaf44c06052fd2ec3b8f23e19747ca7ec6f6c954ffea6dbf7be + url: https://files.pythonhosted.org/packages/da/6a/24e9f77d17668dd4ac0a6c2a56113fd3e0db07cee51e3a67afcd47c597e5/lxml-5.2.2-cp311-cp311-macosx_10_9_universal2.whl + sha256: 45f9494613160d0405682f9eee781c7e6d1bf45f819654eb249f8f46a2c22545 requires_dist: - cssselect>=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' @@ -19622,26 +19622,26 @@ packages: - kind: pypi name: markupsafe version: 2.1.5 - url: https://files.pythonhosted.org/packages/97/18/c30da5e7a0e7f4603abfc6780574131221d9148f323752c2755d48abad30/MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5 + url: https://files.pythonhosted.org/packages/6b/cb/aed7a284c00dfa7c0682d14df85ad4955a350a21d2e3b06d8240497359bf/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2 requires_python: '>=3.7' - kind: pypi name: markupsafe version: 2.1.5 - url: https://files.pythonhosted.org/packages/11/e7/291e55127bb2ae67c64d66cef01432b5933859dfb7d6949daa721b89d0b3/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl - sha256: 629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f + url: https://files.pythonhosted.org/packages/97/18/c30da5e7a0e7f4603abfc6780574131221d9148f323752c2755d48abad30/MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5 requires_python: '>=3.7' - kind: pypi name: markupsafe version: 2.1.5 - url: https://files.pythonhosted.org/packages/6b/cb/aed7a284c00dfa7c0682d14df85ad4955a350a21d2e3b06d8240497359bf/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2 + url: https://files.pythonhosted.org/packages/b7/a2/c78a06a9ec6d04b3445a949615c4c7ed86a0b2eb68e44e7541b9d57067cc/MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl + sha256: 2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617 requires_python: '>=3.7' - kind: pypi name: markupsafe version: 2.1.5 - url: https://files.pythonhosted.org/packages/b7/a2/c78a06a9ec6d04b3445a949615c4c7ed86a0b2eb68e44e7541b9d57067cc/MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl - sha256: 2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617 + url: https://files.pythonhosted.org/packages/11/e7/291e55127bb2ae67c64d66cef01432b5933859dfb7d6949daa721b89d0b3/MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl + sha256: 629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f requires_python: '>=3.7' - kind: conda name: markupsafe @@ -19766,8 +19766,8 @@ packages: - kind: pypi name: matplotlib version: 3.9.0 - url: https://files.pythonhosted.org/packages/41/f1/115e7c79b4506b4f0533acba742babd9718ff92eeca6d4205843173b6173/matplotlib-3.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 76cce0f31b351e3551d1f3779420cf8f6ec0d4a8cf9c0237a3b549fd28eb4abb + url: https://files.pythonhosted.org/packages/09/49/569b50eb5e5a75b61f7a0bacb6029e9ea9c8a1190df55a39a31789244e09/matplotlib-3.9.0-cp311-cp311-macosx_10_12_x86_64.whl + sha256: 063af8587fceeac13b0936c42a2b6c732c2ab1c98d38abc3337e430e1ff75e38 requires_dist: - contourpy>=1.0.1 - cycler>=0.10 @@ -19788,8 +19788,8 @@ packages: - kind: pypi name: matplotlib version: 3.9.0 - url: https://files.pythonhosted.org/packages/f4/b4/c1700c8b2ff8d379c187f37055e61bd7a611eb2c544466600a7734793d54/matplotlib-3.9.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 9a2fa6d899e17ddca6d6526cf6e7ba677738bf2a6a9590d702c277204a7c6152 + url: https://files.pythonhosted.org/packages/41/f1/115e7c79b4506b4f0533acba742babd9718ff92eeca6d4205843173b6173/matplotlib-3.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 76cce0f31b351e3551d1f3779420cf8f6ec0d4a8cf9c0237a3b549fd28eb4abb requires_dist: - contourpy>=1.0.1 - cycler>=0.10 @@ -19810,8 +19810,8 @@ packages: - kind: pypi name: matplotlib version: 3.9.0 - url: https://files.pythonhosted.org/packages/09/49/569b50eb5e5a75b61f7a0bacb6029e9ea9c8a1190df55a39a31789244e09/matplotlib-3.9.0-cp311-cp311-macosx_10_12_x86_64.whl - sha256: 063af8587fceeac13b0936c42a2b6c732c2ab1c98d38abc3337e430e1ff75e38 + url: https://files.pythonhosted.org/packages/c6/c8/6936e8c7b279a5abac82f399d8d72ac25da530cf5f78a0e40063e492558c/matplotlib-3.9.0-cp311-cp311-win_amd64.whl + sha256: a5be985db2596d761cdf0c2eaf52396f26e6a64ab46bd8cd810c48972349d1be requires_dist: - contourpy>=1.0.1 - cycler>=0.10 @@ -19832,8 +19832,8 @@ packages: - kind: pypi name: matplotlib version: 3.9.0 - url: https://files.pythonhosted.org/packages/c6/c8/6936e8c7b279a5abac82f399d8d72ac25da530cf5f78a0e40063e492558c/matplotlib-3.9.0-cp311-cp311-win_amd64.whl - sha256: a5be985db2596d761cdf0c2eaf52396f26e6a64ab46bd8cd810c48972349d1be + url: https://files.pythonhosted.org/packages/f4/b4/c1700c8b2ff8d379c187f37055e61bd7a611eb2c544466600a7734793d54/matplotlib-3.9.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 9a2fa6d899e17ddca6d6526cf6e7ba677738bf2a6a9590d702c277204a7c6152 requires_dist: - contourpy>=1.0.1 - cycler>=0.10 @@ -19971,8 +19971,8 @@ packages: - kind: pypi name: mediapipe version: 0.10.9 - url: https://files.pythonhosted.org/packages/a3/3a/f309c6bdebe596cc8c960542e167331cb01ef130ec38f3da46a499718889/mediapipe-0.10.9-cp311-cp311-macosx_11_0_universal2.whl - sha256: 8733735f582e6e6a05bf9b15c48b03a6387a0795793a2530aa1189eecfd33780 + url: https://files.pythonhosted.org/packages/c1/71/38b16b1e4504ff92dff875d455c19e62125fccd73d5ce7e06b560f77fd26/mediapipe-0.10.9-cp311-cp311-macosx_11_0_x86_64.whl + sha256: b7dde54b82732479b9b856c9230b9f7b3da55b0913dde5254a7489e20c2e3c6e requires_dist: - absl-py - attrs>=19.1.0 @@ -19985,8 +19985,8 @@ packages: - kind: pypi name: mediapipe version: 0.10.9 - url: https://files.pythonhosted.org/packages/c1/71/38b16b1e4504ff92dff875d455c19e62125fccd73d5ce7e06b560f77fd26/mediapipe-0.10.9-cp311-cp311-macosx_11_0_x86_64.whl - sha256: b7dde54b82732479b9b856c9230b9f7b3da55b0913dde5254a7489e20c2e3c6e + url: https://files.pythonhosted.org/packages/a3/3a/f309c6bdebe596cc8c960542e167331cb01ef130ec38f3da46a499718889/mediapipe-0.10.9-cp311-cp311-macosx_11_0_universal2.whl + sha256: 8733735f582e6e6a05bf9b15c48b03a6387a0795793a2530aa1189eecfd33780 requires_dist: - absl-py - attrs>=19.1.0 @@ -20161,26 +20161,26 @@ packages: - kind: pypi name: multidict version: 6.0.5 - url: https://files.pythonhosted.org/packages/52/ec/be54a3ad110f386d5bd7a9a42a4ff36b3cd723ebe597f41073a73ffa16b8/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed + url: https://files.pythonhosted.org/packages/21/db/3403263f158b0bc7b0d4653766d71cb39498973f2042eead27b2e9758782/multidict-6.0.5-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e requires_python: '>=3.7' - kind: pypi name: multidict version: 6.0.5 - url: https://files.pythonhosted.org/packages/02/c1/b15ecceb6ffa5081ed2ed450aea58d65b0e0358001f2b426705f9f41f4c2/multidict-6.0.5-cp311-cp311-macosx_11_0_arm64.whl - sha256: 612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd + url: https://files.pythonhosted.org/packages/52/ec/be54a3ad110f386d5bd7a9a42a4ff36b3cd723ebe597f41073a73ffa16b8/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed requires_python: '>=3.7' - kind: pypi name: multidict version: 6.0.5 - url: https://files.pythonhosted.org/packages/21/db/3403263f158b0bc7b0d4653766d71cb39498973f2042eead27b2e9758782/multidict-6.0.5-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e + url: https://files.pythonhosted.org/packages/88/aa/ea217cb18325aa05cb3e3111c19715f1e97c50a4a900cbc20e54648de5f5/multidict-6.0.5-cp311-cp311-win_amd64.whl + sha256: 2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea requires_python: '>=3.7' - kind: pypi name: multidict version: 6.0.5 - url: https://files.pythonhosted.org/packages/88/aa/ea217cb18325aa05cb3e3111c19715f1e97c50a4a900cbc20e54648de5f5/multidict-6.0.5-cp311-cp311-win_amd64.whl - sha256: 2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea + url: https://files.pythonhosted.org/packages/02/c1/b15ecceb6ffa5081ed2ed450aea58d65b0e0358001f2b426705f9f41f4c2/multidict-6.0.5-cp311-cp311-macosx_11_0_arm64.whl + sha256: 612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd requires_python: '>=3.7' - kind: conda name: multidict @@ -20956,8 +20956,8 @@ packages: - kind: pypi name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/57/03/2b4245b05b71c0cee667e6a0b51606dfa7f4157c9093d71c6b208385a611/numba-0.60.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - sha256: 4142d7ac0210cc86432b818338a2bc368dc773a2f5cf1e32ff7c5b378bd63ee8 + url: https://files.pythonhosted.org/packages/98/ad/df18d492a8f00d29a30db307904b9b296e37507034eedb523876f3a2e13e/numba-0.60.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: a17b70fc9e380ee29c42717e8cc0bfaa5556c416d94f9aa96ba13acb41bdece8 requires_dist: - llvmlite<0.44,>=0.43.0.dev0 - numpy<2.1,>=1.22 @@ -20965,8 +20965,8 @@ packages: - kind: pypi name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/9a/51/a4dc2c01ce7a850b8e56ff6d5381d047a5daea83d12bad08aa071d34b2ee/numba-0.60.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 3fb02b344a2a80efa6f677aa5c40cd5dd452e1b35f8d1c2af0dfd9ada9978e4b + url: https://files.pythonhosted.org/packages/57/03/2b4245b05b71c0cee667e6a0b51606dfa7f4157c9093d71c6b208385a611/numba-0.60.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + sha256: 4142d7ac0210cc86432b818338a2bc368dc773a2f5cf1e32ff7c5b378bd63ee8 requires_dist: - llvmlite<0.44,>=0.43.0.dev0 - numpy<2.1,>=1.22 @@ -20974,8 +20974,8 @@ packages: - kind: pypi name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/98/ad/df18d492a8f00d29a30db307904b9b296e37507034eedb523876f3a2e13e/numba-0.60.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: a17b70fc9e380ee29c42717e8cc0bfaa5556c416d94f9aa96ba13acb41bdece8 + url: https://files.pythonhosted.org/packages/79/89/2d924ca60dbf949f18a6fec223a2445f5f428d9a5f97a6b29c2122319015/numba-0.60.0-cp311-cp311-win_amd64.whl + sha256: cac02c041e9b5bc8cf8f2034ff6f0dbafccd1ae9590dc146b3a02a45e53af4e2 requires_dist: - llvmlite<0.44,>=0.43.0.dev0 - numpy<2.1,>=1.22 @@ -20983,8 +20983,8 @@ packages: - kind: pypi name: numba version: 0.60.0 - url: https://files.pythonhosted.org/packages/79/89/2d924ca60dbf949f18a6fec223a2445f5f428d9a5f97a6b29c2122319015/numba-0.60.0-cp311-cp311-win_amd64.whl - sha256: cac02c041e9b5bc8cf8f2034ff6f0dbafccd1ae9590dc146b3a02a45e53af4e2 + url: https://files.pythonhosted.org/packages/9a/51/a4dc2c01ce7a850b8e56ff6d5381d047a5daea83d12bad08aa071d34b2ee/numba-0.60.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 3fb02b344a2a80efa6f677aa5c40cd5dd452e1b35f8d1c2af0dfd9ada9978e4b requires_dist: - llvmlite<0.44,>=0.43.0.dev0 - numpy<2.1,>=1.22 @@ -20992,26 +20992,26 @@ packages: - kind: pypi name: numpy version: 1.26.4 - url: https://files.pythonhosted.org/packages/1a/2e/151484f49fd03944c4a3ad9c418ed193cfd02724e138ac8a9505d056c582/numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl - sha256: edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef + url: https://files.pythonhosted.org/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.whl + sha256: cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2 requires_python: '>=3.9' - kind: pypi name: numpy version: 1.26.4 - url: https://files.pythonhosted.org/packages/3a/d0/edc009c27b406c4f9cbc79274d6e46d634d139075492ad055e3d68445925/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5 + url: https://files.pythonhosted.org/packages/1a/2e/151484f49fd03944c4a3ad9c418ed193cfd02724e138ac8a9505d056c582/numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl + sha256: edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef requires_python: '>=3.9' - kind: pypi name: numpy version: 1.26.4 - url: https://files.pythonhosted.org/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.whl - sha256: cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2 + url: https://files.pythonhosted.org/packages/11/57/baae43d14fe163fa0e4c47f307b6b2511ab8d7d30177c491960504252053/numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71 requires_python: '>=3.9' - kind: pypi name: numpy version: 1.26.4 - url: https://files.pythonhosted.org/packages/11/57/baae43d14fe163fa0e4c47f307b6b2511ab8d7d30177c491960504252053/numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71 + url: https://files.pythonhosted.org/packages/3a/d0/edc009c27b406c4f9cbc79274d6e46d634d139075492ad055e3d68445925/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5 requires_python: '>=3.9' - kind: conda name: numpy @@ -21305,8 +21305,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.6.0.66 - url: https://files.pythonhosted.org/packages/32/83/fb966289ab9df2d3eaa1ad5b3ea40a37c6a8f9bc081740258056f1a18454/opencv_contrib_python-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl - sha256: 243411366820ba73f185867d0d9f9b8d42296070068222d5e3e40ecdcbbb3b39 + url: https://files.pythonhosted.org/packages/63/0b/6ef1acbaa21e5245c85a42f9f0ecfaf2e7420b24615a00f0eee170328e6b/opencv_contrib_python-4.6.0.66-cp36-abi3-win_amd64.whl + sha256: a338e1fb67fb25b30634cb34cd79328d4431f838964cfd7689f254012dd98ed9 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.2 ; python_version >= '3.10' @@ -21333,8 +21333,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.6.0.66 - url: https://files.pythonhosted.org/packages/63/0b/6ef1acbaa21e5245c85a42f9f0ecfaf2e7420b24615a00f0eee170328e6b/opencv_contrib_python-4.6.0.66-cp36-abi3-win_amd64.whl - sha256: a338e1fb67fb25b30634cb34cd79328d4431f838964cfd7689f254012dd98ed9 + url: https://files.pythonhosted.org/packages/32/83/fb966289ab9df2d3eaa1ad5b3ea40a37c6a8f9bc081740258056f1a18454/opencv_contrib_python-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl + sha256: 243411366820ba73f185867d0d9f9b8d42296070068222d5e3e40ecdcbbb3b39 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.2 ; python_version >= '3.10' @@ -21361,8 +21361,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/b0/e0/8f5d065ebb2e5941d289c5f653f944318f9e418bc5167bc6a346ab5e0f6a/opencv_contrib_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: a261223db41f6e512d76deaf21c8fcfb4fbbcbc2de62ca7f74a05f2c9ee489ef + url: https://files.pythonhosted.org/packages/09/94/d077c4c976c2d7a88812fd55396e92edae0e0c708689dbd8c8f508920e47/opencv_contrib_python-4.10.0.84-cp37-abi3-macosx_12_0_x86_64.whl + sha256: dea80d4db73b8acccf9e16b5744bf3654f47b22745074263f0a6c10de26c5ef5 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21378,8 +21378,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/92/64/c1194510eaed272d86b53a08c790ca6ed1c450f06d401c49c8145fc46d40/opencv_contrib_python-4.10.0.84-cp37-abi3-macosx_11_0_arm64.whl - sha256: ee4b0919026d8c533aeb69b16c6ec4a891a2f6844efaa14121bf68838753209c + url: https://files.pythonhosted.org/packages/b0/e0/8f5d065ebb2e5941d289c5f653f944318f9e418bc5167bc6a346ab5e0f6a/opencv_contrib_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: a261223db41f6e512d76deaf21c8fcfb4fbbcbc2de62ca7f74a05f2c9ee489ef requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21395,8 +21395,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/09/94/d077c4c976c2d7a88812fd55396e92edae0e0c708689dbd8c8f508920e47/opencv_contrib_python-4.10.0.84-cp37-abi3-macosx_12_0_x86_64.whl - sha256: dea80d4db73b8acccf9e16b5744bf3654f47b22745074263f0a6c10de26c5ef5 + url: https://files.pythonhosted.org/packages/a7/9e/7110d2c5d543ab03b9581dbb1f8e2429863e44e0c9b4960b766f230c1279/opencv_contrib_python-4.10.0.84-cp37-abi3-win_amd64.whl + sha256: 47ec3160dae75f70e099b286d1a2e086d20dac8b06e759f60eaf867e6bdecba7 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21412,8 +21412,8 @@ packages: - kind: pypi name: opencv-contrib-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/a7/9e/7110d2c5d543ab03b9581dbb1f8e2429863e44e0c9b4960b766f230c1279/opencv_contrib_python-4.10.0.84-cp37-abi3-win_amd64.whl - sha256: 47ec3160dae75f70e099b286d1a2e086d20dac8b06e759f60eaf867e6bdecba7 + url: https://files.pythonhosted.org/packages/92/64/c1194510eaed272d86b53a08c790ca6ed1c450f06d401c49c8145fc46d40/opencv_contrib_python-4.10.0.84-cp37-abi3-macosx_11_0_arm64.whl + sha256: ee4b0919026d8c533aeb69b16c6ec4a891a2f6844efaa14121bf68838753209c requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21429,8 +21429,8 @@ packages: - kind: pypi name: opencv-python version: 4.6.0.66 - url: https://files.pythonhosted.org/packages/c6/00/858e894a2127b3a1b5479812b1bd3669bca64175dff4fc7c778e0a6ee565/opencv_python-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl - sha256: 6e32af22e3202748bd233ed8f538741876191863882eba44e332d1a34993165b + url: https://files.pythonhosted.org/packages/cf/09/b24c266cd61ddeed101b90c92a26f54d060b06f4a1b102eb891576d6e9e2/opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl + sha256: 0dc82a3d8630c099d2f3ac1b1aabee164e8188db54a786abb7a4e27eba309440 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.2 ; python_version >= '3.10' @@ -21457,8 +21457,8 @@ packages: - kind: pypi name: opencv-python version: 4.6.0.66 - url: https://files.pythonhosted.org/packages/cf/09/b24c266cd61ddeed101b90c92a26f54d060b06f4a1b102eb891576d6e9e2/opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl - sha256: 0dc82a3d8630c099d2f3ac1b1aabee164e8188db54a786abb7a4e27eba309440 + url: https://files.pythonhosted.org/packages/c6/00/858e894a2127b3a1b5479812b1bd3669bca64175dff4fc7c778e0a6ee565/opencv_python-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl + sha256: 6e32af22e3202748bd233ed8f538741876191863882eba44e332d1a34993165b requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.2 ; python_version >= '3.10' @@ -21536,8 +21536,8 @@ packages: - kind: pypi name: opencv-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/4a/e7/b70a2d9ab205110d715906fc8ec83fbb00404aeb3a37a0654fdb68eb0c8c/opencv-python-4.10.0.84.tar.gz - sha256: 72d234e4582e9658ffea8e9cae5b63d488ad06994ef12d81dc303b17472f3526 + url: https://files.pythonhosted.org/packages/3f/a4/d2537f47fd7fcfba966bd806e3ec18e7ee1681056d4b0a9c8d983983e4d5/opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 9ace140fc6d647fbe1c692bcb2abce768973491222c067c131d80957c595b71f requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21553,8 +21553,8 @@ packages: - kind: pypi name: opencv-python version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/3f/a4/d2537f47fd7fcfba966bd806e3ec18e7ee1681056d4b0a9c8d983983e4d5/opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 9ace140fc6d647fbe1c692bcb2abce768973491222c067c131d80957c595b71f + url: https://files.pythonhosted.org/packages/4a/e7/b70a2d9ab205110d715906fc8ec83fbb00404aeb3a37a0654fdb68eb0c8c/opencv-python-4.10.0.84.tar.gz + sha256: 72d234e4582e9658ffea8e9cae5b63d488ad06994ef12d81dc303b17472f3526 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21587,8 +21587,8 @@ packages: - kind: pypi name: opencv-python-headless version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/1c/9b/583c8d9259f6fc19413f83fd18dd8e6cbc8eefb0b4dc6da52dd151fe3272/opencv_python_headless-4.10.0.84-cp37-abi3-macosx_11_0_arm64.whl - sha256: a4f4bcb07d8f8a7704d9c8564c224c8b064c63f430e95b61ac0bffaa374d330e + url: https://files.pythonhosted.org/packages/26/d0/22f68eb23eea053a31655960f133c0be9726c6a881547e6e9e7e2a946c4f/opencv_python_headless-4.10.0.84-cp37-abi3-win_amd64.whl + sha256: afcf28bd1209dd58810d33defb622b325d3cbe49dcd7a43a902982c33e5fad05 requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -21621,8 +21621,8 @@ packages: - kind: pypi name: opencv-python-headless version: 4.10.0.84 - url: https://files.pythonhosted.org/packages/26/d0/22f68eb23eea053a31655960f133c0be9726c6a881547e6e9e7e2a946c4f/opencv_python_headless-4.10.0.84-cp37-abi3-win_amd64.whl - sha256: afcf28bd1209dd58810d33defb622b325d3cbe49dcd7a43a902982c33e5fad05 + url: https://files.pythonhosted.org/packages/1c/9b/583c8d9259f6fc19413f83fd18dd8e6cbc8eefb0b4dc6da52dd151fe3272/opencv_python_headless-4.10.0.84-cp37-abi3-macosx_11_0_arm64.whl + sha256: a4f4bcb07d8f8a7704d9c8564c224c8b064c63f430e95b61ac0bffaa374d330e requires_dist: - numpy>=1.13.3 ; python_version < '3.7' - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' @@ -22040,8 +22040,8 @@ packages: - kind: pypi name: paddlepaddle version: 2.6.1 - url: https://files.pythonhosted.org/packages/41/7e/ac23d5e93fd1ae472271f5b3a54dbb373fa61027db18f9ac3813c53310bb/paddlepaddle-2.6.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: 990ca099c43b4054c87eeee53f3d3cdc7de292cd65f5380d74fe655e265cd19b + url: https://files.pythonhosted.org/packages/3d/15/b298494b9a71b764350e53bde9c8fac7b1fc5ace4d818684a04f2c1f7fee/paddlepaddle-2.6.1-cp311-cp311-win_amd64.whl + sha256: fb95d28ff9467277929b38e1ac389e4f1a1e2ddd9d4ea45fd5455474749c8cef requires_dist: - httpx - numpy>=1.13 @@ -22068,8 +22068,8 @@ packages: - kind: pypi name: paddlepaddle version: 2.6.1 - url: https://files.pythonhosted.org/packages/3d/15/b298494b9a71b764350e53bde9c8fac7b1fc5ace4d818684a04f2c1f7fee/paddlepaddle-2.6.1-cp311-cp311-win_amd64.whl - sha256: fb95d28ff9467277929b38e1ac389e4f1a1e2ddd9d4ea45fd5455474749c8cef + url: https://files.pythonhosted.org/packages/41/7e/ac23d5e93fd1ae472271f5b3a54dbb373fa61027db18f9ac3813c53310bb/paddlepaddle-2.6.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: 990ca099c43b4054c87eeee53f3d3cdc7de292cd65f5380d74fe655e265cd19b requires_dist: - httpx - numpy>=1.13 @@ -22096,8 +22096,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/fc/a5/4d82be566f069d7a9a702dcdf6f9106df0e0b042e738043c0cc7ddd7e3f6/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee + url: https://files.pythonhosted.org/packages/1b/70/61704497903d43043e288017cb2b82155c0d41e15f5c17807920877b45c2/pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288 requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -22188,8 +22188,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/16/c6/75231fd47afd6b3f89011e7077f1a3958441264aca7ae9ff596e3276a5d0/pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: 8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151 + url: https://files.pythonhosted.org/packages/fc/a5/4d82be566f069d7a9a702dcdf6f9106df0e0b042e738043c0cc7ddd7e3f6/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -22280,8 +22280,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/1b/70/61704497903d43043e288017cb2b82155c0d41e15f5c17807920877b45c2/pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288 + url: https://files.pythonhosted.org/packages/ab/63/966db1321a0ad55df1d1fe51505d2cdae191b84c907974873817b0a6e849/pandas-2.2.2-cp311-cp311-win_amd64.whl + sha256: 873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24 requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -22372,8 +22372,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/ab/63/966db1321a0ad55df1d1fe51505d2cdae191b84c907974873817b0a6e849/pandas-2.2.2-cp311-cp311-win_amd64.whl - sha256: 873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24 + url: https://files.pythonhosted.org/packages/16/c6/75231fd47afd6b3f89011e7077f1a3958441264aca7ae9ff596e3276a5d0/pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: 8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151 requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -22678,8 +22678,8 @@ packages: - kind: pypi name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl - sha256: 9fb218c8a12e51d7ead2a7c9e101a04982237d4855716af2e9499306728fb485 + url: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: cd25d2a9d2b36fcb318882481367956d2cf91329f6892fe5d385c346c0649629 requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22702,8 +22702,8 @@ packages: - kind: pypi name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: cd25d2a9d2b36fcb318882481367956d2cf91329f6892fe5d385c346c0649629 + url: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl + sha256: 9fb218c8a12e51d7ead2a7c9e101a04982237d4855716af2e9499306728fb485 requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22726,8 +22726,8 @@ packages: - kind: pypi name: pillow version: 10.3.0 - url: https://files.pythonhosted.org/packages/81/ff/ad3c942d865f9e45ce84eeb31795e6d4d94e1f1eea51026d5154028510d7/pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: 1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd + url: https://files.pythonhosted.org/packages/e5/51/e4b35e394b4e5ca24983e50361a1db3d7da05b1758074f9c4f5b4be4b22a/pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl + sha256: 5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795 requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22754,8 +22754,8 @@ packages: - kind: pypi name: pillow version: 10.3.0 - url: https://files.pythonhosted.org/packages/00/5c/7633f291def20082bad31b844fe5ed07742aae8504e4cfe2f331ee727178/pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57 + url: https://files.pythonhosted.org/packages/81/ff/ad3c942d865f9e45ce84eeb31795e6d4d94e1f1eea51026d5154028510d7/pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: 1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22782,8 +22782,8 @@ packages: - kind: pypi name: pillow version: 10.3.0 - url: https://files.pythonhosted.org/packages/e5/51/e4b35e394b4e5ca24983e50361a1db3d7da05b1758074f9c4f5b4be4b22a/pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl - sha256: 5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795 + url: https://files.pythonhosted.org/packages/0a/16/c83877524c47976f16703d2e05c363244bc1e60ab439e078b3cd046d07db/pillow-10.3.0-cp311-cp311-win_amd64.whl + sha256: 8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -22810,8 +22810,8 @@ packages: - kind: pypi name: pillow version: 10.3.0 - url: https://files.pythonhosted.org/packages/0a/16/c83877524c47976f16703d2e05c363244bc1e60ab439e078b3cd046d07db/pillow-10.3.0-cp311-cp311-win_amd64.whl - sha256: 8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d + url: https://files.pythonhosted.org/packages/00/5c/7633f291def20082bad31b844fe5ed07742aae8504e4cfe2f331ee727178/pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57 requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' @@ -23284,20 +23284,20 @@ packages: - kind: pypi name: protobuf version: 5.27.1 - url: https://files.pythonhosted.org/packages/1b/14/737d9d432893e75ae1fdaca96e97e8a9b0250c3769a459f44cb419eeaa5e/protobuf-5.27.1-cp38-abi3-macosx_10_9_universal2.whl - sha256: 4e38fc29d7df32e01a41cf118b5a968b1efd46b9c41ff515234e794011c78b17 + url: https://files.pythonhosted.org/packages/3d/50/85a4f42e14eebfc9091e8e38e77ba4874d52fae08984c97725ba3265a1e1/protobuf-5.27.1-cp38-abi3-manylinux2014_x86_64.whl + sha256: ee52874a9e69a30271649be88ecbe69d374232e8fd0b4e4b0aaaa87f429f1631 requires_python: '>=3.8' - kind: pypi name: protobuf version: 5.27.1 - url: https://files.pythonhosted.org/packages/3d/50/85a4f42e14eebfc9091e8e38e77ba4874d52fae08984c97725ba3265a1e1/protobuf-5.27.1-cp38-abi3-manylinux2014_x86_64.whl - sha256: ee52874a9e69a30271649be88ecbe69d374232e8fd0b4e4b0aaaa87f429f1631 + url: https://files.pythonhosted.org/packages/1b/14/737d9d432893e75ae1fdaca96e97e8a9b0250c3769a459f44cb419eeaa5e/protobuf-5.27.1-cp38-abi3-macosx_10_9_universal2.whl + sha256: 4e38fc29d7df32e01a41cf118b5a968b1efd46b9c41ff515234e794011c78b17 requires_python: '>=3.8' - kind: pypi name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/19/74/f59e7e0d392bc1070e9a70e2f9190d652487ac115bb16e2eff6b22ad1d24/psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 5fd9a97c8e94059b0ef54a7d4baf13b405011176c3b6ff257c247cae0d560ecd + url: https://files.pythonhosted.org/packages/0b/37/f8da2fbd29690b3557cca414c1949f92162981920699cd62095a984983bf/psutil-6.0.0-cp36-abi3-macosx_10_9_x86_64.whl + sha256: c588a7e9b1173b6e866756dde596fd4cad94f9399daf99ad8c3258b3cb2b47a0 requires_dist: - ipaddress ; python_version < '3.0' and extra == 'test' - mock ; python_version < '3.0' and extra == 'test' @@ -23308,8 +23308,8 @@ packages: - kind: pypi name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/7c/06/63872a64c312a24fb9b4af123ee7007a306617da63ff13bcc1432386ead7/psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl - sha256: ffe7fc9b6b36beadc8c322f84e1caff51e8703b88eee1da46d1e3a6ae11b4fd0 + url: https://files.pythonhosted.org/packages/19/74/f59e7e0d392bc1070e9a70e2f9190d652487ac115bb16e2eff6b22ad1d24/psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 5fd9a97c8e94059b0ef54a7d4baf13b405011176c3b6ff257c247cae0d560ecd requires_dist: - ipaddress ; python_version < '3.0' and extra == 'test' - mock ; python_version < '3.0' and extra == 'test' @@ -23320,8 +23320,8 @@ packages: - kind: pypi name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/0b/37/f8da2fbd29690b3557cca414c1949f92162981920699cd62095a984983bf/psutil-6.0.0-cp36-abi3-macosx_10_9_x86_64.whl - sha256: c588a7e9b1173b6e866756dde596fd4cad94f9399daf99ad8c3258b3cb2b47a0 + url: https://files.pythonhosted.org/packages/73/44/561092313ae925f3acfaace6f9ddc4f6a9c748704317bad9c8c8f8a36a79/psutil-6.0.0-cp37-abi3-win_amd64.whl + sha256: 33ea5e1c975250a720b3a6609c490db40dae5d83a4eb315170c4fe0d8b1f34b3 requires_dist: - ipaddress ; python_version < '3.0' and extra == 'test' - mock ; python_version < '3.0' and extra == 'test' @@ -23332,8 +23332,8 @@ packages: - kind: pypi name: psutil version: 6.0.0 - url: https://files.pythonhosted.org/packages/73/44/561092313ae925f3acfaace6f9ddc4f6a9c748704317bad9c8c8f8a36a79/psutil-6.0.0-cp37-abi3-win_amd64.whl - sha256: 33ea5e1c975250a720b3a6609c490db40dae5d83a4eb315170c4fe0d8b1f34b3 + url: https://files.pythonhosted.org/packages/7c/06/63872a64c312a24fb9b4af123ee7007a306617da63ff13bcc1432386ead7/psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl + sha256: ffe7fc9b6b36beadc8c322f84e1caff51e8703b88eee1da46d1e3a6ae11b4fd0 requires_dist: - ipaddress ; python_version < '3.0' and extra == 'test' - mock ; python_version < '3.0' and extra == 'test' @@ -23436,8 +23436,8 @@ packages: - kind: pypi name: psygnal version: 0.11.1 - url: https://files.pythonhosted.org/packages/84/6f/868f1d7d22c76b96e0c8a75f8eb196deaff83916ad2da7bd78d1d0f6a5df/psygnal-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 24e69ea57ee39e3677298f38a18828af87cdc0bf0aa64685d44259e608bae3ec + url: https://files.pythonhosted.org/packages/25/92/6dcab17c3bb91fa3f250ebdbb66de55332436da836c4c547c26e3942877e/psygnal-0.11.1-cp311-cp311-macosx_10_16_x86_64.whl + sha256: 8f77317cbd11fbed5bfdd40ea41b4e551ee0cf37881cdbc325b67322af577485 requires_dist: - ipython ; extra == 'dev' - mypy ; extra == 'dev' @@ -23473,8 +23473,8 @@ packages: - kind: pypi name: psygnal version: 0.11.1 - url: https://files.pythonhosted.org/packages/68/76/d5c5bf5a932ec2dcdc4a23565815a1cc5fd96b03b26ff3f647cdff5ea62c/psygnal-0.11.1-py3-none-any.whl - sha256: 04255fe28828060a80320f8fda937c47bc0c21ca14f55a13eb7c494b165ea395 + url: https://files.pythonhosted.org/packages/84/6f/868f1d7d22c76b96e0c8a75f8eb196deaff83916ad2da7bd78d1d0f6a5df/psygnal-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 24e69ea57ee39e3677298f38a18828af87cdc0bf0aa64685d44259e608bae3ec requires_dist: - ipython ; extra == 'dev' - mypy ; extra == 'dev' @@ -23510,8 +23510,8 @@ packages: - kind: pypi name: psygnal version: 0.11.1 - url: https://files.pythonhosted.org/packages/25/92/6dcab17c3bb91fa3f250ebdbb66de55332436da836c4c547c26e3942877e/psygnal-0.11.1-cp311-cp311-macosx_10_16_x86_64.whl - sha256: 8f77317cbd11fbed5bfdd40ea41b4e551ee0cf37881cdbc325b67322af577485 + url: https://files.pythonhosted.org/packages/68/76/d5c5bf5a932ec2dcdc4a23565815a1cc5fd96b03b26ff3f647cdff5ea62c/psygnal-0.11.1-py3-none-any.whl + sha256: 04255fe28828060a80320f8fda937c47bc0c21ca14f55a13eb7c494b165ea395 requires_dist: - ipython ; extra == 'dev' - mypy ; extra == 'dev' @@ -23607,32 +23607,32 @@ packages: - kind: pypi name: pyarrow version: 16.1.0 - url: https://files.pythonhosted.org/packages/f3/94/4e2a579bbac1adb19e63b054b300f6f7fa04f32f212ce86c18727bdda698/pyarrow-16.1.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 2e73cfc4a99e796727919c5541c65bb88b973377501e39b9842ea71401ca6c1c + url: https://files.pythonhosted.org/packages/49/4d/62a09116ec357ade462fac4086e0711457a87177bea25ae46b25897d6d7c/pyarrow-16.1.0-cp311-cp311-win_amd64.whl + sha256: 185d121b50836379fe012753cf15c4ba9638bda9645183ab36246923875f8d1b requires_dist: - numpy>=1.16.6 requires_python: '>=3.8' - kind: pypi name: pyarrow version: 16.1.0 - url: https://files.pythonhosted.org/packages/fa/15/48a68b30542a0231a75c26d8661bc5c9bbc07b42c5b219e929adba814ba7/pyarrow-16.1.0-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: a33a64576fddfbec0a44112eaf844c20853647ca833e9a647bfae0582b2ff94b + url: https://files.pythonhosted.org/packages/f3/94/4e2a579bbac1adb19e63b054b300f6f7fa04f32f212ce86c18727bdda698/pyarrow-16.1.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 2e73cfc4a99e796727919c5541c65bb88b973377501e39b9842ea71401ca6c1c requires_dist: - numpy>=1.16.6 requires_python: '>=3.8' - kind: pypi name: pyarrow version: 16.1.0 - url: https://files.pythonhosted.org/packages/49/4d/62a09116ec357ade462fac4086e0711457a87177bea25ae46b25897d6d7c/pyarrow-16.1.0-cp311-cp311-win_amd64.whl - sha256: 185d121b50836379fe012753cf15c4ba9638bda9645183ab36246923875f8d1b + url: https://files.pythonhosted.org/packages/28/17/a12aaddb818b7b73d17f3304afc22bce32ccb26723b507cc9c267aa809f3/pyarrow-16.1.0-cp311-cp311-macosx_10_15_x86_64.whl + sha256: d0ebea336b535b37eee9eee31761813086d33ed06de9ab6fc6aaa0bace7b250c requires_dist: - numpy>=1.16.6 requires_python: '>=3.8' - kind: pypi name: pyarrow version: 16.1.0 - url: https://files.pythonhosted.org/packages/28/17/a12aaddb818b7b73d17f3304afc22bce32ccb26723b507cc9c267aa809f3/pyarrow-16.1.0-cp311-cp311-macosx_10_15_x86_64.whl - sha256: d0ebea336b535b37eee9eee31761813086d33ed06de9ab6fc6aaa0bace7b250c + url: https://files.pythonhosted.org/packages/fa/15/48a68b30542a0231a75c26d8661bc5c9bbc07b42c5b219e929adba814ba7/pyarrow-16.1.0-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: a33a64576fddfbec0a44112eaf844c20853647ca833e9a647bfae0582b2ff94b requires_dist: - numpy>=1.16.6 requires_python: '>=3.8' @@ -23821,8 +23821,8 @@ packages: - kind: pypi name: pyclipper version: 1.3.0.post5 - url: https://files.pythonhosted.org/packages/21/47/9c6a9d2523735d7a5ec2991e6a05370b96e19db26c5628fedd1143dc6e4f/pyclipper-1.3.0.post5-cp311-cp311-macosx_10_9_universal2.whl - sha256: b7a983ae019932bfa0a1971a2dc8c856704add5f3d567bed8fac02dbc0e7f0bf + url: https://files.pythonhosted.org/packages/f3/ec/56da9f2d5d846f144530d5313a05078afb7cfc26ec179be5af35f057d064/pyclipper-1.3.0.post5-cp311-cp311-win_amd64.whl + sha256: 0f78a1c18ff4f9276f78d9353d6ed4309c3886a9d0172437e48328aef499165e - kind: pypi name: pyclipper version: 1.3.0.post5 @@ -23831,8 +23831,8 @@ packages: - kind: pypi name: pyclipper version: 1.3.0.post5 - url: https://files.pythonhosted.org/packages/f3/ec/56da9f2d5d846f144530d5313a05078afb7cfc26ec179be5af35f057d064/pyclipper-1.3.0.post5-cp311-cp311-win_amd64.whl - sha256: 0f78a1c18ff4f9276f78d9353d6ed4309c3886a9d0172437e48328aef499165e + url: https://files.pythonhosted.org/packages/21/47/9c6a9d2523735d7a5ec2991e6a05370b96e19db26c5628fedd1143dc6e4f/pyclipper-1.3.0.post5-cp311-cp311-macosx_10_9_universal2.whl + sha256: b7a983ae019932bfa0a1971a2dc8c856704add5f3d567bed8fac02dbc0e7f0bf - kind: pypi name: pyclipper version: 1.3.0.post5 @@ -23841,8 +23841,8 @@ packages: - kind: pypi name: pycocotools version: 2.0.8 - url: https://files.pythonhosted.org/packages/8b/d4/7279d072c0255d07c541326f6058effb1b08190f49695bf2c22aae666878/pycocotools-2.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 5968a1e5421719af9eb7ccee4c540bfb18b1fc95d30d9a48571d0aaeb159a1ae + url: https://files.pythonhosted.org/packages/6b/56/9eedccfd1cfdaf6553d527bed0b2b5572550567a5786a8beb098027a3e5e/pycocotools-2.0.8-cp311-cp311-macosx_10_9_universal2.whl + sha256: 92bf788e6936fc52b57ccaaa78ecdaeac81872eebbfc45b6fe16ae18b85709bd requires_dist: - matplotlib>=2.1.0 - numpy @@ -23850,8 +23850,8 @@ packages: - kind: pypi name: pycocotools version: 2.0.8 - url: https://files.pythonhosted.org/packages/6b/56/9eedccfd1cfdaf6553d527bed0b2b5572550567a5786a8beb098027a3e5e/pycocotools-2.0.8-cp311-cp311-macosx_10_9_universal2.whl - sha256: 92bf788e6936fc52b57ccaaa78ecdaeac81872eebbfc45b6fe16ae18b85709bd + url: https://files.pythonhosted.org/packages/8b/d4/7279d072c0255d07c541326f6058effb1b08190f49695bf2c22aae666878/pycocotools-2.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 5968a1e5421719af9eb7ccee4c540bfb18b1fc95d30d9a48571d0aaeb159a1ae requires_dist: - matplotlib>=2.1.0 - numpy @@ -23874,8 +23874,8 @@ packages: - kind: pypi name: pycryptodome version: 3.20.0 - url: https://files.pythonhosted.org/packages/ff/96/b0d494defb3346378086848a8ece5ddfd138a66c4a05e038fca873b2518c/pycryptodome-3.20.0-cp35-abi3-macosx_10_9_universal2.whl - sha256: ac1c7c0624a862f2e53438a15c9259d1655325fc2ec4392e66dc46cdae24d044 + url: https://files.pythonhosted.org/packages/1f/90/d131c0eb643290230dfa4108b7c2d135122d88b714ad241d77beb4782a76/pycryptodome-3.20.0-cp35-abi3-win_amd64.whl + sha256: 9b3ae153c89a480a0ec402e23db8d8d84a3833b65fa4b15b81b83be9d637aab9 requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' - kind: pypi name: pycryptodome @@ -23886,8 +23886,8 @@ packages: - kind: pypi name: pycryptodome version: 3.20.0 - url: https://files.pythonhosted.org/packages/1f/90/d131c0eb643290230dfa4108b7c2d135122d88b714ad241d77beb4782a76/pycryptodome-3.20.0-cp35-abi3-win_amd64.whl - sha256: 9b3ae153c89a480a0ec402e23db8d8d84a3833b65fa4b15b81b83be9d637aab9 + url: https://files.pythonhosted.org/packages/ff/96/b0d494defb3346378086848a8ece5ddfd138a66c4a05e038fca873b2518c/pycryptodome-3.20.0-cp35-abi3-macosx_10_9_universal2.whl + sha256: ac1c7c0624a862f2e53438a15c9259d1655325fc2ec4392e66dc46cdae24d044 requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' - kind: pypi name: pycryptodome @@ -23970,8 +23970,8 @@ packages: - kind: pypi name: pymupdf version: 1.24.5 - url: https://files.pythonhosted.org/packages/d0/8f/9f033131ca9993f1b0acc2ca06a13f4f0a65c3798be167d4234ae83a0b6e/PyMuPDF-1.24.5-cp311-none-macosx_11_0_arm64.whl - sha256: 131cf58e9932c84b0d367621cd580301a0d5d67590ce97a4d484b5c6c12bc8a5 + url: https://files.pythonhosted.org/packages/c8/aa/0416baa202137e7f947b7fa14f34416441dce843df82eda43a557f10a1e2/PyMuPDF-1.24.5-cp311-none-win_amd64.whl + sha256: 8b2b1b08ce5b36168c625ed2a3621a6fd56e77f433a68ab8cd0445b616a59ec6 requires_dist: - pymupdfb==1.24.3 requires_python: '>=3.8' @@ -23986,8 +23986,8 @@ packages: - kind: pypi name: pymupdf version: 1.24.5 - url: https://files.pythonhosted.org/packages/c8/aa/0416baa202137e7f947b7fa14f34416441dce843df82eda43a557f10a1e2/PyMuPDF-1.24.5-cp311-none-win_amd64.whl - sha256: 8b2b1b08ce5b36168c625ed2a3621a6fd56e77f433a68ab8cd0445b616a59ec6 + url: https://files.pythonhosted.org/packages/d0/8f/9f033131ca9993f1b0acc2ca06a13f4f0a65c3798be167d4234ae83a0b6e/PyMuPDF-1.24.5-cp311-none-macosx_11_0_arm64.whl + sha256: 131cf58e9932c84b0d367621cd580301a0d5d67590ce97a4d484b5c6c12bc8a5 requires_dist: - pymupdfb==1.24.3 requires_python: '>=3.8' @@ -24002,8 +24002,8 @@ packages: - kind: pypi name: pymupdfb version: 1.24.3 - url: https://files.pythonhosted.org/packages/7e/4a/27e4e2ce8f5d0ed1d1b2a1f7807f6158db1e8e547a7bf76ac462a800a4b4/PyMuPDFb-1.24.3-py3-none-macosx_11_0_arm64.whl - sha256: ad51d21086a16199684a3eebcb47d9c8460fc27e7bebae77f5fe64e8c34ebf34 + url: https://files.pythonhosted.org/packages/a2/e5/d2cba4c62c09ed54ba79d4d586517268a6a66b464cc9291a7647352e8124/PyMuPDFb-1.24.3-py3-none-win_amd64.whl + sha256: e88289bd4b4afe5966a028774b302f37d4b51dad5c5e6720dd04524910db6c6e requires_python: '>=3.8' - kind: pypi name: pymupdfb @@ -24014,8 +24014,8 @@ packages: - kind: pypi name: pymupdfb version: 1.24.3 - url: https://files.pythonhosted.org/packages/a2/e5/d2cba4c62c09ed54ba79d4d586517268a6a66b464cc9291a7647352e8124/PyMuPDFb-1.24.3-py3-none-win_amd64.whl - sha256: e88289bd4b4afe5966a028774b302f37d4b51dad5c5e6720dd04524910db6c6e + url: https://files.pythonhosted.org/packages/7e/4a/27e4e2ce8f5d0ed1d1b2a1f7807f6158db1e8e547a7bf76ac462a800a4b4/PyMuPDFb-1.24.3-py3-none-macosx_11_0_arm64.whl + sha256: ad51d21086a16199684a3eebcb47d9c8460fc27e7bebae77f5fe64e8c34ebf34 requires_python: '>=3.8' - kind: pypi name: pymupdfb @@ -24117,32 +24117,32 @@ packages: - kind: pypi name: pyproj version: 3.6.0 - url: https://files.pythonhosted.org/packages/81/eb/3e31e15fdee9d54bdbc575b6384bd7e54f63590fcb4d5c247ad38a81eb44/pyproj-3.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: dfe392dfc0eba2248dc08c976a72f52ff9da2bddfddfd9ff5dcf18e8e88200c7 + url: https://files.pythonhosted.org/packages/1b/d7/df8483715560c7a4f060774171c5ef75360d73da6b7a1b7768037885a6b4/pyproj-3.6.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 00fab048596c17572fa8980014ef117dbb2a445e6f7ba3b9ddfcc683efc598e7 requires_dist: - certifi requires_python: '>=3.9' - kind: pypi name: pyproj version: 3.6.0 - url: https://files.pythonhosted.org/packages/1a/07/2f1975c98c840eb4fa54fb95c3070c4255bdf41fd6866e05cffff41b4f4e/pyproj-3.6.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: ba5e7c8ddd6ed5a3f9fcf95ea80ba44c931913723de2ece841c94bb38b200c4a + url: https://files.pythonhosted.org/packages/81/eb/3e31e15fdee9d54bdbc575b6384bd7e54f63590fcb4d5c247ad38a81eb44/pyproj-3.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: dfe392dfc0eba2248dc08c976a72f52ff9da2bddfddfd9ff5dcf18e8e88200c7 requires_dist: - certifi requires_python: '>=3.9' - kind: pypi name: pyproj version: 3.6.0 - url: https://files.pythonhosted.org/packages/1b/d7/df8483715560c7a4f060774171c5ef75360d73da6b7a1b7768037885a6b4/pyproj-3.6.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 00fab048596c17572fa8980014ef117dbb2a445e6f7ba3b9ddfcc683efc598e7 + url: https://files.pythonhosted.org/packages/c8/5a/215a1894e50167d91b471d8fc413ca30034c48e5d3dfac78d12df4c840d5/pyproj-3.6.0-cp311-cp311-win_amd64.whl + sha256: 8fbac2eb9a0e425d7d6b7c6f4ebacd675cf3bdef0c59887057b8b4b0374e7c12 requires_dist: - certifi requires_python: '>=3.9' - kind: pypi name: pyproj version: 3.6.0 - url: https://files.pythonhosted.org/packages/c8/5a/215a1894e50167d91b471d8fc413ca30034c48e5d3dfac78d12df4c840d5/pyproj-3.6.0-cp311-cp311-win_amd64.whl - sha256: 8fbac2eb9a0e425d7d6b7c6f4ebacd675cf3bdef0c59887057b8b4b0374e7c12 + url: https://files.pythonhosted.org/packages/1a/07/2f1975c98c840eb4fa54fb95c3070c4255bdf41fd6866e05cffff41b4f4e/pyproj-3.6.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: ba5e7c8ddd6ed5a3f9fcf95ea80ba44c931913723de2ece841c94bb38b200c4a requires_dist: - certifi requires_python: '>=3.9' @@ -24494,40 +24494,40 @@ packages: - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/7b/5e/efd033ab7199a0b2044dab3b9f7a4f6670e6a52c089de572e928d2873b06/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673 + url: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 requires_python: '>=3.6' - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/28/09/55f715ddbf95a054b764b547f617e22f1d5e45d83905660e9a088078fe67/PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab + url: https://files.pythonhosted.org/packages/7b/5e/efd033ab7199a0b2044dab3b9f7a4f6670e6a52c089de572e928d2873b06/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673 requires_python: '>=3.6' - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 + url: https://files.pythonhosted.org/packages/b3/34/65bb4b2d7908044963ebf614fe0fdb080773fc7030d7e39c8d3eddcd4257/PyYAML-6.0.1-cp311-cp311-win_amd64.whl + sha256: bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 requires_python: '>=3.6' - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/b3/34/65bb4b2d7908044963ebf614fe0fdb080773fc7030d7e39c8d3eddcd4257/PyYAML-6.0.1-cp311-cp311-win_amd64.whl - sha256: bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 + url: https://files.pythonhosted.org/packages/28/09/55f715ddbf95a054b764b547f617e22f1d5e45d83905660e9a088078fe67/PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab requires_python: '>=3.6' - kind: pypi name: pyzmq version: 26.0.3 - url: https://files.pythonhosted.org/packages/9b/20/92275f936eaa612f0192f8a02b2f66564e41498216f37a760501d2591149/pyzmq-26.0.3-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: ac97a21de3712afe6a6c071abfad40a6224fd14fa6ff0ff8d0c6e6cd4e2f807a + url: https://files.pythonhosted.org/packages/4b/60/4e5170ffdf1720791752f09261a813efd5e59ec8ccf3e909d50d62a13b7d/pyzmq-26.0.3-cp311-cp311-macosx_10_15_universal2.whl + sha256: a72a84570f84c374b4c287183debc776dc319d3e8ce6b6a0041ce2e400de3f32 requires_dist: - cffi ; implementation_name == 'pypy' requires_python: '>=3.7' - kind: pypi name: pyzmq version: 26.0.3 - url: https://files.pythonhosted.org/packages/4b/60/4e5170ffdf1720791752f09261a813efd5e59ec8ccf3e909d50d62a13b7d/pyzmq-26.0.3-cp311-cp311-macosx_10_15_universal2.whl - sha256: a72a84570f84c374b4c287183debc776dc319d3e8ce6b6a0041ce2e400de3f32 + url: https://files.pythonhosted.org/packages/9b/20/92275f936eaa612f0192f8a02b2f66564e41498216f37a760501d2591149/pyzmq-26.0.3-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: ac97a21de3712afe6a6c071abfad40a6224fd14fa6ff0ff8d0c6e6cd4e2f807a requires_dist: - cffi ; implementation_name == 'pypy' requires_python: '>=3.7' @@ -24572,8 +24572,8 @@ packages: - kind: pypi name: rapidfuzz version: 3.9.3 - url: https://files.pythonhosted.org/packages/ac/4d/fe74f3b300bef1cf4bb5f4e06e099384c04a9c18fa0449fccaa9bcff832b/rapidfuzz-3.9.3-cp311-cp311-macosx_11_0_arm64.whl - sha256: a4fc7b784cf987dbddc300cef70e09a92ed1bce136f7bb723ea79d7e297fe76d + url: https://files.pythonhosted.org/packages/04/10/2c0ef45d4ace8dde87cfb91e48fb5c9976f8e01a57eb3230d90b82801dc5/rapidfuzz-3.9.3-cp311-cp311-win_amd64.whl + sha256: bc1991b4cde6c9d3c0bbcb83d5581dc7621bec8c666c095c65b4277233265a82 requires_dist: - numpy ; extra == 'full' requires_python: '>=3.8' @@ -24588,8 +24588,8 @@ packages: - kind: pypi name: rapidfuzz version: 3.9.3 - url: https://files.pythonhosted.org/packages/04/10/2c0ef45d4ace8dde87cfb91e48fb5c9976f8e01a57eb3230d90b82801dc5/rapidfuzz-3.9.3-cp311-cp311-win_amd64.whl - sha256: bc1991b4cde6c9d3c0bbcb83d5581dc7621bec8c666c095c65b4277233265a82 + url: https://files.pythonhosted.org/packages/ac/4d/fe74f3b300bef1cf4bb5f4e06e099384c04a9c18fa0449fccaa9bcff832b/rapidfuzz-3.9.3-cp311-cp311-macosx_11_0_arm64.whl + sha256: a4fc7b784cf987dbddc300cef70e09a92ed1bce136f7bb723ea79d7e297fe76d requires_dist: - numpy ; extra == 'full' requires_python: '>=3.8' @@ -24811,26 +24811,26 @@ packages: - kind: pypi name: regex version: 2024.5.15 - url: https://files.pythonhosted.org/packages/39/29/8158a6e69e97b9c72fab0b46fe4d57c789d07ef91fe4afde23721e7cac61/regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 3e507ff1e74373c4d3038195fdd2af30d297b4f0950eeda6f515ae3d84a1770f + url: https://files.pythonhosted.org/packages/2b/8b/1801c93783cc86bc72ed96f836ee81ea1e42c9f7bbf193aece9878c3fae5/regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl + sha256: c6a2b494a76983df8e3d3feea9b9ffdd558b247e60b92f877f93a1ff43d26656 requires_python: '>=3.8' - kind: pypi name: regex version: 2024.5.15 - url: https://files.pythonhosted.org/packages/c3/43/29ef9c42ae1e764a98510af1c610bf9f4b90a97a04fabe9396d6b73b0cc4/regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl - sha256: a32b96f15c8ab2e7d27655969a23895eb799de3665fa94349f3b2fbfd547236f + url: https://files.pythonhosted.org/packages/39/29/8158a6e69e97b9c72fab0b46fe4d57c789d07ef91fe4afde23721e7cac61/regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 3e507ff1e74373c4d3038195fdd2af30d297b4f0950eeda6f515ae3d84a1770f requires_python: '>=3.8' - kind: pypi name: regex version: 2024.5.15 - url: https://files.pythonhosted.org/packages/2b/8b/1801c93783cc86bc72ed96f836ee81ea1e42c9f7bbf193aece9878c3fae5/regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl - sha256: c6a2b494a76983df8e3d3feea9b9ffdd558b247e60b92f877f93a1ff43d26656 + url: https://files.pythonhosted.org/packages/ef/9b/0aa55fc101c803869c13b389b718b15810592d2df35b1af15ff5b6f48e16/regex-2024.5.15-cp311-cp311-win_amd64.whl + sha256: 9e717956dcfd656f5055cc70996ee2cc82ac5149517fc8e1b60261b907740201 requires_python: '>=3.8' - kind: pypi name: regex version: 2024.5.15 - url: https://files.pythonhosted.org/packages/ef/9b/0aa55fc101c803869c13b389b718b15810592d2df35b1af15ff5b6f48e16/regex-2024.5.15-cp311-cp311-win_amd64.whl - sha256: 9e717956dcfd656f5055cc70996ee2cc82ac5149517fc8e1b60261b907740201 + url: https://files.pythonhosted.org/packages/c3/43/29ef9c42ae1e764a98510af1c610bf9f4b90a97a04fabe9396d6b73b0cc4/regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl + sha256: a32b96f15c8ab2e7d27655969a23895eb799de3665fa94349f3b2fbfd547236f requires_python: '>=3.8' - kind: pypi name: requests @@ -24860,8 +24860,8 @@ packages: - kind: pypi name: rerun-sdk version: 0.16.1 - url: https://files.pythonhosted.org/packages/2a/b3/1fdad82b064d8bab5f06f5baa33a7e4db475514c14f876d72182404df0ff/rerun_sdk-0.16.1-cp38-abi3-macosx_11_0_arm64.whl - sha256: c9a76eab7eb5559276737dad655200e9350df0837158dbc5a896970ab4201454 + url: https://files.pythonhosted.org/packages/08/69/be7810460a7b739034c951ab7c2d89f5648cf55d61e468fb3cb2260f5bb8/rerun_sdk-0.16.1-cp38-abi3-win_amd64.whl + sha256: be88799c8afdf68eafa99e64e2e4f0a484e187e017a180219abbe6bb988acd4e requires_dist: - attrs>=23.1.0 - numpy>=1.23,<2 @@ -24873,8 +24873,8 @@ packages: - kind: pypi name: rerun-sdk version: 0.16.1 - url: https://files.pythonhosted.org/packages/34/cd/2165450a91cdaac5a9a09862e81f2f44a61fc902751954b3f6ddc113c729/rerun_sdk-0.16.1-cp38-abi3-manylinux_2_31_x86_64.whl - sha256: 37b7b47948471873e84f224b16f417a94a91c7cbd6c72c68281eeff1ba414b8f + url: https://files.pythonhosted.org/packages/2a/b3/1fdad82b064d8bab5f06f5baa33a7e4db475514c14f876d72182404df0ff/rerun_sdk-0.16.1-cp38-abi3-macosx_11_0_arm64.whl + sha256: c9a76eab7eb5559276737dad655200e9350df0837158dbc5a896970ab4201454 requires_dist: - attrs>=23.1.0 - numpy>=1.23,<2 @@ -24886,8 +24886,8 @@ packages: - kind: pypi name: rerun-sdk version: 0.16.1 - url: https://files.pythonhosted.org/packages/08/69/be7810460a7b739034c951ab7c2d89f5648cf55d61e468fb3cb2260f5bb8/rerun_sdk-0.16.1-cp38-abi3-win_amd64.whl - sha256: be88799c8afdf68eafa99e64e2e4f0a484e187e017a180219abbe6bb988acd4e + url: https://files.pythonhosted.org/packages/62/97/4f61141d7dcadc30f5e4f6279823068b3a96e42acb3245544dd4e156c8cc/rerun_sdk-0.16.1-cp38-abi3-macosx_10_12_x86_64.whl + sha256: 170c6976634008611753e10dfef8cdc395ce8180e634c169e7c61cef2f89a277 requires_dist: - attrs>=23.1.0 - numpy>=1.23,<2 @@ -24899,8 +24899,8 @@ packages: - kind: pypi name: rerun-sdk version: 0.16.1 - url: https://files.pythonhosted.org/packages/62/97/4f61141d7dcadc30f5e4f6279823068b3a96e42acb3245544dd4e156c8cc/rerun_sdk-0.16.1-cp38-abi3-macosx_10_12_x86_64.whl - sha256: 170c6976634008611753e10dfef8cdc395ce8180e634c169e7c61cef2f89a277 + url: https://files.pythonhosted.org/packages/34/cd/2165450a91cdaac5a9a09862e81f2f44a61fc902751954b3f6ddc113c729/rerun_sdk-0.16.1-cp38-abi3-manylinux_2_31_x86_64.whl + sha256: 37b7b47948471873e84f224b16f417a94a91c7cbd6c72c68281eeff1ba414b8f requires_dist: - attrs>=23.1.0 - numpy>=1.23,<2 @@ -24913,7 +24913,7 @@ packages: name: rerun-sdk version: 0.18.0a1+dev path: rerun_py - sha256: 6a2779fb9f304924ed2f97343f4ce1ca914ab784110333ef875edc0c73b83277 + sha256: 97ad9c85a07d9adf689957dbdd6b9c9cd09a33f6fc629cc9ef752dbab19c32ee requires_dist: - attrs>=23.1.0 - numpy>=1.23,<2 @@ -25020,26 +25020,26 @@ packages: - kind: pypi name: rpds-py version: 0.18.1 - url: https://files.pythonhosted.org/packages/1b/a0/a3702128743ae5bf14175a7333a4741db167f62d42f70e0edc15d9cd45c5/rpds_py-0.18.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 3c20f05e8e3d4fc76875fc9cb8cf24b90a63f5a1b4c5b9273f0e8225e169b100 + url: https://files.pythonhosted.org/packages/0c/f3/454ef9c66219ea511991e024f3a379fca618acd4cbe12e369b2d02f9d0b6/rpds_py-0.18.1-cp311-cp311-macosx_10_12_x86_64.whl + sha256: 6b5ff7e1d63a8281654b5e2896d7f08799378e594f09cf3674e832ecaf396ce8 requires_python: '>=3.8' - kind: pypi name: rpds-py version: 0.18.1 - url: https://files.pythonhosted.org/packages/58/e3/b5eb611e2d51688726533bb97b420d36a55d4560c53d016e977ff6d48116/rpds_py-0.18.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: 8927638a4d4137a289e41d0fd631551e89fa346d6dbcfc31ad627557d03ceb6d + url: https://files.pythonhosted.org/packages/1b/a0/a3702128743ae5bf14175a7333a4741db167f62d42f70e0edc15d9cd45c5/rpds_py-0.18.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 3c20f05e8e3d4fc76875fc9cb8cf24b90a63f5a1b4c5b9273f0e8225e169b100 requires_python: '>=3.8' - kind: pypi name: rpds-py version: 0.18.1 - url: https://files.pythonhosted.org/packages/0c/f3/454ef9c66219ea511991e024f3a379fca618acd4cbe12e369b2d02f9d0b6/rpds_py-0.18.1-cp311-cp311-macosx_10_12_x86_64.whl - sha256: 6b5ff7e1d63a8281654b5e2896d7f08799378e594f09cf3674e832ecaf396ce8 + url: https://files.pythonhosted.org/packages/ff/26/0778cc18815f20e37eb492bfed622d01722db38b2f3f86790753b01b2a73/rpds_py-0.18.1-cp311-none-win_amd64.whl + sha256: 70a838f7754483bcdc830444952fd89645569e7452e3226de4a613a4c1793fb2 requires_python: '>=3.8' - kind: pypi name: rpds-py version: 0.18.1 - url: https://files.pythonhosted.org/packages/ff/26/0778cc18815f20e37eb492bfed622d01722db38b2f3f86790753b01b2a73/rpds_py-0.18.1-cp311-none-win_amd64.whl - sha256: 70a838f7754483bcdc830444952fd89645569e7452e3226de4a613a4c1793fb2 + url: https://files.pythonhosted.org/packages/58/e3/b5eb611e2d51688726533bb97b420d36a55d4560c53d016e977ff6d48116/rpds_py-0.18.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: 8927638a4d4137a289e41d0fd631551e89fa346d6dbcfc31ad627557d03ceb6d requires_python: '>=3.8' - kind: pypi name: rrt-star @@ -25193,8 +25193,8 @@ packages: - kind: pypi name: safetensors version: 0.4.3 - url: https://files.pythonhosted.org/packages/d5/85/1e7d2804cbf82204cde462d16f1cb0ff5814b03f559fb46ceaa6b7020db4/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 0bf4f9d6323d9f86eef5567eabd88f070691cf031d4c0df27a40d3b4aaee755b + url: https://files.pythonhosted.org/packages/9f/d9/1bd2c06c1e7aff0c6db4affff5c0b8d6b2fa421ee0d2de94408d43e6aa7c/safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl + sha256: 22f3b5d65e440cec0de8edaa672efa888030802e11c09b3d6203bff60ebff05a requires_dist: - numpy>=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' @@ -25233,8 +25233,8 @@ packages: - kind: pypi name: safetensors version: 0.4.3 - url: https://files.pythonhosted.org/packages/82/61/d4812330b32600972e92ef09a59dc54f9ab8ae570fdca28d8bdfc5577756/safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl - sha256: 7c4fa560ebd4522adddb71dcd25d09bf211b5634003f015a4b815b7647d62ebe + url: https://files.pythonhosted.org/packages/d5/85/1e7d2804cbf82204cde462d16f1cb0ff5814b03f559fb46ceaa6b7020db4/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 0bf4f9d6323d9f86eef5567eabd88f070691cf031d4c0df27a40d3b4aaee755b requires_dist: - numpy>=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' @@ -25273,8 +25273,8 @@ packages: - kind: pypi name: safetensors version: 0.4.3 - url: https://files.pythonhosted.org/packages/9f/d9/1bd2c06c1e7aff0c6db4affff5c0b8d6b2fa421ee0d2de94408d43e6aa7c/safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl - sha256: 22f3b5d65e440cec0de8edaa672efa888030802e11c09b3d6203bff60ebff05a + url: https://files.pythonhosted.org/packages/cb/f6/19f268662be898ff2a23ac06f8dd0d2956b2ecd204c96e1ee07ba292c119/safetensors-0.4.3-cp311-none-win_amd64.whl + sha256: 840b7ac0eff5633e1d053cc9db12fdf56b566e9403b4950b2dc85393d9b88d67 requires_dist: - numpy>=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' @@ -25313,8 +25313,8 @@ packages: - kind: pypi name: safetensors version: 0.4.3 - url: https://files.pythonhosted.org/packages/cb/f6/19f268662be898ff2a23ac06f8dd0d2956b2ecd204c96e1ee07ba292c119/safetensors-0.4.3-cp311-none-win_amd64.whl - sha256: 840b7ac0eff5633e1d053cc9db12fdf56b566e9403b4950b2dc85393d9b88d67 + url: https://files.pythonhosted.org/packages/82/61/d4812330b32600972e92ef09a59dc54f9ab8ae570fdca28d8bdfc5577756/safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl + sha256: 7c4fa560ebd4522adddb71dcd25d09bf211b5634003f015a4b815b7647d62ebe requires_dist: - numpy>=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' @@ -25353,8 +25353,8 @@ packages: - kind: pypi name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/ad/96/138484302b8ec9a69cdf65e8d4ab47a640a3b1a8ea3c437e1da3e1a5a6b8/scikit_image-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: fa27b3a0dbad807b966b8db2d78da734cb812ca4787f7fbb143764800ce2fa9c + url: https://files.pythonhosted.org/packages/90/e3/564beb0c78bf83018a146dfcdc959c99c10a0d136480b932a350c852adbc/scikit_image-0.24.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 272909e02a59cea3ed4aa03739bb88df2625daa809f633f40b5053cf09241831 requires_dist: - numpy>=1.23 - scipy>=1.9 @@ -25420,8 +25420,8 @@ packages: - kind: pypi name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/3c/f6/be8b16d8ab6ebf19057877c2aec905cbd438dd92ca64b8efe9e9af008fa3/scikit_image-0.24.0-cp311-cp311-macosx_12_0_arm64.whl - sha256: 190ebde80b4470fe8838764b9b15f232a964f1a20391663e31008d76f0c696f7 + url: https://files.pythonhosted.org/packages/ad/96/138484302b8ec9a69cdf65e8d4ab47a640a3b1a8ea3c437e1da3e1a5a6b8/scikit_image-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: fa27b3a0dbad807b966b8db2d78da734cb812ca4787f7fbb143764800ce2fa9c requires_dist: - numpy>=1.23 - scipy>=1.9 @@ -25487,8 +25487,8 @@ packages: - kind: pypi name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/90/e3/564beb0c78bf83018a146dfcdc959c99c10a0d136480b932a350c852adbc/scikit_image-0.24.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 272909e02a59cea3ed4aa03739bb88df2625daa809f633f40b5053cf09241831 + url: https://files.pythonhosted.org/packages/50/b2/d5e97115733e2dc657e99868ae0237705b79d0c81f6ced21b8f0799a30d1/scikit_image-0.24.0-cp311-cp311-win_amd64.whl + sha256: dacf591ac0c272a111181afad4b788a27fe70d213cfddd631d151cbc34f8ca2c requires_dist: - numpy>=1.23 - scipy>=1.9 @@ -25554,8 +25554,8 @@ packages: - kind: pypi name: scikit-image version: 0.24.0 - url: https://files.pythonhosted.org/packages/50/b2/d5e97115733e2dc657e99868ae0237705b79d0c81f6ced21b8f0799a30d1/scikit_image-0.24.0-cp311-cp311-win_amd64.whl - sha256: dacf591ac0c272a111181afad4b788a27fe70d213cfddd631d151cbc34f8ca2c + url: https://files.pythonhosted.org/packages/3c/f6/be8b16d8ab6ebf19057877c2aec905cbd438dd92ca64b8efe9e9af008fa3/scikit_image-0.24.0-cp311-cp311-macosx_12_0_arm64.whl + sha256: 190ebde80b4470fe8838764b9b15f232a964f1a20391663e31008d76f0c696f7 requires_dist: - numpy>=1.23 - scipy>=1.9 @@ -25621,8 +25621,8 @@ packages: - kind: pypi name: scikit-learn version: 1.5.0 - url: https://files.pythonhosted.org/packages/46/c0/63d3a8da39a2ee051df229111aa93f6dca2b56f8080abd34993938166455/scikit_learn-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 118a8d229a41158c9f90093e46b3737120a165181a1b58c03461447aa4657415 + url: https://files.pythonhosted.org/packages/50/d4/70a9393ab88862c070a263a464042ab4e572a1353b4c3c308bc72a5b68cf/scikit_learn-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 2a65af2d8a6cce4e163a7951a4cfbfa7fceb2d5c013a4b593686c7f16445cf9d requires_dist: - numpy>=1.19.5 - scipy>=1.6.0 @@ -25678,8 +25678,8 @@ packages: - kind: pypi name: scikit-learn version: 1.5.0 - url: https://files.pythonhosted.org/packages/6c/97/dfc635bd435655c1216756b543e0427579df144914a055a188d3c0ffd52f/scikit_learn-1.5.0-cp311-cp311-macosx_12_0_arm64.whl - sha256: 4c0c56c3005f2ec1db3787aeaabefa96256580678cec783986836fc64f8ff622 + url: https://files.pythonhosted.org/packages/46/c0/63d3a8da39a2ee051df229111aa93f6dca2b56f8080abd34993938166455/scikit_learn-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 118a8d229a41158c9f90093e46b3737120a165181a1b58c03461447aa4657415 requires_dist: - numpy>=1.19.5 - scipy>=1.6.0 @@ -25735,8 +25735,8 @@ packages: - kind: pypi name: scikit-learn version: 1.5.0 - url: https://files.pythonhosted.org/packages/50/d4/70a9393ab88862c070a263a464042ab4e572a1353b4c3c308bc72a5b68cf/scikit_learn-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 2a65af2d8a6cce4e163a7951a4cfbfa7fceb2d5c013a4b593686c7f16445cf9d + url: https://files.pythonhosted.org/packages/ae/20/6d1a0a61d468b37a142fd90bb93c73bc1c2205db4a69ac630ed218c31612/scikit_learn-1.5.0-cp311-cp311-win_amd64.whl + sha256: a03b09f9f7f09ffe8c5efffe2e9de1196c696d811be6798ad5eddf323c6f4d40 requires_dist: - numpy>=1.19.5 - scipy>=1.6.0 @@ -25792,8 +25792,8 @@ packages: - kind: pypi name: scikit-learn version: 1.5.0 - url: https://files.pythonhosted.org/packages/ae/20/6d1a0a61d468b37a142fd90bb93c73bc1c2205db4a69ac630ed218c31612/scikit_learn-1.5.0-cp311-cp311-win_amd64.whl - sha256: a03b09f9f7f09ffe8c5efffe2e9de1196c696d811be6798ad5eddf323c6f4d40 + url: https://files.pythonhosted.org/packages/6c/97/dfc635bd435655c1216756b543e0427579df144914a055a188d3c0ffd52f/scikit_learn-1.5.0-cp311-cp311-macosx_12_0_arm64.whl + sha256: 4c0c56c3005f2ec1db3787aeaabefa96256580678cec783986836fc64f8ff622 requires_dist: - numpy>=1.19.5 - scipy>=1.6.0 @@ -25849,8 +25849,8 @@ packages: - kind: pypi name: scipy version: 1.13.1 - url: https://files.pythonhosted.org/packages/36/07/035d22ff9795129c5a847c64cb43c1fa9188826b59344fee28a3ab02e283/scipy-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: a78b4b3345f1b6f68a763c6e25c0c9a23a9fd0f39f5f3d200efe8feda560a5fa + url: https://files.pythonhosted.org/packages/b4/15/4a4bb1b15bbd2cd2786c4f46e76b871b28799b67891f23f455323a0cdcfb/scipy-1.13.1-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 27e52b09c0d3a1d5b63e1105f24177e544a222b43611aaf5bc44d4a0979e32f9 requires_dist: - numpy<2.3,>=1.22.4 - pytest ; extra == 'test' @@ -25888,8 +25888,8 @@ packages: - kind: pypi name: scipy version: 1.13.1 - url: https://files.pythonhosted.org/packages/ba/92/42476de1af309c27710004f5cdebc27bec62c204db42e05b23a302cb0c9a/scipy-1.13.1-cp311-cp311-macosx_12_0_arm64.whl - sha256: 54f430b00f0133e2224c3ba42b805bfd0086fe488835effa33fa291561932326 + url: https://files.pythonhosted.org/packages/36/07/035d22ff9795129c5a847c64cb43c1fa9188826b59344fee28a3ab02e283/scipy-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: a78b4b3345f1b6f68a763c6e25c0c9a23a9fd0f39f5f3d200efe8feda560a5fa requires_dist: - numpy<2.3,>=1.22.4 - pytest ; extra == 'test' @@ -25927,8 +25927,8 @@ packages: - kind: pypi name: scipy version: 1.13.1 - url: https://files.pythonhosted.org/packages/b4/15/4a4bb1b15bbd2cd2786c4f46e76b871b28799b67891f23f455323a0cdcfb/scipy-1.13.1-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 27e52b09c0d3a1d5b63e1105f24177e544a222b43611aaf5bc44d4a0979e32f9 + url: https://files.pythonhosted.org/packages/4a/48/4513a1a5623a23e95f94abd675ed91cfb19989c58e9f6f7d03990f6caf3d/scipy-1.13.1-cp311-cp311-win_amd64.whl + sha256: 5713f62f781eebd8d597eb3f88b8bf9274e79eeabf63afb4a737abc6c84ad37b requires_dist: - numpy<2.3,>=1.22.4 - pytest ; extra == 'test' @@ -25966,8 +25966,8 @@ packages: - kind: pypi name: scipy version: 1.13.1 - url: https://files.pythonhosted.org/packages/4a/48/4513a1a5623a23e95f94abd675ed91cfb19989c58e9f6f7d03990f6caf3d/scipy-1.13.1-cp311-cp311-win_amd64.whl - sha256: 5713f62f781eebd8d597eb3f88b8bf9274e79eeabf63afb4a737abc6c84ad37b + url: https://files.pythonhosted.org/packages/ba/92/42476de1af309c27710004f5cdebc27bec62c204db42e05b23a302cb0c9a/scipy-1.13.1-cp311-cp311-macosx_12_0_arm64.whl + sha256: 54f430b00f0133e2224c3ba42b805bfd0086fe488835effa33fa291561932326 requires_dist: - numpy<2.3,>=1.22.4 - pytest ; extra == 'test' @@ -26135,8 +26135,8 @@ packages: - kind: pypi name: shapely version: 2.0.4 - url: https://files.pythonhosted.org/packages/d5/fb/bcf6a8164ed307c99f1a8fabe5acd86ac99a33f52530a3ca84b0936f95bd/shapely-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 4310b5494271e18580d61022c0857eb85d30510d88606fa3b8314790df7f367d + url: https://files.pythonhosted.org/packages/93/fd/b205661ed60294a344406fb04227042fcede9501e81ee1e7018e9159455a/shapely-2.0.4-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 7d56ce3e2a6a556b59a288771cf9d091470116867e578bebced8bfc4147fbfd7 requires_dist: - numpy<3,>=1.14 - numpydoc==1.1.* ; extra == 'docs' @@ -26150,8 +26150,8 @@ packages: - kind: pypi name: shapely version: 2.0.4 - url: https://files.pythonhosted.org/packages/2a/fb/e3f72b10a90e26bb1a92a38b3f30f3074ebac6d532f87848ac09c3e8a73b/shapely-2.0.4-cp311-cp311-macosx_11_0_arm64.whl - sha256: 58b0ecc505bbe49a99551eea3f2e8a9b3b24b3edd2a4de1ac0dc17bc75c9ec07 + url: https://files.pythonhosted.org/packages/d5/fb/bcf6a8164ed307c99f1a8fabe5acd86ac99a33f52530a3ca84b0936f95bd/shapely-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 4310b5494271e18580d61022c0857eb85d30510d88606fa3b8314790df7f367d requires_dist: - numpy<3,>=1.14 - numpydoc==1.1.* ; extra == 'docs' @@ -26165,8 +26165,8 @@ packages: - kind: pypi name: shapely version: 2.0.4 - url: https://files.pythonhosted.org/packages/93/fd/b205661ed60294a344406fb04227042fcede9501e81ee1e7018e9159455a/shapely-2.0.4-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 7d56ce3e2a6a556b59a288771cf9d091470116867e578bebced8bfc4147fbfd7 + url: https://files.pythonhosted.org/packages/6a/5c/3330f499ca860f0b92db4ceaebd7090096a83c1ea3ae7d8d4c6111761b82/shapely-2.0.4-cp311-cp311-win_amd64.whl + sha256: c52ed79f683f721b69a10fb9e3d940a468203f5054927215586c5d49a072de8d requires_dist: - numpy<3,>=1.14 - numpydoc==1.1.* ; extra == 'docs' @@ -26180,8 +26180,8 @@ packages: - kind: pypi name: shapely version: 2.0.4 - url: https://files.pythonhosted.org/packages/6a/5c/3330f499ca860f0b92db4ceaebd7090096a83c1ea3ae7d8d4c6111761b82/shapely-2.0.4-cp311-cp311-win_amd64.whl - sha256: c52ed79f683f721b69a10fb9e3d940a468203f5054927215586c5d49a072de8d + url: https://files.pythonhosted.org/packages/2a/fb/e3f72b10a90e26bb1a92a38b3f30f3074ebac6d532f87848ac09c3e8a73b/shapely-2.0.4-cp311-cp311-macosx_11_0_arm64.whl + sha256: 58b0ecc505bbe49a99551eea3f2e8a9b3b24b3edd2a4de1ac0dc17bc75c9ec07 requires_dist: - numpy<3,>=1.14 - numpydoc==1.1.* ; extra == 'docs' @@ -26252,26 +26252,26 @@ packages: - kind: pypi name: simplejson version: 3.19.2 - url: https://files.pythonhosted.org/packages/70/c1/816573ae91aebf06a0fefd8ea30ca43127aa58e68684d2ddfe17c8457afb/simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 4d36081c0b1c12ea0ed62c202046dca11438bee48dd5240b7c8de8da62c620e9 + url: https://files.pythonhosted.org/packages/bc/eb/2bd4a6ec98329158f6855520596e9f2e521e2239e292d43fe1c58cf83a9b/simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: adcb3332979cbc941b8fff07181f06d2b608625edc0a4d8bc3ffc0be414ad0c4 requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' - kind: pypi name: simplejson version: 3.19.2 - url: https://files.pythonhosted.org/packages/53/a0/4430915cac272de9af75287f566cd1f06dffb69b3e9fa24b3c16b066470b/simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: 08889f2f597ae965284d7b52a5c3928653a9406d88c93e3161180f0abc2433ba + url: https://files.pythonhosted.org/packages/70/c1/816573ae91aebf06a0fefd8ea30ca43127aa58e68684d2ddfe17c8457afb/simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 4d36081c0b1c12ea0ed62c202046dca11438bee48dd5240b7c8de8da62c620e9 requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' - kind: pypi name: simplejson version: 3.19.2 - url: https://files.pythonhosted.org/packages/bc/eb/2bd4a6ec98329158f6855520596e9f2e521e2239e292d43fe1c58cf83a9b/simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: adcb3332979cbc941b8fff07181f06d2b608625edc0a4d8bc3ffc0be414ad0c4 + url: https://files.pythonhosted.org/packages/b6/8e/3e12d122dfdf549a8d12eaf39954ee39f2027060aa38b63430f8ab3244e7/simplejson-3.19.2-cp311-cp311-win_amd64.whl + sha256: 9300aee2a8b5992d0f4293d88deb59c218989833e3396c824b69ba330d04a589 requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' - kind: pypi name: simplejson version: 3.19.2 - url: https://files.pythonhosted.org/packages/b6/8e/3e12d122dfdf549a8d12eaf39954ee39f2027060aa38b63430f8ab3244e7/simplejson-3.19.2-cp311-cp311-win_amd64.whl - sha256: 9300aee2a8b5992d0f4293d88deb59c218989833e3396c824b69ba330d04a589 + url: https://files.pythonhosted.org/packages/53/a0/4430915cac272de9af75287f566cd1f06dffb69b3e9fa24b3c16b066470b/simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: 08889f2f597ae965284d7b52a5c3928653a9406d88c93e3161180f0abc2433ba requires_python: '>=2.5,!=3.0.*,!=3.1.*,!=3.2.*' - kind: pypi name: six @@ -26389,8 +26389,8 @@ packages: - kind: pypi name: sounddevice version: 0.4.7 - url: https://files.pythonhosted.org/packages/46/ea/e9196f01ec3c5ad537e1bb83fe08da3bacfbdfee8a872c461e491f489801/sounddevice-0.4.7-py3-none-any.whl - sha256: 1c3f18bfa4d9a257f5715f2ab83f2c0eb412a09f3e6a9fa73720886ca88f6bc7 + url: https://files.pythonhosted.org/packages/1c/9c/d8de668a462b7a326d9f697dfa2adb6fbde07cc468cc7cdcf51cbe975d56/sounddevice-0.4.7-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl + sha256: d6ddfd341ad7412b14ca001f2c4dbf5fa2503bdc9eb15ad2c3105f6c260b698a requires_dist: - cffi>=1.0 - numpy ; extra == 'numpy' @@ -26398,8 +26398,8 @@ packages: - kind: pypi name: sounddevice version: 0.4.7 - url: https://files.pythonhosted.org/packages/1c/9c/d8de668a462b7a326d9f697dfa2adb6fbde07cc468cc7cdcf51cbe975d56/sounddevice-0.4.7-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl - sha256: d6ddfd341ad7412b14ca001f2c4dbf5fa2503bdc9eb15ad2c3105f6c260b698a + url: https://files.pythonhosted.org/packages/46/ea/e9196f01ec3c5ad537e1bb83fe08da3bacfbdfee8a872c461e491f489801/sounddevice-0.4.7-py3-none-any.whl + sha256: 1c3f18bfa4d9a257f5715f2ab83f2c0eb412a09f3e6a9fa73720886ca88f6bc7 requires_dist: - cffi>=1.0 - numpy ; extra == 'numpy' @@ -26797,8 +26797,8 @@ packages: - kind: pypi name: tokenizers version: 0.19.1 - url: https://files.pythonhosted.org/packages/a7/03/fb50fc03f86016b227a967c8d474f90230c885c0d18f78acdfda7a96ce56/tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: d16ff18907f4909dca9b076b9c2d899114dd6abceeb074eca0c93e2353f943aa + url: https://files.pythonhosted.org/packages/c8/d6/6e1d728d765eb4102767f071bf7f6439ab10d7f4a975c9217db65715207a/tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl + sha256: 5c88d1481f1882c2e53e6bb06491e474e420d9ac7bdff172610c4f9ad3898059 requires_dist: - huggingface-hub>=0.16.4,<1.0 - pytest ; extra == 'testing' @@ -26815,8 +26815,8 @@ packages: - kind: pypi name: tokenizers version: 0.19.1 - url: https://files.pythonhosted.org/packages/90/79/d17a0f491d10817cd30f1121a07aa09c8e97a81114b116e473baf1577f09/tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl - sha256: ddf672ed719b4ed82b51499100f5417d7d9f6fb05a65e232249268f35de5ed14 + url: https://files.pythonhosted.org/packages/a7/03/fb50fc03f86016b227a967c8d474f90230c885c0d18f78acdfda7a96ce56/tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: d16ff18907f4909dca9b076b9c2d899114dd6abceeb074eca0c93e2353f943aa requires_dist: - huggingface-hub>=0.16.4,<1.0 - pytest ; extra == 'testing' @@ -26833,8 +26833,8 @@ packages: - kind: pypi name: tokenizers version: 0.19.1 - url: https://files.pythonhosted.org/packages/c8/d6/6e1d728d765eb4102767f071bf7f6439ab10d7f4a975c9217db65715207a/tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl - sha256: 5c88d1481f1882c2e53e6bb06491e474e420d9ac7bdff172610c4f9ad3898059 + url: https://files.pythonhosted.org/packages/65/8e/6d7d72b28f22c422cff8beae10ac3c2e4376b9be721ef8167b7eecd1da62/tokenizers-0.19.1-cp311-none-win_amd64.whl + sha256: ad57d59341710b94a7d9dbea13f5c1e7d76fd8d9bcd944a7a6ab0b0da6e0cc66 requires_dist: - huggingface-hub>=0.16.4,<1.0 - pytest ; extra == 'testing' @@ -26851,8 +26851,8 @@ packages: - kind: pypi name: tokenizers version: 0.19.1 - url: https://files.pythonhosted.org/packages/65/8e/6d7d72b28f22c422cff8beae10ac3c2e4376b9be721ef8167b7eecd1da62/tokenizers-0.19.1-cp311-none-win_amd64.whl - sha256: ad57d59341710b94a7d9dbea13f5c1e7d76fd8d9bcd944a7a6ab0b0da6e0cc66 + url: https://files.pythonhosted.org/packages/90/79/d17a0f491d10817cd30f1121a07aa09c8e97a81114b116e473baf1577f09/tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl + sha256: ddf672ed719b4ed82b51499100f5417d7d9f6fb05a65e232249268f35de5ed14 requires_dist: - huggingface-hub>=0.16.4,<1.0 - pytest ; extra == 'testing' @@ -26909,8 +26909,8 @@ packages: - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl - sha256: ad4c03b786e074f46606f4151c0a1e3740268bcf29fbd2fdf6666d66341c1dcb + url: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl + sha256: f9ef0a648310435511e76905f9b89612e45ef2c8b023bee294f5e6f7e73a3e7c requires_dist: - filelock - typing-extensions>=4.8.0 @@ -26936,8 +26936,8 @@ packages: - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl - sha256: f9ef0a648310435511e76905f9b89612e45ef2c8b023bee294f5e6f7e73a3e7c + url: https://files.pythonhosted.org/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl + sha256: 32827fa1fbe5da8851686256b4cd94cc7b11be962862c2293811c94eea9457bf requires_dist: - filelock - typing-extensions>=4.8.0 @@ -26963,8 +26963,8 @@ packages: - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl - sha256: 49aa4126ede714c5aeef7ae92969b4b0bbe67f19665106463c39f22e0a1860d1 + url: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl + sha256: ad4c03b786e074f46606f4151c0a1e3740268bcf29fbd2fdf6666d66341c1dcb requires_dist: - filelock - typing-extensions>=4.8.0 @@ -26990,8 +26990,8 @@ packages: - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl - sha256: 32827fa1fbe5da8851686256b4cd94cc7b11be962862c2293811c94eea9457bf + url: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl + sha256: 95b9b44f3bcebd8b6cd8d37ec802048c872d9c567ba52c894bba90863a439059 requires_dist: - filelock - typing-extensions>=4.8.0 @@ -27017,8 +27017,8 @@ packages: - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl - sha256: 95b9b44f3bcebd8b6cd8d37ec802048c872d9c567ba52c894bba90863a439059 + url: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl + sha256: 49aa4126ede714c5aeef7ae92969b4b0bbe67f19665106463c39f22e0a1860d1 requires_dist: - filelock - typing-extensions>=4.8.0 @@ -27044,8 +27044,8 @@ packages: - kind: pypi name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/68/49/5e1c771294407bb25e6dbcf169aef5cffefcddf27b0176125a9b0af06a1e/torchvision-0.17.2-cp311-cp311-manylinux1_x86_64.whl - sha256: 3bbc24b7713e8f22766992562547d8b4b10001208d372fe599255af84bfd1a69 + url: https://files.pythonhosted.org/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl + sha256: 9b83e55ee7d0a1704f52b9c0ac87388e7a6d1d98a6bde7b0b35f9ab54d7bda54 requires_dist: - numpy - torch==2.2.2 @@ -27055,8 +27055,8 @@ packages: - kind: pypi name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/36/15/c48f74f8f8d382677ef016b65f09969028a1549b8a518c18894deb95b544/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: e031004a1bc432c980a7bd642f6c189a3efc316e423fc30b5569837166a4e28d + url: https://files.pythonhosted.org/packages/68/49/5e1c771294407bb25e6dbcf169aef5cffefcddf27b0176125a9b0af06a1e/torchvision-0.17.2-cp311-cp311-manylinux1_x86_64.whl + sha256: 3bbc24b7713e8f22766992562547d8b4b10001208d372fe599255af84bfd1a69 requires_dist: - numpy - torch==2.2.2 @@ -27066,8 +27066,8 @@ packages: - kind: pypi name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl - sha256: 9b83e55ee7d0a1704f52b9c0ac87388e7a6d1d98a6bde7b0b35f9ab54d7bda54 + url: https://files.pythonhosted.org/packages/c6/75/d869f600fc33df8b8ca99943e165a4ca23b73c68dc1942098fde0a6b46f3/torchvision-0.17.2-cp311-cp311-win_amd64.whl + sha256: 6835897df852fad1015e6a106c167c83848114cbcc7d86112384a973404e4431 requires_dist: - numpy - torch==2.2.2 @@ -27077,8 +27077,8 @@ packages: - kind: pypi name: torchvision version: 0.17.2 - url: https://files.pythonhosted.org/packages/c6/75/d869f600fc33df8b8ca99943e165a4ca23b73c68dc1942098fde0a6b46f3/torchvision-0.17.2-cp311-cp311-win_amd64.whl - sha256: 6835897df852fad1015e6a106c167c83848114cbcc7d86112384a973404e4431 + url: https://files.pythonhosted.org/packages/36/15/c48f74f8f8d382677ef016b65f09969028a1549b8a518c18894deb95b544/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: e031004a1bc432c980a7bd642f6c189a3efc316e423fc30b5569837166a4e28d requires_dist: - numpy - torch==2.2.2 @@ -27088,26 +27088,26 @@ packages: - kind: pypi name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/22/d4/54f9d12668b58336bd30defe0307e6c61589a3e687b05c366f804b7faaf0/tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 613bf4ddf5c7a95509218b149b555621497a6cc0d46ac341b30bd9ec19eac7f3 + url: https://files.pythonhosted.org/packages/2e/0f/721e113a2fac2f1d7d124b3279a1da4c77622e104084f56119875019ffab/tornado-6.4.1-cp38-abi3-macosx_10_9_x86_64.whl + sha256: 6d5ce3437e18a2b66fbadb183c1d3364fb03f2be71299e7d10dbeeb69f4b2a14 requires_python: '>=3.8' - kind: pypi name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/00/d9/c33be3c1a7564f7d42d87a8d186371a75fd142097076767a5c27da941fef/tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl - sha256: 163b0aafc8e23d8cdc3c9dfb24c5368af84a81e3364745ccb4427669bf84aec8 + url: https://files.pythonhosted.org/packages/22/d4/54f9d12668b58336bd30defe0307e6c61589a3e687b05c366f804b7faaf0/tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 613bf4ddf5c7a95509218b149b555621497a6cc0d46ac341b30bd9ec19eac7f3 requires_python: '>=3.8' - kind: pypi name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/2e/0f/721e113a2fac2f1d7d124b3279a1da4c77622e104084f56119875019ffab/tornado-6.4.1-cp38-abi3-macosx_10_9_x86_64.whl - sha256: 6d5ce3437e18a2b66fbadb183c1d3364fb03f2be71299e7d10dbeeb69f4b2a14 + url: https://files.pythonhosted.org/packages/d9/2f/3f2f05e84a7aff787a96d5fb06821323feb370fe0baed4db6ea7b1088f32/tornado-6.4.1-cp38-abi3-win_amd64.whl + sha256: b24b8982ed444378d7f21d563f4180a2de31ced9d8d84443907a0a64da2072e7 requires_python: '>=3.8' - kind: pypi name: tornado version: 6.4.1 - url: https://files.pythonhosted.org/packages/d9/2f/3f2f05e84a7aff787a96d5fb06821323feb370fe0baed4db6ea7b1088f32/tornado-6.4.1-cp38-abi3-win_amd64.whl - sha256: b24b8982ed444378d7f21d563f4180a2de31ced9d8d84443907a0a64da2072e7 + url: https://files.pythonhosted.org/packages/00/d9/c33be3c1a7564f7d42d87a8d186371a75fd142097076767a5c27da941fef/tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl + sha256: 163b0aafc8e23d8cdc3c9dfb24c5368af84a81e3364745ccb4427669bf84aec8 requires_python: '>=3.8' - kind: pypi name: tqdm @@ -27808,8 +27808,8 @@ packages: - kind: pypi name: ujson version: 5.10.0 - url: https://files.pythonhosted.org/packages/8d/9f/4731ef0671a0653e9f5ba18db7c4596d8ecbf80c7922dd5fe4150f1aea76/ujson-5.10.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 502bf475781e8167f0f9d0e41cd32879d120a524b22358e7f205294224c71126 + url: https://files.pythonhosted.org/packages/3e/20/952dbed5895835ea0b82e81a7be4ebb83f93b079d4d1ead93fcddb3075af/ujson-5.10.0-cp311-cp311-win_amd64.whl + sha256: f00ea7e00447918ee0eff2422c4add4c5752b1b60e88fcb3c067d4a21049a720 requires_python: '>=3.8' - kind: pypi name: ujson @@ -27820,8 +27820,8 @@ packages: - kind: pypi name: ujson version: 5.10.0 - url: https://files.pythonhosted.org/packages/3e/20/952dbed5895835ea0b82e81a7be4ebb83f93b079d4d1ead93fcddb3075af/ujson-5.10.0-cp311-cp311-win_amd64.whl - sha256: f00ea7e00447918ee0eff2422c4add4c5752b1b60e88fcb3c067d4a21049a720 + url: https://files.pythonhosted.org/packages/8d/9f/4731ef0671a0653e9f5ba18db7c4596d8ecbf80c7922dd5fe4150f1aea76/ujson-5.10.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 502bf475781e8167f0f9d0e41cd32879d120a524b22358e7f205294224c71126 requires_python: '>=3.8' - kind: pypi name: ujson @@ -27919,14 +27919,14 @@ packages: - kind: pypi name: uv version: 0.2.17 - url: https://files.pythonhosted.org/packages/95/06/ec6a4f18efd04162b86942202ad99d503370678f6b583074ade3302389ca/uv-0.2.17-py3-none-macosx_10_12_x86_64.whl - sha256: c8d4d7fc1859d7aafdd58b9f5c26d7fbb243bbdb44a3aca0626aad83d164f13d + url: https://files.pythonhosted.org/packages/5a/3d/2f842a42e42aafc039e9b4c653bec65cae5e70fe1eaa09e64bf1dc6eaf36/uv-0.2.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 284e6d2e03c3ffa4ce2afdd186f7e75816eb35d3e42891982359498da821e2b5 requires_python: '>=3.8' - kind: pypi name: uv version: 0.2.17 - url: https://files.pythonhosted.org/packages/5a/3d/2f842a42e42aafc039e9b4c653bec65cae5e70fe1eaa09e64bf1dc6eaf36/uv-0.2.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 284e6d2e03c3ffa4ce2afdd186f7e75816eb35d3e42891982359498da821e2b5 + url: https://files.pythonhosted.org/packages/95/06/ec6a4f18efd04162b86942202ad99d503370678f6b583074ade3302389ca/uv-0.2.17-py3-none-macosx_10_12_x86_64.whl + sha256: c8d4d7fc1859d7aafdd58b9f5c26d7fbb243bbdb44a3aca0626aad83d164f13d requires_python: '>=3.8' - kind: conda name: vc @@ -28154,14 +28154,14 @@ packages: - kind: pypi name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 1a5db485fe2de4403f13fafdc231b0dbae5eca4359232d2efc79025527375b09 + url: https://files.pythonhosted.org/packages/6e/52/2da48b35193e39ac53cfb141467d9f259851522d0e8c87153f0ba4205fb1/wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 72554a23c78a8e7aa02abbd699d129eead8b147a23c56e08d08dfc29cfdddca1 requires_python: '>=3.6' - kind: pypi name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/6e/52/2da48b35193e39ac53cfb141467d9f259851522d0e8c87153f0ba4205fb1/wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 72554a23c78a8e7aa02abbd699d129eead8b147a23c56e08d08dfc29cfdddca1 + url: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 1a5db485fe2de4403f13fafdc231b0dbae5eca4359232d2efc79025527375b09 requires_python: '>=3.6' - kind: conda name: xorg-kbproto @@ -28676,8 +28676,8 @@ packages: - kind: pypi name: zstandard version: 0.22.0 - url: https://files.pythonhosted.org/packages/32/41/80fc08ed96e68df920d28592710f5ed96fb288fda1fbb4b6aee5fdbaa5f6/zstandard-0.22.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 589402548251056878d2e7c8859286eb91bd841af117dbe4ab000e6450987e08 + url: https://files.pythonhosted.org/packages/80/6a/f8a618f84aafb9c373a959e7e51ad34bda73f1d99cd856c05c8f0b78e87f/zstandard-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 33591d59f4956c9812f8063eff2e2c0065bc02050837f152574069f5f9f17775 requires_dist: - cffi>=1.11 ; platform_python_implementation == 'PyPy' - cffi>=1.11 ; extra == 'cffi' @@ -28685,8 +28685,8 @@ packages: - kind: pypi name: zstandard version: 0.22.0 - url: https://files.pythonhosted.org/packages/80/6a/f8a618f84aafb9c373a959e7e51ad34bda73f1d99cd856c05c8f0b78e87f/zstandard-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 33591d59f4956c9812f8063eff2e2c0065bc02050837f152574069f5f9f17775 + url: https://files.pythonhosted.org/packages/32/41/80fc08ed96e68df920d28592710f5ed96fb288fda1fbb4b6aee5fdbaa5f6/zstandard-0.22.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 589402548251056878d2e7c8859286eb91bd841af117dbe4ab000e6450987e08 requires_dist: - cffi>=1.11 ; platform_python_implementation == 'PyPy' - cffi>=1.11 ; extra == 'cffi' diff --git a/pixi.toml b/pixi.toml index d18059c34327..1162d7d0e989 100644 --- a/pixi.toml +++ b/pixi.toml @@ -189,7 +189,7 @@ meilisearch = "meilisearch --db-path=./meilisearch/data.ms --dump-dir=./meilisea # Update the design_tokens.json used to style the GUI. # To update the upstream `design_tokens.json`, modify # https://github.com/rerun-io/documentation/blob/main/src/utils/tokens.ts and push to main. -download-design-tokens = "curl --fail https://rerun-docs.netlify.app/api/tokens | jq > crates/re_ui/data/design_tokens.json" +download-design-tokens = "curl --fail https://rerun-docs.netlify.app/api/tokens | jq > crates/viewer/re_ui/data/design_tokens.json" # Update the results of `insta` snapshot regression tests rs-update-insta-tests = "cargo test ; cargo insta review" diff --git a/rerun_cpp/.gitattributes b/rerun_cpp/.gitattributes index c622bc39fd30..bd6535a174df 100644 --- a/rerun_cpp/.gitattributes +++ b/rerun_cpp/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true src/rerun/archetypes/annotation_context.cpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/.gitattributes b/rerun_cpp/src/rerun/.gitattributes index 435e1f8fe40d..8d094c1e6e41 100644 --- a/rerun_cpp/src/rerun/.gitattributes +++ b/rerun_cpp/src/rerun/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true archetypes.hpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/archetypes.hpp b/rerun_cpp/src/rerun/archetypes.hpp index f001bdc6d371..1075260a8335 100644 --- a/rerun_cpp/src/rerun/archetypes.hpp +++ b/rerun_cpp/src/rerun/archetypes.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/.gitattributes b/rerun_cpp/src/rerun/archetypes/.gitattributes index 395fe533c718..bb3c86280a87 100644 --- a/rerun_cpp/src/rerun/archetypes/.gitattributes +++ b/rerun_cpp/src/rerun/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true annotation_context.cpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/archetypes/annotation_context.cpp b/rerun_cpp/src/rerun/archetypes/annotation_context.cpp index 952b3b486baa..0788b67dc6ad 100644 --- a/rerun_cpp/src/rerun/archetypes/annotation_context.cpp +++ b/rerun_cpp/src/rerun/archetypes/annotation_context.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/annotation_context.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/annotation_context.fbs". #include "annotation_context.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/annotation_context.hpp b/rerun_cpp/src/rerun/archetypes/annotation_context.hpp index fa34042fb278..17f875c4c8ec 100644 --- a/rerun_cpp/src/rerun/archetypes/annotation_context.hpp +++ b/rerun_cpp/src/rerun/archetypes/annotation_context.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/annotation_context.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/annotation_context.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/arrows2d.cpp b/rerun_cpp/src/rerun/archetypes/arrows2d.cpp index 25d4dae1bce3..25cd3359c35b 100644 --- a/rerun_cpp/src/rerun/archetypes/arrows2d.cpp +++ b/rerun_cpp/src/rerun/archetypes/arrows2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/arrows2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/arrows2d.fbs". #include "arrows2d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/arrows2d.hpp b/rerun_cpp/src/rerun/archetypes/arrows2d.hpp index 7307d0715ddd..bea777069dda 100644 --- a/rerun_cpp/src/rerun/archetypes/arrows2d.hpp +++ b/rerun_cpp/src/rerun/archetypes/arrows2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/arrows2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/arrows2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/arrows3d.cpp b/rerun_cpp/src/rerun/archetypes/arrows3d.cpp index 56a29192eefb..9456c1486aca 100644 --- a/rerun_cpp/src/rerun/archetypes/arrows3d.cpp +++ b/rerun_cpp/src/rerun/archetypes/arrows3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/arrows3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/arrows3d.fbs". #include "arrows3d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/arrows3d.hpp b/rerun_cpp/src/rerun/archetypes/arrows3d.hpp index 96cf48cf1f3b..4e1967b72fe6 100644 --- a/rerun_cpp/src/rerun/archetypes/arrows3d.hpp +++ b/rerun_cpp/src/rerun/archetypes/arrows3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/arrows3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/arrows3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/asset3d.cpp b/rerun_cpp/src/rerun/archetypes/asset3d.cpp index fa6d10252432..0a02b9aec381 100644 --- a/rerun_cpp/src/rerun/archetypes/asset3d.cpp +++ b/rerun_cpp/src/rerun/archetypes/asset3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/asset3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/asset3d.fbs". #include "asset3d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/asset3d.hpp b/rerun_cpp/src/rerun/archetypes/asset3d.hpp index aedac2b608e1..349b222432df 100644 --- a/rerun_cpp/src/rerun/archetypes/asset3d.hpp +++ b/rerun_cpp/src/rerun/archetypes/asset3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/asset3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/asset3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/bar_chart.cpp b/rerun_cpp/src/rerun/archetypes/bar_chart.cpp index ab523309b91d..0cbd9d258e93 100644 --- a/rerun_cpp/src/rerun/archetypes/bar_chart.cpp +++ b/rerun_cpp/src/rerun/archetypes/bar_chart.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/bar_chart.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/bar_chart.fbs". #include "bar_chart.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/bar_chart.hpp b/rerun_cpp/src/rerun/archetypes/bar_chart.hpp index 10ae2e34ecfe..cefb55dc28d3 100644 --- a/rerun_cpp/src/rerun/archetypes/bar_chart.hpp +++ b/rerun_cpp/src/rerun/archetypes/bar_chart.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/bar_chart.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/bar_chart.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/boxes2d.cpp b/rerun_cpp/src/rerun/archetypes/boxes2d.cpp index 41108f5afd90..d7020f39dcf3 100644 --- a/rerun_cpp/src/rerun/archetypes/boxes2d.cpp +++ b/rerun_cpp/src/rerun/archetypes/boxes2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/boxes2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/boxes2d.fbs". #include "boxes2d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/boxes2d.hpp b/rerun_cpp/src/rerun/archetypes/boxes2d.hpp index 37caf292ccb0..e4ac3a7faf3c 100644 --- a/rerun_cpp/src/rerun/archetypes/boxes2d.hpp +++ b/rerun_cpp/src/rerun/archetypes/boxes2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/boxes2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/boxes2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/boxes3d.cpp b/rerun_cpp/src/rerun/archetypes/boxes3d.cpp index 3de1ed849622..6e4ec3433d85 100644 --- a/rerun_cpp/src/rerun/archetypes/boxes3d.cpp +++ b/rerun_cpp/src/rerun/archetypes/boxes3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/boxes3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/boxes3d.fbs". #include "boxes3d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/boxes3d.hpp b/rerun_cpp/src/rerun/archetypes/boxes3d.hpp index 85d6559b1b21..cb3a130667c0 100644 --- a/rerun_cpp/src/rerun/archetypes/boxes3d.hpp +++ b/rerun_cpp/src/rerun/archetypes/boxes3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/boxes3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/boxes3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/clear.cpp b/rerun_cpp/src/rerun/archetypes/clear.cpp index fe36ea3068c3..ce7b8fb90e39 100644 --- a/rerun_cpp/src/rerun/archetypes/clear.cpp +++ b/rerun_cpp/src/rerun/archetypes/clear.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/clear.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/clear.fbs". #include "clear.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/clear.hpp b/rerun_cpp/src/rerun/archetypes/clear.hpp index 4320ba839795..f7540522f3a5 100644 --- a/rerun_cpp/src/rerun/archetypes/clear.hpp +++ b/rerun_cpp/src/rerun/archetypes/clear.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/clear.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/clear.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/depth_image.cpp b/rerun_cpp/src/rerun/archetypes/depth_image.cpp index a48cc9640108..5d82da88dc2c 100644 --- a/rerun_cpp/src/rerun/archetypes/depth_image.cpp +++ b/rerun_cpp/src/rerun/archetypes/depth_image.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/depth_image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/depth_image.fbs". #include "depth_image.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/depth_image.hpp b/rerun_cpp/src/rerun/archetypes/depth_image.hpp index 2c753214e25c..b7d87881d09c 100644 --- a/rerun_cpp/src/rerun/archetypes/depth_image.hpp +++ b/rerun_cpp/src/rerun/archetypes/depth_image.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/depth_image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/depth_image.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/disconnected_space.cpp b/rerun_cpp/src/rerun/archetypes/disconnected_space.cpp index ff6e0b7add99..f96e9daf9426 100644 --- a/rerun_cpp/src/rerun/archetypes/disconnected_space.cpp +++ b/rerun_cpp/src/rerun/archetypes/disconnected_space.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/disconnected_space.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/disconnected_space.fbs". #include "disconnected_space.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/disconnected_space.hpp b/rerun_cpp/src/rerun/archetypes/disconnected_space.hpp index c050d416d70a..14959ea00882 100644 --- a/rerun_cpp/src/rerun/archetypes/disconnected_space.hpp +++ b/rerun_cpp/src/rerun/archetypes/disconnected_space.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/disconnected_space.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/disconnected_space.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/image.cpp b/rerun_cpp/src/rerun/archetypes/image.cpp index 8092f659ea2a..df23f155c90c 100644 --- a/rerun_cpp/src/rerun/archetypes/image.cpp +++ b/rerun_cpp/src/rerun/archetypes/image.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/image.fbs". #include "image.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/image.hpp b/rerun_cpp/src/rerun/archetypes/image.hpp index 747596c7880e..4d3724f18965 100644 --- a/rerun_cpp/src/rerun/archetypes/image.hpp +++ b/rerun_cpp/src/rerun/archetypes/image.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/image.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/line_strips2d.cpp b/rerun_cpp/src/rerun/archetypes/line_strips2d.cpp index 3d9b83db59cf..e58cfa71496c 100644 --- a/rerun_cpp/src/rerun/archetypes/line_strips2d.cpp +++ b/rerun_cpp/src/rerun/archetypes/line_strips2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/line_strips2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/line_strips2d.fbs". #include "line_strips2d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/line_strips2d.hpp b/rerun_cpp/src/rerun/archetypes/line_strips2d.hpp index 4067d2113bc2..bbd799b05119 100644 --- a/rerun_cpp/src/rerun/archetypes/line_strips2d.hpp +++ b/rerun_cpp/src/rerun/archetypes/line_strips2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/line_strips2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/line_strips2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/line_strips3d.cpp b/rerun_cpp/src/rerun/archetypes/line_strips3d.cpp index 0049ee5b708a..14ac637ad332 100644 --- a/rerun_cpp/src/rerun/archetypes/line_strips3d.cpp +++ b/rerun_cpp/src/rerun/archetypes/line_strips3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/line_strips3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/line_strips3d.fbs". #include "line_strips3d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/line_strips3d.hpp b/rerun_cpp/src/rerun/archetypes/line_strips3d.hpp index b930e4b76096..876e3db064ec 100644 --- a/rerun_cpp/src/rerun/archetypes/line_strips3d.hpp +++ b/rerun_cpp/src/rerun/archetypes/line_strips3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/line_strips3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/line_strips3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/mesh3d.cpp b/rerun_cpp/src/rerun/archetypes/mesh3d.cpp index e234580e409f..65beb892deda 100644 --- a/rerun_cpp/src/rerun/archetypes/mesh3d.cpp +++ b/rerun_cpp/src/rerun/archetypes/mesh3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/mesh3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/mesh3d.fbs". #include "mesh3d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/mesh3d.hpp b/rerun_cpp/src/rerun/archetypes/mesh3d.hpp index 84ef39a9b2de..8ed4db039722 100644 --- a/rerun_cpp/src/rerun/archetypes/mesh3d.hpp +++ b/rerun_cpp/src/rerun/archetypes/mesh3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/mesh3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/mesh3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/pinhole.cpp b/rerun_cpp/src/rerun/archetypes/pinhole.cpp index f8e684b56c05..c27a6413fb76 100644 --- a/rerun_cpp/src/rerun/archetypes/pinhole.cpp +++ b/rerun_cpp/src/rerun/archetypes/pinhole.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/pinhole.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/pinhole.fbs". #include "pinhole.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/pinhole.hpp b/rerun_cpp/src/rerun/archetypes/pinhole.hpp index e2d07c239c02..507e19347f54 100644 --- a/rerun_cpp/src/rerun/archetypes/pinhole.hpp +++ b/rerun_cpp/src/rerun/archetypes/pinhole.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/pinhole.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/pinhole.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/points2d.cpp b/rerun_cpp/src/rerun/archetypes/points2d.cpp index 1cb609d085db..fcc793eb9880 100644 --- a/rerun_cpp/src/rerun/archetypes/points2d.cpp +++ b/rerun_cpp/src/rerun/archetypes/points2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/points2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/points2d.fbs". #include "points2d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/points2d.hpp b/rerun_cpp/src/rerun/archetypes/points2d.hpp index c207744475f6..fdb018a51848 100644 --- a/rerun_cpp/src/rerun/archetypes/points2d.hpp +++ b/rerun_cpp/src/rerun/archetypes/points2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/points2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/points2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/points3d.cpp b/rerun_cpp/src/rerun/archetypes/points3d.cpp index ad8a45dca68f..3661a5b5a71d 100644 --- a/rerun_cpp/src/rerun/archetypes/points3d.cpp +++ b/rerun_cpp/src/rerun/archetypes/points3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/points3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/points3d.fbs". #include "points3d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/points3d.hpp b/rerun_cpp/src/rerun/archetypes/points3d.hpp index 9a9b3f12874c..2a9e1d842806 100644 --- a/rerun_cpp/src/rerun/archetypes/points3d.hpp +++ b/rerun_cpp/src/rerun/archetypes/points3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/points3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/points3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/scalar.cpp b/rerun_cpp/src/rerun/archetypes/scalar.cpp index 8e11e4a91d9c..a4b1492795dc 100644 --- a/rerun_cpp/src/rerun/archetypes/scalar.cpp +++ b/rerun_cpp/src/rerun/archetypes/scalar.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/scalar.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/scalar.fbs". #include "scalar.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/scalar.hpp b/rerun_cpp/src/rerun/archetypes/scalar.hpp index 55f4268652d9..6b5b46a97f5b 100644 --- a/rerun_cpp/src/rerun/archetypes/scalar.hpp +++ b/rerun_cpp/src/rerun/archetypes/scalar.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/scalar.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/scalar.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/segmentation_image.cpp b/rerun_cpp/src/rerun/archetypes/segmentation_image.cpp index b991d95aa60c..79c856b9a3ef 100644 --- a/rerun_cpp/src/rerun/archetypes/segmentation_image.cpp +++ b/rerun_cpp/src/rerun/archetypes/segmentation_image.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/segmentation_image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/segmentation_image.fbs". #include "segmentation_image.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/segmentation_image.hpp b/rerun_cpp/src/rerun/archetypes/segmentation_image.hpp index 211c776fb26d..09d25fd642c1 100644 --- a/rerun_cpp/src/rerun/archetypes/segmentation_image.hpp +++ b/rerun_cpp/src/rerun/archetypes/segmentation_image.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/segmentation_image.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/segmentation_image.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/series_line.cpp b/rerun_cpp/src/rerun/archetypes/series_line.cpp index 9707ceeae27c..3828b4dcded0 100644 --- a/rerun_cpp/src/rerun/archetypes/series_line.cpp +++ b/rerun_cpp/src/rerun/archetypes/series_line.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/series_line.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/series_line.fbs". #include "series_line.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/series_line.hpp b/rerun_cpp/src/rerun/archetypes/series_line.hpp index 693b47a8f95c..d0fd307d4f70 100644 --- a/rerun_cpp/src/rerun/archetypes/series_line.hpp +++ b/rerun_cpp/src/rerun/archetypes/series_line.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/series_line.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/series_line.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/series_point.cpp b/rerun_cpp/src/rerun/archetypes/series_point.cpp index 3f7cce4cd76c..eae1970d3028 100644 --- a/rerun_cpp/src/rerun/archetypes/series_point.cpp +++ b/rerun_cpp/src/rerun/archetypes/series_point.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/series_point.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/series_point.fbs". #include "series_point.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/series_point.hpp b/rerun_cpp/src/rerun/archetypes/series_point.hpp index 2827a59cffb9..f8ed9b478a48 100644 --- a/rerun_cpp/src/rerun/archetypes/series_point.hpp +++ b/rerun_cpp/src/rerun/archetypes/series_point.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/series_point.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/series_point.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/tensor.cpp b/rerun_cpp/src/rerun/archetypes/tensor.cpp index dad284ee6598..c08b7a98bb59 100644 --- a/rerun_cpp/src/rerun/archetypes/tensor.cpp +++ b/rerun_cpp/src/rerun/archetypes/tensor.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/tensor.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/tensor.fbs". #include "tensor.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/tensor.hpp b/rerun_cpp/src/rerun/archetypes/tensor.hpp index 5d8b4fa54874..7d98067aca90 100644 --- a/rerun_cpp/src/rerun/archetypes/tensor.hpp +++ b/rerun_cpp/src/rerun/archetypes/tensor.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/tensor.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/tensor.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/text_document.cpp b/rerun_cpp/src/rerun/archetypes/text_document.cpp index ac1ba262c42d..711a0714d013 100644 --- a/rerun_cpp/src/rerun/archetypes/text_document.cpp +++ b/rerun_cpp/src/rerun/archetypes/text_document.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/text_document.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/text_document.fbs". #include "text_document.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/text_document.hpp b/rerun_cpp/src/rerun/archetypes/text_document.hpp index 79b533d5405e..73c05d175b83 100644 --- a/rerun_cpp/src/rerun/archetypes/text_document.hpp +++ b/rerun_cpp/src/rerun/archetypes/text_document.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/text_document.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/text_document.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/text_log.cpp b/rerun_cpp/src/rerun/archetypes/text_log.cpp index 5b7b365e204d..8a2f0707519c 100644 --- a/rerun_cpp/src/rerun/archetypes/text_log.cpp +++ b/rerun_cpp/src/rerun/archetypes/text_log.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/text_log.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/text_log.fbs". #include "text_log.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/text_log.hpp b/rerun_cpp/src/rerun/archetypes/text_log.hpp index 3a798321c7d1..4fd219ee25c4 100644 --- a/rerun_cpp/src/rerun/archetypes/text_log.hpp +++ b/rerun_cpp/src/rerun/archetypes/text_log.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/text_log.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/text_log.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/transform3d.cpp b/rerun_cpp/src/rerun/archetypes/transform3d.cpp index c7d3349ad343..9ba25d644502 100644 --- a/rerun_cpp/src/rerun/archetypes/transform3d.cpp +++ b/rerun_cpp/src/rerun/archetypes/transform3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs". #include "transform3d.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/transform3d.hpp b/rerun_cpp/src/rerun/archetypes/transform3d.hpp index 66f65d06041a..18745f3e82e4 100644 --- a/rerun_cpp/src/rerun/archetypes/transform3d.hpp +++ b/rerun_cpp/src/rerun/archetypes/transform3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/archetypes/view_coordinates.cpp b/rerun_cpp/src/rerun/archetypes/view_coordinates.cpp index 0b7ecd35544e..daf19de3a2d1 100644 --- a/rerun_cpp/src/rerun/archetypes/view_coordinates.cpp +++ b/rerun_cpp/src/rerun/archetypes/view_coordinates.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/view_coordinates.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/view_coordinates.fbs". #include "view_coordinates.hpp" diff --git a/rerun_cpp/src/rerun/archetypes/view_coordinates.hpp b/rerun_cpp/src/rerun/archetypes/view_coordinates.hpp index ff4a42d137c9..9faa9f1e0ea1 100644 --- a/rerun_cpp/src/rerun/archetypes/view_coordinates.hpp +++ b/rerun_cpp/src/rerun/archetypes/view_coordinates.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/archetypes/view_coordinates.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/archetypes/view_coordinates.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint.hpp b/rerun_cpp/src/rerun/blueprint.hpp index 94a2e44b9b63..c9296740f4fd 100644 --- a/rerun_cpp/src/rerun/blueprint.hpp +++ b/rerun_cpp/src/rerun/blueprint.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/.gitattributes b/rerun_cpp/src/rerun/blueprint/.gitattributes index 435e1f8fe40d..8d094c1e6e41 100644 --- a/rerun_cpp/src/rerun/blueprint/.gitattributes +++ b/rerun_cpp/src/rerun/blueprint/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true archetypes.hpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/blueprint/archetypes.hpp b/rerun_cpp/src/rerun/blueprint/archetypes.hpp index ee2dac289de5..8dfd7175e565 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/.gitattributes b/rerun_cpp/src/rerun/blueprint/archetypes/.gitattributes index c1a32176bc73..c941889168aa 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/.gitattributes +++ b/rerun_cpp/src/rerun/blueprint/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true background.cpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/background.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/background.cpp index d4e3edbe3646..1f92d86fd53b 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/background.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/background.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/background.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/background.fbs". #include "background.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/background.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/background.hpp index 109446c3e8b2..a543763cc613 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/background.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/background.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/background.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/background.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/container_blueprint.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/container_blueprint.cpp index 9b3514af69da..c19c6e8b2a1e 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/container_blueprint.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/container_blueprint.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs". #include "container_blueprint.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/container_blueprint.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/container_blueprint.hpp index f6c00a057ee8..92acc9fa278d 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/container_blueprint.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/container_blueprint.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.cpp index 36cbece20e30..d6f3ccdd8eac 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs". #include "panel_blueprint.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.hpp index fe73f195bab1..69d98cedbcc0 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/panel_blueprint.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/plot_legend.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/plot_legend.cpp index 2a577917f81b..b9648211ed55 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/plot_legend.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/plot_legend.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs". #include "plot_legend.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/plot_legend.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/plot_legend.hpp index faba0b359011..f36ef20d7bdb 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/plot_legend.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/plot_legend.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/scalar_axis.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/scalar_axis.cpp index 4032dc047d07..5540f909c3ef 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/scalar_axis.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/scalar_axis.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs". #include "scalar_axis.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/scalar_axis.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/scalar_axis.hpp index 07409454f6f2..0735a161cdbc 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/scalar_axis.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/scalar_axis.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/space_view_blueprint.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/space_view_blueprint.cpp index fca2e9d85547..700dfc40e551 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/space_view_blueprint.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/space_view_blueprint.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs". #include "space_view_blueprint.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/space_view_blueprint.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/space_view_blueprint.hpp index 58bcf19f4808..8afb30079830 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/space_view_blueprint.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/space_view_blueprint.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/space_view_contents.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/space_view_contents.cpp index 876f1d970444..17c567bd2ebf 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/space_view_contents.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/space_view_contents.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs". #include "space_view_contents.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/space_view_contents.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/space_view_contents.hpp index 1e116634a464..6f8e99d73b82 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/space_view_contents.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/space_view_contents.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_scalar_mapping.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_scalar_mapping.cpp index bea270a9ba6a..b5eae473455c 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_scalar_mapping.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_scalar_mapping.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs". #include "tensor_scalar_mapping.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_scalar_mapping.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_scalar_mapping.hpp index 433f983f2404..4924fa8e0721 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_scalar_mapping.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_scalar_mapping.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_slice_selection.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_slice_selection.cpp index 729280531e7b..38646d730bcb 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_slice_selection.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_slice_selection.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs". #include "tensor_slice_selection.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_slice_selection.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_slice_selection.hpp index 1663dd60fdb8..d5cd1e1219c0 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_slice_selection.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_slice_selection.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_view_fit.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_view_fit.cpp index 7ab6d2a1bdb4..ae717ce75e99 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_view_fit.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_view_fit.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs". #include "tensor_view_fit.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_view_fit.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_view_fit.hpp index 2d70a6ef95d7..a40fcb742e52 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/tensor_view_fit.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/tensor_view_fit.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/viewport_blueprint.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/viewport_blueprint.cpp index 4ccf38c3458f..50799ad7525a 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/viewport_blueprint.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/viewport_blueprint.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs". #include "viewport_blueprint.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/viewport_blueprint.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/viewport_blueprint.hpp index 63dbeedb5d3e..2a7ffc42895e 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/viewport_blueprint.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/viewport_blueprint.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/visible_time_ranges.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/visible_time_ranges.cpp index 2ad4e46e37df..1e9cd86b501c 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/visible_time_ranges.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/visible_time_ranges.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs". #include "visible_time_ranges.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/visible_time_ranges.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/visible_time_ranges.hpp index 77dd554ad9f5..01f3bd2a0b2a 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/visible_time_ranges.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/visible_time_ranges.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/visual_bounds2d.cpp b/rerun_cpp/src/rerun/blueprint/archetypes/visual_bounds2d.cpp index 6ca963482781..14abaf437c32 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/visual_bounds2d.cpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/visual_bounds2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs". #include "visual_bounds2d.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/archetypes/visual_bounds2d.hpp b/rerun_cpp/src/rerun/blueprint/archetypes/visual_bounds2d.hpp index cc9cba755d4d..726ea090f7e5 100644 --- a/rerun_cpp/src/rerun/blueprint/archetypes/visual_bounds2d.hpp +++ b/rerun_cpp/src/rerun/blueprint/archetypes/visual_bounds2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components.hpp b/rerun_cpp/src/rerun/blueprint/components.hpp index dcdd94eb10e5..45e6beaf7803 100644 --- a/rerun_cpp/src/rerun/blueprint/components.hpp +++ b/rerun_cpp/src/rerun/blueprint/components.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/.gitattributes b/rerun_cpp/src/rerun/blueprint/components/.gitattributes index 0d2b266b9bb9..a402cc3d6294 100644 --- a/rerun_cpp/src/rerun/blueprint/components/.gitattributes +++ b/rerun_cpp/src/rerun/blueprint/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true active_tab.hpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/blueprint/components/active_tab.hpp b/rerun_cpp/src/rerun/blueprint/components/active_tab.hpp index 545dbb4dee7c..7d0918f1a394 100644 --- a/rerun_cpp/src/rerun/blueprint/components/active_tab.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/active_tab.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/active_tab.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/active_tab.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/auto_layout.cpp b/rerun_cpp/src/rerun/blueprint/components/auto_layout.cpp index c211bd24ac10..6f1413f69527 100644 --- a/rerun_cpp/src/rerun/blueprint/components/auto_layout.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/auto_layout.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/auto_layout.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/auto_layout.fbs". #include "auto_layout.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/auto_layout.hpp b/rerun_cpp/src/rerun/blueprint/components/auto_layout.hpp index 1207069ff856..a1406f66c58b 100644 --- a/rerun_cpp/src/rerun/blueprint/components/auto_layout.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/auto_layout.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/auto_layout.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/auto_layout.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/auto_space_views.cpp b/rerun_cpp/src/rerun/blueprint/components/auto_space_views.cpp index 4c5dee19ad18..1d051a09f99d 100644 --- a/rerun_cpp/src/rerun/blueprint/components/auto_space_views.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/auto_space_views.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs". #include "auto_space_views.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/auto_space_views.hpp b/rerun_cpp/src/rerun/blueprint/components/auto_space_views.hpp index c28925ad2417..1e95c53496c7 100644 --- a/rerun_cpp/src/rerun/blueprint/components/auto_space_views.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/auto_space_views.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/background_kind.cpp b/rerun_cpp/src/rerun/blueprint/components/background_kind.cpp index 11b5ea61cb4d..8a811f01c722 100644 --- a/rerun_cpp/src/rerun/blueprint/components/background_kind.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/background_kind.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/background_kind.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/background_kind.fbs". #include "background_kind.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/background_kind.hpp b/rerun_cpp/src/rerun/blueprint/components/background_kind.hpp index 90a53eea1a17..a00e5737f9a2 100644 --- a/rerun_cpp/src/rerun/blueprint/components/background_kind.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/background_kind.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/background_kind.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/background_kind.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/column_share.cpp b/rerun_cpp/src/rerun/blueprint/components/column_share.cpp index 65287e8e8115..8abc32361053 100644 --- a/rerun_cpp/src/rerun/blueprint/components/column_share.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/column_share.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/column_share.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/column_share.fbs". #include "column_share.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/column_share.hpp b/rerun_cpp/src/rerun/blueprint/components/column_share.hpp index a3fdf109717e..e75da76398a7 100644 --- a/rerun_cpp/src/rerun/blueprint/components/column_share.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/column_share.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/column_share.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/column_share.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/container_kind.cpp b/rerun_cpp/src/rerun/blueprint/components/container_kind.cpp index ef9d182851fa..f8849b9a59d6 100644 --- a/rerun_cpp/src/rerun/blueprint/components/container_kind.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/container_kind.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/container_kind.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/container_kind.fbs". #include "container_kind.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/container_kind.hpp b/rerun_cpp/src/rerun/blueprint/components/container_kind.hpp index 5ce72d7d24a8..168a6b0ec010 100644 --- a/rerun_cpp/src/rerun/blueprint/components/container_kind.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/container_kind.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/container_kind.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/container_kind.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/corner2d.cpp b/rerun_cpp/src/rerun/blueprint/components/corner2d.cpp index 0ae2cc542621..a91aadc85b97 100644 --- a/rerun_cpp/src/rerun/blueprint/components/corner2d.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/corner2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/corner_2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/corner_2d.fbs". #include "corner2d.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/corner2d.hpp b/rerun_cpp/src/rerun/blueprint/components/corner2d.hpp index 9fc940c252ef..831941306134 100644 --- a/rerun_cpp/src/rerun/blueprint/components/corner2d.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/corner2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/corner_2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/corner_2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/grid_columns.cpp b/rerun_cpp/src/rerun/blueprint/components/grid_columns.cpp index 0162fc86dbb4..47bb8857a2b3 100644 --- a/rerun_cpp/src/rerun/blueprint/components/grid_columns.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/grid_columns.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/grid_columns.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/grid_columns.fbs". #include "grid_columns.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/grid_columns.hpp b/rerun_cpp/src/rerun/blueprint/components/grid_columns.hpp index ac0e56eb5d71..3f2dcd58ffc9 100644 --- a/rerun_cpp/src/rerun/blueprint/components/grid_columns.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/grid_columns.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/grid_columns.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/grid_columns.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/included_content.hpp b/rerun_cpp/src/rerun/blueprint/components/included_content.hpp index 20c143348e04..2ba86cf13728 100644 --- a/rerun_cpp/src/rerun/blueprint/components/included_content.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/included_content.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/included_content.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/included_content.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/included_space_view.hpp b/rerun_cpp/src/rerun/blueprint/components/included_space_view.hpp index 6e71dda7eaf7..af3d68b5cb99 100644 --- a/rerun_cpp/src/rerun/blueprint/components/included_space_view.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/included_space_view.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/included_space_view.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/included_space_view.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/interactive.hpp b/rerun_cpp/src/rerun/blueprint/components/interactive.hpp index 778353aace85..586bd20d8a9e 100644 --- a/rerun_cpp/src/rerun/blueprint/components/interactive.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/interactive.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/interactive.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/interactive.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/lock_range_during_zoom.hpp b/rerun_cpp/src/rerun/blueprint/components/lock_range_during_zoom.hpp index 5661271f9406..98488ead5167 100644 --- a/rerun_cpp/src/rerun/blueprint/components/lock_range_during_zoom.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/lock_range_during_zoom.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/panel_state.cpp b/rerun_cpp/src/rerun/blueprint/components/panel_state.cpp index 6351ba383a7c..ac3b7efe2573 100644 --- a/rerun_cpp/src/rerun/blueprint/components/panel_state.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/panel_state.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/panel_state.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/panel_state.fbs". #include "panel_state.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/panel_state.hpp b/rerun_cpp/src/rerun/blueprint/components/panel_state.hpp index 62dcbe8a192c..0082caae0635 100644 --- a/rerun_cpp/src/rerun/blueprint/components/panel_state.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/panel_state.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/panel_state.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/panel_state.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/query_expression.hpp b/rerun_cpp/src/rerun/blueprint/components/query_expression.hpp index 26ce3c1f1315..4095b9571212 100644 --- a/rerun_cpp/src/rerun/blueprint/components/query_expression.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/query_expression.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/query_expression.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/query_expression.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/root_container.hpp b/rerun_cpp/src/rerun/blueprint/components/root_container.hpp index 4cd35245c149..2bed9d0c67e2 100644 --- a/rerun_cpp/src/rerun/blueprint/components/root_container.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/root_container.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/root_container.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/root_container.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/row_share.cpp b/rerun_cpp/src/rerun/blueprint/components/row_share.cpp index da42c70284f9..93cdf3f1b4e4 100644 --- a/rerun_cpp/src/rerun/blueprint/components/row_share.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/row_share.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/row_share.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/row_share.fbs". #include "row_share.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/row_share.hpp b/rerun_cpp/src/rerun/blueprint/components/row_share.hpp index 4a9e53724f76..a2c43d3969b1 100644 --- a/rerun_cpp/src/rerun/blueprint/components/row_share.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/row_share.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/row_share.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/row_share.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/space_view_class.hpp b/rerun_cpp/src/rerun/blueprint/components/space_view_class.hpp index 5f7ed62a5da7..a72bd37bd9d7 100644 --- a/rerun_cpp/src/rerun/blueprint/components/space_view_class.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/space_view_class.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_class.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_class.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/space_view_maximized.hpp b/rerun_cpp/src/rerun/blueprint/components/space_view_maximized.hpp index f17ee0d645ea..be83c07d352a 100644 --- a/rerun_cpp/src/rerun/blueprint/components/space_view_maximized.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/space_view_maximized.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/space_view_origin.hpp b/rerun_cpp/src/rerun/blueprint/components/space_view_origin.hpp index 6bbb9459b379..04f975326066 100644 --- a/rerun_cpp/src/rerun/blueprint/components/space_view_origin.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/space_view_origin.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/tensor_dimension_index_slider.hpp b/rerun_cpp/src/rerun/blueprint/components/tensor_dimension_index_slider.hpp index 2cb76863d12d..66f9657aed6f 100644 --- a/rerun_cpp/src/rerun/blueprint/components/tensor_dimension_index_slider.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/tensor_dimension_index_slider.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/view_fit.cpp b/rerun_cpp/src/rerun/blueprint/components/view_fit.cpp index 22946221fd2b..b51f93db94a4 100644 --- a/rerun_cpp/src/rerun/blueprint/components/view_fit.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/view_fit.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/view_fit.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/view_fit.fbs". #include "view_fit.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/view_fit.hpp b/rerun_cpp/src/rerun/blueprint/components/view_fit.hpp index d391ae8a2686..f4908e7abb44 100644 --- a/rerun_cpp/src/rerun/blueprint/components/view_fit.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/view_fit.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/view_fit.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/view_fit.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/viewer_recommendation_hash.hpp b/rerun_cpp/src/rerun/blueprint/components/viewer_recommendation_hash.hpp index b18d76ce8d15..9c0f5de7c290 100644 --- a/rerun_cpp/src/rerun/blueprint/components/viewer_recommendation_hash.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/viewer_recommendation_hash.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/visible.cpp b/rerun_cpp/src/rerun/blueprint/components/visible.cpp index 808af8c61bc5..faf219386b28 100644 --- a/rerun_cpp/src/rerun/blueprint/components/visible.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/visible.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visible.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visible.fbs". #include "visible.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/visible.hpp b/rerun_cpp/src/rerun/blueprint/components/visible.hpp index 0a46dc35008a..a9886934051e 100644 --- a/rerun_cpp/src/rerun/blueprint/components/visible.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/visible.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visible.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visible.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/visible_time_range.hpp b/rerun_cpp/src/rerun/blueprint/components/visible_time_range.hpp index d80fde12238d..84fae0373fe2 100644 --- a/rerun_cpp/src/rerun/blueprint/components/visible_time_range.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/visible_time_range.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/visual_bounds2d.hpp b/rerun_cpp/src/rerun/blueprint/components/visual_bounds2d.hpp index b9e9ba618319..56bb18dc9e71 100644 --- a/rerun_cpp/src/rerun/blueprint/components/visual_bounds2d.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/visual_bounds2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/components/visualizer_overrides.cpp b/rerun_cpp/src/rerun/blueprint/components/visualizer_overrides.cpp index d1baf63b5f5d..712997019185 100644 --- a/rerun_cpp/src/rerun/blueprint/components/visualizer_overrides.cpp +++ b/rerun_cpp/src/rerun/blueprint/components/visualizer_overrides.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs". #include "visualizer_overrides.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/components/visualizer_overrides.hpp b/rerun_cpp/src/rerun/blueprint/components/visualizer_overrides.hpp index c06736bbd180..fda228935232 100644 --- a/rerun_cpp/src/rerun/blueprint/components/visualizer_overrides.hpp +++ b/rerun_cpp/src/rerun/blueprint/components/visualizer_overrides.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/datatypes.hpp b/rerun_cpp/src/rerun/blueprint/datatypes.hpp index 24e89ec642e4..322adb232a90 100644 --- a/rerun_cpp/src/rerun/blueprint/datatypes.hpp +++ b/rerun_cpp/src/rerun/blueprint/datatypes.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/src/rerun/blueprint/datatypes/.gitattributes b/rerun_cpp/src/rerun/blueprint/datatypes/.gitattributes index 2f8c60f42350..6b00a9a08be3 100644 --- a/rerun_cpp/src/rerun/blueprint/datatypes/.gitattributes +++ b/rerun_cpp/src/rerun/blueprint/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true tensor_dimension_index_slider.cpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/blueprint/datatypes/tensor_dimension_index_slider.cpp b/rerun_cpp/src/rerun/blueprint/datatypes/tensor_dimension_index_slider.cpp index 01a678518f4e..595075ae8728 100644 --- a/rerun_cpp/src/rerun/blueprint/datatypes/tensor_dimension_index_slider.cpp +++ b/rerun_cpp/src/rerun/blueprint/datatypes/tensor_dimension_index_slider.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs". #include "tensor_dimension_index_slider.hpp" diff --git a/rerun_cpp/src/rerun/blueprint/datatypes/tensor_dimension_index_slider.hpp b/rerun_cpp/src/rerun/blueprint/datatypes/tensor_dimension_index_slider.hpp index fddb7b8a0850..8ad93d66e4b0 100644 --- a/rerun_cpp/src/rerun/blueprint/datatypes/tensor_dimension_index_slider.hpp +++ b/rerun_cpp/src/rerun/blueprint/datatypes/tensor_dimension_index_slider.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components.hpp b/rerun_cpp/src/rerun/components.hpp index 8b2ab8709673..051d6be94add 100644 --- a/rerun_cpp/src/rerun/components.hpp +++ b/rerun_cpp/src/rerun/components.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/src/rerun/components/.gitattributes b/rerun_cpp/src/rerun/components/.gitattributes index a305f23e2084..86cdb7e361ec 100644 --- a/rerun_cpp/src/rerun/components/.gitattributes +++ b/rerun_cpp/src/rerun/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true aggregation_policy.cpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/components/aggregation_policy.cpp b/rerun_cpp/src/rerun/components/aggregation_policy.cpp index 3e1c6e2dfde6..4956c6123a60 100644 --- a/rerun_cpp/src/rerun/components/aggregation_policy.cpp +++ b/rerun_cpp/src/rerun/components/aggregation_policy.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/aggregation_policy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/aggregation_policy.fbs". #include "aggregation_policy.hpp" diff --git a/rerun_cpp/src/rerun/components/aggregation_policy.hpp b/rerun_cpp/src/rerun/components/aggregation_policy.hpp index 0629fa2241a3..a17924b4679f 100644 --- a/rerun_cpp/src/rerun/components/aggregation_policy.hpp +++ b/rerun_cpp/src/rerun/components/aggregation_policy.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/aggregation_policy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/aggregation_policy.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/annotation_context.cpp b/rerun_cpp/src/rerun/components/annotation_context.cpp index 435a547ca46a..9d846c9a61fb 100644 --- a/rerun_cpp/src/rerun/components/annotation_context.cpp +++ b/rerun_cpp/src/rerun/components/annotation_context.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/annotation_context.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/annotation_context.fbs". #include "annotation_context.hpp" diff --git a/rerun_cpp/src/rerun/components/annotation_context.hpp b/rerun_cpp/src/rerun/components/annotation_context.hpp index 841066ea72eb..cecac970a560 100644 --- a/rerun_cpp/src/rerun/components/annotation_context.hpp +++ b/rerun_cpp/src/rerun/components/annotation_context.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/annotation_context.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/annotation_context.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/axis_length.hpp b/rerun_cpp/src/rerun/components/axis_length.hpp index 558f93188caa..52de619ced7e 100644 --- a/rerun_cpp/src/rerun/components/axis_length.hpp +++ b/rerun_cpp/src/rerun/components/axis_length.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/axis_length.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/axis_length.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/blob.cpp b/rerun_cpp/src/rerun/components/blob.cpp index 50be1471dba0..ee9c195241ae 100644 --- a/rerun_cpp/src/rerun/components/blob.cpp +++ b/rerun_cpp/src/rerun/components/blob.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/blob.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/blob.fbs". #include "blob.hpp" diff --git a/rerun_cpp/src/rerun/components/blob.hpp b/rerun_cpp/src/rerun/components/blob.hpp index 8b94d9dfb989..8c3337be1eb2 100644 --- a/rerun_cpp/src/rerun/components/blob.hpp +++ b/rerun_cpp/src/rerun/components/blob.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/blob.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/blob.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/class_id.hpp b/rerun_cpp/src/rerun/components/class_id.hpp index 3da93fb40e95..0fec72ecc831 100644 --- a/rerun_cpp/src/rerun/components/class_id.hpp +++ b/rerun_cpp/src/rerun/components/class_id.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/class_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/class_id.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/clear_is_recursive.cpp b/rerun_cpp/src/rerun/components/clear_is_recursive.cpp index ad36c3bafa59..97f1354990a7 100644 --- a/rerun_cpp/src/rerun/components/clear_is_recursive.cpp +++ b/rerun_cpp/src/rerun/components/clear_is_recursive.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/clear_is_recursive.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/clear_is_recursive.fbs". #include "clear_is_recursive.hpp" diff --git a/rerun_cpp/src/rerun/components/clear_is_recursive.hpp b/rerun_cpp/src/rerun/components/clear_is_recursive.hpp index 7862eac2cd2c..f6f81054a180 100644 --- a/rerun_cpp/src/rerun/components/clear_is_recursive.hpp +++ b/rerun_cpp/src/rerun/components/clear_is_recursive.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/clear_is_recursive.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/clear_is_recursive.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/color.hpp b/rerun_cpp/src/rerun/components/color.hpp index 3478072deff6..bdc4d815fc93 100644 --- a/rerun_cpp/src/rerun/components/color.hpp +++ b/rerun_cpp/src/rerun/components/color.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/color.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/color.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/colormap.cpp b/rerun_cpp/src/rerun/components/colormap.cpp index e7560ec34632..91a3372b6b41 100644 --- a/rerun_cpp/src/rerun/components/colormap.cpp +++ b/rerun_cpp/src/rerun/components/colormap.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/colormap.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/colormap.fbs". #include "colormap.hpp" diff --git a/rerun_cpp/src/rerun/components/colormap.hpp b/rerun_cpp/src/rerun/components/colormap.hpp index 15767721cc8c..064d4ba44099 100644 --- a/rerun_cpp/src/rerun/components/colormap.hpp +++ b/rerun_cpp/src/rerun/components/colormap.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/colormap.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/colormap.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/depth_meter.cpp b/rerun_cpp/src/rerun/components/depth_meter.cpp index 8d1ff567c255..3b791a751dc0 100644 --- a/rerun_cpp/src/rerun/components/depth_meter.cpp +++ b/rerun_cpp/src/rerun/components/depth_meter.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/depth_meter.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/depth_meter.fbs". #include "depth_meter.hpp" diff --git a/rerun_cpp/src/rerun/components/depth_meter.hpp b/rerun_cpp/src/rerun/components/depth_meter.hpp index a8d23e947b52..27970a36187b 100644 --- a/rerun_cpp/src/rerun/components/depth_meter.hpp +++ b/rerun_cpp/src/rerun/components/depth_meter.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/depth_meter.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/depth_meter.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/disconnected_space.cpp b/rerun_cpp/src/rerun/components/disconnected_space.cpp index cc879960f41a..7c20d74b8478 100644 --- a/rerun_cpp/src/rerun/components/disconnected_space.cpp +++ b/rerun_cpp/src/rerun/components/disconnected_space.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/disconnected_space.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/disconnected_space.fbs". #include "disconnected_space.hpp" diff --git a/rerun_cpp/src/rerun/components/disconnected_space.hpp b/rerun_cpp/src/rerun/components/disconnected_space.hpp index bf6564523d3c..c3b93cc354f5 100644 --- a/rerun_cpp/src/rerun/components/disconnected_space.hpp +++ b/rerun_cpp/src/rerun/components/disconnected_space.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/disconnected_space.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/disconnected_space.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/draw_order.cpp b/rerun_cpp/src/rerun/components/draw_order.cpp index 7001c1ea4e7b..e0778f987594 100644 --- a/rerun_cpp/src/rerun/components/draw_order.cpp +++ b/rerun_cpp/src/rerun/components/draw_order.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/draw_order.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/draw_order.fbs". #include "draw_order.hpp" diff --git a/rerun_cpp/src/rerun/components/draw_order.hpp b/rerun_cpp/src/rerun/components/draw_order.hpp index c3cb590a8f14..d04aabf65a0c 100644 --- a/rerun_cpp/src/rerun/components/draw_order.hpp +++ b/rerun_cpp/src/rerun/components/draw_order.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/draw_order.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/draw_order.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/fill_ratio.hpp b/rerun_cpp/src/rerun/components/fill_ratio.hpp index 171497289681..ef3e03bdd431 100644 --- a/rerun_cpp/src/rerun/components/fill_ratio.hpp +++ b/rerun_cpp/src/rerun/components/fill_ratio.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/fill_ratio.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/fill_ratio.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/gamma_correction.hpp b/rerun_cpp/src/rerun/components/gamma_correction.hpp index 7d7e8407d4a8..ccd1bcd4941d 100644 --- a/rerun_cpp/src/rerun/components/gamma_correction.hpp +++ b/rerun_cpp/src/rerun/components/gamma_correction.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/gamma_correction.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/gamma_correction.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/half_size2d.hpp b/rerun_cpp/src/rerun/components/half_size2d.hpp index a7caf0a20a84..232785baf018 100644 --- a/rerun_cpp/src/rerun/components/half_size2d.hpp +++ b/rerun_cpp/src/rerun/components/half_size2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/half_size2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/half_size2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/half_size3d.hpp b/rerun_cpp/src/rerun/components/half_size3d.hpp index 34eb1646a300..8729e31fce28 100644 --- a/rerun_cpp/src/rerun/components/half_size3d.hpp +++ b/rerun_cpp/src/rerun/components/half_size3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/half_size3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/half_size3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/image_plane_distance.hpp b/rerun_cpp/src/rerun/components/image_plane_distance.hpp index b16144fd4590..3c39aa4e531c 100644 --- a/rerun_cpp/src/rerun/components/image_plane_distance.hpp +++ b/rerun_cpp/src/rerun/components/image_plane_distance.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/image_plane_distance.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/image_plane_distance.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/keypoint_id.hpp b/rerun_cpp/src/rerun/components/keypoint_id.hpp index 7a2f7d5c17ac..ba039b945c72 100644 --- a/rerun_cpp/src/rerun/components/keypoint_id.hpp +++ b/rerun_cpp/src/rerun/components/keypoint_id.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/keypoint_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/keypoint_id.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/line_strip2d.cpp b/rerun_cpp/src/rerun/components/line_strip2d.cpp index 12c48e0cf59e..561a86d0c9fe 100644 --- a/rerun_cpp/src/rerun/components/line_strip2d.cpp +++ b/rerun_cpp/src/rerun/components/line_strip2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/line_strip2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/line_strip2d.fbs". #include "line_strip2d.hpp" diff --git a/rerun_cpp/src/rerun/components/line_strip2d.hpp b/rerun_cpp/src/rerun/components/line_strip2d.hpp index 7b6b482d7d4f..3a77018a4250 100644 --- a/rerun_cpp/src/rerun/components/line_strip2d.hpp +++ b/rerun_cpp/src/rerun/components/line_strip2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/line_strip2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/line_strip2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/line_strip3d.cpp b/rerun_cpp/src/rerun/components/line_strip3d.cpp index 394acde9668e..5a8db8adc752 100644 --- a/rerun_cpp/src/rerun/components/line_strip3d.cpp +++ b/rerun_cpp/src/rerun/components/line_strip3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/line_strip3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/line_strip3d.fbs". #include "line_strip3d.hpp" diff --git a/rerun_cpp/src/rerun/components/line_strip3d.hpp b/rerun_cpp/src/rerun/components/line_strip3d.hpp index 0cce36238f7d..c371f5893594 100644 --- a/rerun_cpp/src/rerun/components/line_strip3d.hpp +++ b/rerun_cpp/src/rerun/components/line_strip3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/line_strip3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/line_strip3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/magnification_filter.cpp b/rerun_cpp/src/rerun/components/magnification_filter.cpp index 538066c5409c..3e572ad82904 100644 --- a/rerun_cpp/src/rerun/components/magnification_filter.cpp +++ b/rerun_cpp/src/rerun/components/magnification_filter.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/magnification_filter.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/magnification_filter.fbs". #include "magnification_filter.hpp" diff --git a/rerun_cpp/src/rerun/components/magnification_filter.hpp b/rerun_cpp/src/rerun/components/magnification_filter.hpp index e94dc0911df3..8e84ffc5ddbc 100644 --- a/rerun_cpp/src/rerun/components/magnification_filter.hpp +++ b/rerun_cpp/src/rerun/components/magnification_filter.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/magnification_filter.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/magnification_filter.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/marker_shape.cpp b/rerun_cpp/src/rerun/components/marker_shape.cpp index c8f38822498a..7051107bdde9 100644 --- a/rerun_cpp/src/rerun/components/marker_shape.cpp +++ b/rerun_cpp/src/rerun/components/marker_shape.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/marker_shape.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/marker_shape.fbs". #include "marker_shape.hpp" diff --git a/rerun_cpp/src/rerun/components/marker_shape.hpp b/rerun_cpp/src/rerun/components/marker_shape.hpp index d3cdb149ae00..e73ab18c9a27 100644 --- a/rerun_cpp/src/rerun/components/marker_shape.hpp +++ b/rerun_cpp/src/rerun/components/marker_shape.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/marker_shape.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/marker_shape.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/marker_size.cpp b/rerun_cpp/src/rerun/components/marker_size.cpp index 4f2811b47bfd..9bcd08431b6f 100644 --- a/rerun_cpp/src/rerun/components/marker_size.cpp +++ b/rerun_cpp/src/rerun/components/marker_size.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/marker_size.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/marker_size.fbs". #include "marker_size.hpp" diff --git a/rerun_cpp/src/rerun/components/marker_size.hpp b/rerun_cpp/src/rerun/components/marker_size.hpp index 506f5080c5c0..8ffe080a3329 100644 --- a/rerun_cpp/src/rerun/components/marker_size.hpp +++ b/rerun_cpp/src/rerun/components/marker_size.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/marker_size.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/marker_size.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/material.hpp b/rerun_cpp/src/rerun/components/material.hpp index 09ad03a2a318..70c3e07a1192 100644 --- a/rerun_cpp/src/rerun/components/material.hpp +++ b/rerun_cpp/src/rerun/components/material.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/material.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/material.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/media_type.hpp b/rerun_cpp/src/rerun/components/media_type.hpp index 51c63d5f1d27..537a60584598 100644 --- a/rerun_cpp/src/rerun/components/media_type.hpp +++ b/rerun_cpp/src/rerun/components/media_type.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/media_type.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/media_type.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/name.hpp b/rerun_cpp/src/rerun/components/name.hpp index fca48489ca70..e655273831f5 100644 --- a/rerun_cpp/src/rerun/components/name.hpp +++ b/rerun_cpp/src/rerun/components/name.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/name.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/name.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/opacity.hpp b/rerun_cpp/src/rerun/components/opacity.hpp index 88ebc6964a1a..058c4b89a772 100644 --- a/rerun_cpp/src/rerun/components/opacity.hpp +++ b/rerun_cpp/src/rerun/components/opacity.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/opacity.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/opacity.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/out_of_tree_transform3d.hpp b/rerun_cpp/src/rerun/components/out_of_tree_transform3d.hpp index d84c7f59a386..69e03be1c7ff 100644 --- a/rerun_cpp/src/rerun/components/out_of_tree_transform3d.hpp +++ b/rerun_cpp/src/rerun/components/out_of_tree_transform3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/pinhole_projection.hpp b/rerun_cpp/src/rerun/components/pinhole_projection.hpp index ae1c5a7722ae..fb8178eca156 100644 --- a/rerun_cpp/src/rerun/components/pinhole_projection.hpp +++ b/rerun_cpp/src/rerun/components/pinhole_projection.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/pinhole_projection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/pinhole_projection.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/position2d.hpp b/rerun_cpp/src/rerun/components/position2d.hpp index 03cb29195604..5a1410de6358 100644 --- a/rerun_cpp/src/rerun/components/position2d.hpp +++ b/rerun_cpp/src/rerun/components/position2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/position2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/position2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/position3d.hpp b/rerun_cpp/src/rerun/components/position3d.hpp index 65b818afd79a..651c5ac1f7d5 100644 --- a/rerun_cpp/src/rerun/components/position3d.hpp +++ b/rerun_cpp/src/rerun/components/position3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/position3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/position3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/radius.cpp b/rerun_cpp/src/rerun/components/radius.cpp index dfa23ce443b5..e8904878f48c 100644 --- a/rerun_cpp/src/rerun/components/radius.cpp +++ b/rerun_cpp/src/rerun/components/radius.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/radius.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/radius.fbs". #include "radius.hpp" diff --git a/rerun_cpp/src/rerun/components/radius.hpp b/rerun_cpp/src/rerun/components/radius.hpp index 96b01597b1cf..52bf4d715c25 100644 --- a/rerun_cpp/src/rerun/components/radius.hpp +++ b/rerun_cpp/src/rerun/components/radius.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/radius.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/radius.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/range1d.hpp b/rerun_cpp/src/rerun/components/range1d.hpp index 6594ddee8237..8a47d91e3f78 100644 --- a/rerun_cpp/src/rerun/components/range1d.hpp +++ b/rerun_cpp/src/rerun/components/range1d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/range1d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/range1d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/resolution.hpp b/rerun_cpp/src/rerun/components/resolution.hpp index a43d1540ecd7..43e1e43bb230 100644 --- a/rerun_cpp/src/rerun/components/resolution.hpp +++ b/rerun_cpp/src/rerun/components/resolution.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/resolution.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/resolution.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/rotation3d.hpp b/rerun_cpp/src/rerun/components/rotation3d.hpp index d8bbc4dcf381..fbada1874e1a 100644 --- a/rerun_cpp/src/rerun/components/rotation3d.hpp +++ b/rerun_cpp/src/rerun/components/rotation3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/rotation3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/rotation3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/scalar.cpp b/rerun_cpp/src/rerun/components/scalar.cpp index a1caa04a506b..d3284035971d 100644 --- a/rerun_cpp/src/rerun/components/scalar.cpp +++ b/rerun_cpp/src/rerun/components/scalar.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/scalar.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/scalar.fbs". #include "scalar.hpp" diff --git a/rerun_cpp/src/rerun/components/scalar.hpp b/rerun_cpp/src/rerun/components/scalar.hpp index 9218bc288664..b68022cbdc68 100644 --- a/rerun_cpp/src/rerun/components/scalar.hpp +++ b/rerun_cpp/src/rerun/components/scalar.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/scalar.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/scalar.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/stroke_width.cpp b/rerun_cpp/src/rerun/components/stroke_width.cpp index 6925f383d2e9..7f2896b755ba 100644 --- a/rerun_cpp/src/rerun/components/stroke_width.cpp +++ b/rerun_cpp/src/rerun/components/stroke_width.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/stroke_width.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/stroke_width.fbs". #include "stroke_width.hpp" diff --git a/rerun_cpp/src/rerun/components/stroke_width.hpp b/rerun_cpp/src/rerun/components/stroke_width.hpp index 960d2c136607..1e598dd1602e 100644 --- a/rerun_cpp/src/rerun/components/stroke_width.hpp +++ b/rerun_cpp/src/rerun/components/stroke_width.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/stroke_width.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/stroke_width.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/tensor_data.hpp b/rerun_cpp/src/rerun/components/tensor_data.hpp index 5ff3602b6495..220bde809c66 100644 --- a/rerun_cpp/src/rerun/components/tensor_data.hpp +++ b/rerun_cpp/src/rerun/components/tensor_data.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/tensor_data.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/tensor_data.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/tensor_dimension_index_selection.hpp b/rerun_cpp/src/rerun/components/tensor_dimension_index_selection.hpp index eb4bd00e717b..a916c671abad 100644 --- a/rerun_cpp/src/rerun/components/tensor_dimension_index_selection.hpp +++ b/rerun_cpp/src/rerun/components/tensor_dimension_index_selection.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/tensor_height_dimension.hpp b/rerun_cpp/src/rerun/components/tensor_height_dimension.hpp index b394f9373559..8aa547703ec4 100644 --- a/rerun_cpp/src/rerun/components/tensor_height_dimension.hpp +++ b/rerun_cpp/src/rerun/components/tensor_height_dimension.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/tensor_width_dimension.hpp b/rerun_cpp/src/rerun/components/tensor_width_dimension.hpp index 75d135813861..d57d3712f713 100644 --- a/rerun_cpp/src/rerun/components/tensor_width_dimension.hpp +++ b/rerun_cpp/src/rerun/components/tensor_width_dimension.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/texcoord2d.hpp b/rerun_cpp/src/rerun/components/texcoord2d.hpp index ecc635e43ee0..c08feb020497 100644 --- a/rerun_cpp/src/rerun/components/texcoord2d.hpp +++ b/rerun_cpp/src/rerun/components/texcoord2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/texcoord2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/texcoord2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/text.hpp b/rerun_cpp/src/rerun/components/text.hpp index c788f61b55b4..d5a9c311463f 100644 --- a/rerun_cpp/src/rerun/components/text.hpp +++ b/rerun_cpp/src/rerun/components/text.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/text.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/text.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/text_log_level.hpp b/rerun_cpp/src/rerun/components/text_log_level.hpp index 96d7dd91b2a7..81ee515dd813 100644 --- a/rerun_cpp/src/rerun/components/text_log_level.hpp +++ b/rerun_cpp/src/rerun/components/text_log_level.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/text_log_level.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/text_log_level.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/transform3d.hpp b/rerun_cpp/src/rerun/components/transform3d.hpp index cbe1121ce920..18f4d076dee7 100644 --- a/rerun_cpp/src/rerun/components/transform3d.hpp +++ b/rerun_cpp/src/rerun/components/transform3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/transform3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/triangle_indices.hpp b/rerun_cpp/src/rerun/components/triangle_indices.hpp index 96b345e2677c..b65ba43dce8e 100644 --- a/rerun_cpp/src/rerun/components/triangle_indices.hpp +++ b/rerun_cpp/src/rerun/components/triangle_indices.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/triangle_indices.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/triangle_indices.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/vector2d.hpp b/rerun_cpp/src/rerun/components/vector2d.hpp index 65bc9aeffd7e..88788e35f454 100644 --- a/rerun_cpp/src/rerun/components/vector2d.hpp +++ b/rerun_cpp/src/rerun/components/vector2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/vector2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/vector2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/vector3d.hpp b/rerun_cpp/src/rerun/components/vector3d.hpp index 96c55af07c86..6df00971f059 100644 --- a/rerun_cpp/src/rerun/components/vector3d.hpp +++ b/rerun_cpp/src/rerun/components/vector3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/vector3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/vector3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/components/view_coordinates.cpp b/rerun_cpp/src/rerun/components/view_coordinates.cpp index 78db36544098..8ea84dc136dd 100644 --- a/rerun_cpp/src/rerun/components/view_coordinates.cpp +++ b/rerun_cpp/src/rerun/components/view_coordinates.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/view_coordinates.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/view_coordinates.fbs". #include "view_coordinates.hpp" diff --git a/rerun_cpp/src/rerun/components/view_coordinates.hpp b/rerun_cpp/src/rerun/components/view_coordinates.hpp index 9e90da3616c7..3b62bd784e55 100644 --- a/rerun_cpp/src/rerun/components/view_coordinates.hpp +++ b/rerun_cpp/src/rerun/components/view_coordinates.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/components/view_coordinates.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/components/view_coordinates.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes.hpp b/rerun_cpp/src/rerun/datatypes.hpp index 54e43f4abc66..9c7e07bc4598 100644 --- a/rerun_cpp/src/rerun/datatypes.hpp +++ b/rerun_cpp/src/rerun/datatypes.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/.gitattributes b/rerun_cpp/src/rerun/datatypes/.gitattributes index b149147acde1..bf5f7a01f10d 100644 --- a/rerun_cpp/src/rerun/datatypes/.gitattributes +++ b/rerun_cpp/src/rerun/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true angle.cpp linguist-generated=true diff --git a/rerun_cpp/src/rerun/datatypes/angle.cpp b/rerun_cpp/src/rerun/datatypes/angle.cpp index 1f7d22dff114..434118252a0d 100644 --- a/rerun_cpp/src/rerun/datatypes/angle.cpp +++ b/rerun_cpp/src/rerun/datatypes/angle.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/angle.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/angle.fbs". #include "angle.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/angle.hpp b/rerun_cpp/src/rerun/datatypes/angle.hpp index 53c6bd9dbfd3..cb22614e8d82 100644 --- a/rerun_cpp/src/rerun/datatypes/angle.hpp +++ b/rerun_cpp/src/rerun/datatypes/angle.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/angle.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/angle.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/annotation_info.cpp b/rerun_cpp/src/rerun/datatypes/annotation_info.cpp index 2d6c14064de0..63a2585e6e21 100644 --- a/rerun_cpp/src/rerun/datatypes/annotation_info.cpp +++ b/rerun_cpp/src/rerun/datatypes/annotation_info.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/annotation_info.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/annotation_info.fbs". #include "annotation_info.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/annotation_info.hpp b/rerun_cpp/src/rerun/datatypes/annotation_info.hpp index 719196731ec7..7d0038e5b580 100644 --- a/rerun_cpp/src/rerun/datatypes/annotation_info.hpp +++ b/rerun_cpp/src/rerun/datatypes/annotation_info.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/annotation_info.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/annotation_info.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/bool.cpp b/rerun_cpp/src/rerun/datatypes/bool.cpp index 5c8622cfa362..cfd9a6a78f19 100644 --- a/rerun_cpp/src/rerun/datatypes/bool.cpp +++ b/rerun_cpp/src/rerun/datatypes/bool.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/bool.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/bool.fbs". #include "bool.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/bool.hpp b/rerun_cpp/src/rerun/datatypes/bool.hpp index 5b192ee0eeb6..084a3ae48786 100644 --- a/rerun_cpp/src/rerun/datatypes/bool.hpp +++ b/rerun_cpp/src/rerun/datatypes/bool.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/bool.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/bool.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/class_description.cpp b/rerun_cpp/src/rerun/datatypes/class_description.cpp index 52fbaa797864..40bfbf575c6c 100644 --- a/rerun_cpp/src/rerun/datatypes/class_description.cpp +++ b/rerun_cpp/src/rerun/datatypes/class_description.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_description.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_description.fbs". #include "class_description.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/class_description.hpp b/rerun_cpp/src/rerun/datatypes/class_description.hpp index 1c63fc2b510c..d5859088cc7d 100644 --- a/rerun_cpp/src/rerun/datatypes/class_description.hpp +++ b/rerun_cpp/src/rerun/datatypes/class_description.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_description.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_description.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/class_description_map_elem.cpp b/rerun_cpp/src/rerun/datatypes/class_description_map_elem.cpp index a4d43ba5c3fc..646328ddcabe 100644 --- a/rerun_cpp/src/rerun/datatypes/class_description_map_elem.cpp +++ b/rerun_cpp/src/rerun/datatypes/class_description_map_elem.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs". #include "class_description_map_elem.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/class_description_map_elem.hpp b/rerun_cpp/src/rerun/datatypes/class_description_map_elem.hpp index ff57a039a30a..67aea178ddf1 100644 --- a/rerun_cpp/src/rerun/datatypes/class_description_map_elem.hpp +++ b/rerun_cpp/src/rerun/datatypes/class_description_map_elem.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/class_id.cpp b/rerun_cpp/src/rerun/datatypes/class_id.cpp index 571ef1b016d2..3c1df424d813 100644 --- a/rerun_cpp/src/rerun/datatypes/class_id.cpp +++ b/rerun_cpp/src/rerun/datatypes/class_id.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_id.fbs". #include "class_id.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/class_id.hpp b/rerun_cpp/src/rerun/datatypes/class_id.hpp index 99a79a9c12eb..2144217f5a6e 100644 --- a/rerun_cpp/src/rerun/datatypes/class_id.hpp +++ b/rerun_cpp/src/rerun/datatypes/class_id.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/class_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/class_id.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/entity_path.cpp b/rerun_cpp/src/rerun/datatypes/entity_path.cpp index b8e6f1afd3d7..197c4366f750 100644 --- a/rerun_cpp/src/rerun/datatypes/entity_path.cpp +++ b/rerun_cpp/src/rerun/datatypes/entity_path.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/entity_path.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/entity_path.fbs". #include "entity_path.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/entity_path.hpp b/rerun_cpp/src/rerun/datatypes/entity_path.hpp index b57a5b68b13a..dbf8180d9e66 100644 --- a/rerun_cpp/src/rerun/datatypes/entity_path.hpp +++ b/rerun_cpp/src/rerun/datatypes/entity_path.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/entity_path.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/entity_path.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/float32.cpp b/rerun_cpp/src/rerun/datatypes/float32.cpp index 2fc5d21152bc..f92d29919d3c 100644 --- a/rerun_cpp/src/rerun/datatypes/float32.cpp +++ b/rerun_cpp/src/rerun/datatypes/float32.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/float32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/float32.fbs". #include "float32.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/float32.hpp b/rerun_cpp/src/rerun/datatypes/float32.hpp index 53a94384c861..906f02f1961f 100644 --- a/rerun_cpp/src/rerun/datatypes/float32.hpp +++ b/rerun_cpp/src/rerun/datatypes/float32.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/float32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/float32.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/keypoint_id.cpp b/rerun_cpp/src/rerun/datatypes/keypoint_id.cpp index e514969d844d..23512f28e8b8 100644 --- a/rerun_cpp/src/rerun/datatypes/keypoint_id.cpp +++ b/rerun_cpp/src/rerun/datatypes/keypoint_id.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/keypoint_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/keypoint_id.fbs". #include "keypoint_id.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/keypoint_id.hpp b/rerun_cpp/src/rerun/datatypes/keypoint_id.hpp index 7d4f0fa2fd67..90d2961de1bf 100644 --- a/rerun_cpp/src/rerun/datatypes/keypoint_id.hpp +++ b/rerun_cpp/src/rerun/datatypes/keypoint_id.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/keypoint_id.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/keypoint_id.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/keypoint_pair.cpp b/rerun_cpp/src/rerun/datatypes/keypoint_pair.cpp index a88803daf9b9..896d1eea5d9c 100644 --- a/rerun_cpp/src/rerun/datatypes/keypoint_pair.cpp +++ b/rerun_cpp/src/rerun/datatypes/keypoint_pair.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/keypoint_pair.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/keypoint_pair.fbs". #include "keypoint_pair.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/keypoint_pair.hpp b/rerun_cpp/src/rerun/datatypes/keypoint_pair.hpp index 25d68451eaea..42a58361cbc8 100644 --- a/rerun_cpp/src/rerun/datatypes/keypoint_pair.hpp +++ b/rerun_cpp/src/rerun/datatypes/keypoint_pair.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/keypoint_pair.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/keypoint_pair.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/mat3x3.cpp b/rerun_cpp/src/rerun/datatypes/mat3x3.cpp index cf3198d77471..036152d0c335 100644 --- a/rerun_cpp/src/rerun/datatypes/mat3x3.cpp +++ b/rerun_cpp/src/rerun/datatypes/mat3x3.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/mat3x3.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/mat3x3.fbs". #include "mat3x3.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/mat3x3.hpp b/rerun_cpp/src/rerun/datatypes/mat3x3.hpp index 45a81ae4ec45..e7c60446edd8 100644 --- a/rerun_cpp/src/rerun/datatypes/mat3x3.hpp +++ b/rerun_cpp/src/rerun/datatypes/mat3x3.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/mat3x3.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/mat3x3.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/mat4x4.cpp b/rerun_cpp/src/rerun/datatypes/mat4x4.cpp index 2073fc3fe341..eb3488f71754 100644 --- a/rerun_cpp/src/rerun/datatypes/mat4x4.cpp +++ b/rerun_cpp/src/rerun/datatypes/mat4x4.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/mat4x4.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/mat4x4.fbs". #include "mat4x4.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/mat4x4.hpp b/rerun_cpp/src/rerun/datatypes/mat4x4.hpp index 088d94dc8b6c..9e6f2dfabcaa 100644 --- a/rerun_cpp/src/rerun/datatypes/mat4x4.hpp +++ b/rerun_cpp/src/rerun/datatypes/mat4x4.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/mat4x4.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/mat4x4.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/material.cpp b/rerun_cpp/src/rerun/datatypes/material.cpp index a15929d97704..a212b33c5313 100644 --- a/rerun_cpp/src/rerun/datatypes/material.cpp +++ b/rerun_cpp/src/rerun/datatypes/material.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/material.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/material.fbs". #include "material.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/material.hpp b/rerun_cpp/src/rerun/datatypes/material.hpp index 2c385bbda472..b2492e0244b3 100644 --- a/rerun_cpp/src/rerun/datatypes/material.hpp +++ b/rerun_cpp/src/rerun/datatypes/material.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/material.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/material.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/quaternion.cpp b/rerun_cpp/src/rerun/datatypes/quaternion.cpp index ec89930612a7..e66699f9ebfe 100644 --- a/rerun_cpp/src/rerun/datatypes/quaternion.cpp +++ b/rerun_cpp/src/rerun/datatypes/quaternion.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/quaternion.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/quaternion.fbs". #include "quaternion.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/quaternion.hpp b/rerun_cpp/src/rerun/datatypes/quaternion.hpp index f5e9f65438da..55eb2666216f 100644 --- a/rerun_cpp/src/rerun/datatypes/quaternion.hpp +++ b/rerun_cpp/src/rerun/datatypes/quaternion.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/quaternion.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/quaternion.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/range1d.cpp b/rerun_cpp/src/rerun/datatypes/range1d.cpp index fab74b313f73..75fb0b24b419 100644 --- a/rerun_cpp/src/rerun/datatypes/range1d.cpp +++ b/rerun_cpp/src/rerun/datatypes/range1d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/range1d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/range1d.fbs". #include "range1d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/range1d.hpp b/rerun_cpp/src/rerun/datatypes/range1d.hpp index 1e35db079712..f887ad05f4d9 100644 --- a/rerun_cpp/src/rerun/datatypes/range1d.hpp +++ b/rerun_cpp/src/rerun/datatypes/range1d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/range1d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/range1d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/range2d.cpp b/rerun_cpp/src/rerun/datatypes/range2d.cpp index ab5be43f96f4..d4f5c60ce96b 100644 --- a/rerun_cpp/src/rerun/datatypes/range2d.cpp +++ b/rerun_cpp/src/rerun/datatypes/range2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/range2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/range2d.fbs". #include "range2d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/range2d.hpp b/rerun_cpp/src/rerun/datatypes/range2d.hpp index 1c5e2f7ed159..68ac9305dbcd 100644 --- a/rerun_cpp/src/rerun/datatypes/range2d.hpp +++ b/rerun_cpp/src/rerun/datatypes/range2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/range2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/range2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/rgba32.cpp b/rerun_cpp/src/rerun/datatypes/rgba32.cpp index 0103ec7bff78..dc8ccea2e897 100644 --- a/rerun_cpp/src/rerun/datatypes/rgba32.cpp +++ b/rerun_cpp/src/rerun/datatypes/rgba32.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rgba32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rgba32.fbs". #include "rgba32.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/rgba32.hpp b/rerun_cpp/src/rerun/datatypes/rgba32.hpp index 9094866a7f50..28053a3ee8c4 100644 --- a/rerun_cpp/src/rerun/datatypes/rgba32.hpp +++ b/rerun_cpp/src/rerun/datatypes/rgba32.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rgba32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rgba32.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/rotation3d.cpp b/rerun_cpp/src/rerun/datatypes/rotation3d.cpp index eb5710f3e8be..e0d53ee7b931 100644 --- a/rerun_cpp/src/rerun/datatypes/rotation3d.cpp +++ b/rerun_cpp/src/rerun/datatypes/rotation3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rotation3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rotation3d.fbs". #include "rotation3d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/rotation3d.hpp b/rerun_cpp/src/rerun/datatypes/rotation3d.hpp index 467ce38db5d0..430f4faf9e8a 100644 --- a/rerun_cpp/src/rerun/datatypes/rotation3d.hpp +++ b/rerun_cpp/src/rerun/datatypes/rotation3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rotation3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rotation3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/rotation_axis_angle.cpp b/rerun_cpp/src/rerun/datatypes/rotation_axis_angle.cpp index 3de614e63a5b..3b59bdd34e38 100644 --- a/rerun_cpp/src/rerun/datatypes/rotation_axis_angle.cpp +++ b/rerun_cpp/src/rerun/datatypes/rotation_axis_angle.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs". #include "rotation_axis_angle.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/rotation_axis_angle.hpp b/rerun_cpp/src/rerun/datatypes/rotation_axis_angle.hpp index 3a7236f9a1d6..89e35f7a81e5 100644 --- a/rerun_cpp/src/rerun/datatypes/rotation_axis_angle.hpp +++ b/rerun_cpp/src/rerun/datatypes/rotation_axis_angle.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/scale3d.cpp b/rerun_cpp/src/rerun/datatypes/scale3d.cpp index c058ede21d0c..e072a0c07485 100644 --- a/rerun_cpp/src/rerun/datatypes/scale3d.cpp +++ b/rerun_cpp/src/rerun/datatypes/scale3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/scale3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/scale3d.fbs". #include "scale3d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/scale3d.hpp b/rerun_cpp/src/rerun/datatypes/scale3d.hpp index 0eef794b0328..ce936cb46d3a 100644 --- a/rerun_cpp/src/rerun/datatypes/scale3d.hpp +++ b/rerun_cpp/src/rerun/datatypes/scale3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/scale3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/scale3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/tensor_buffer.cpp b/rerun_cpp/src/rerun/datatypes/tensor_buffer.cpp index 4c67308ed438..3289ce02b4f0 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_buffer.cpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_buffer.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_buffer.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_buffer.fbs". #include "tensor_buffer.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/tensor_buffer.hpp b/rerun_cpp/src/rerun/datatypes/tensor_buffer.hpp index f1a40ad5fc0b..043cbf8e0b9e 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_buffer.hpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_buffer.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_buffer.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_buffer.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/tensor_data.cpp b/rerun_cpp/src/rerun/datatypes/tensor_data.cpp index 77446b8c2fed..393ac018152c 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_data.cpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_data.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_data.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_data.fbs". #include "tensor_data.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/tensor_data.hpp b/rerun_cpp/src/rerun/datatypes/tensor_data.hpp index 5d004adc8be8..73689619f855 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_data.hpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_data.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_data.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_data.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/tensor_dimension.cpp b/rerun_cpp/src/rerun/datatypes/tensor_dimension.cpp index 357ced695a2e..c58c45b1264a 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_dimension.cpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_dimension.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension.fbs". #include "tensor_dimension.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/tensor_dimension.hpp b/rerun_cpp/src/rerun/datatypes/tensor_dimension.hpp index 027fabcbe952..79dc1a23618a 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_dimension.hpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_dimension.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/tensor_dimension_index_selection.cpp b/rerun_cpp/src/rerun/datatypes/tensor_dimension_index_selection.cpp index 1101958bbd7b..688e3dc1aff3 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_dimension_index_selection.cpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_dimension_index_selection.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". #include "tensor_dimension_index_selection.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/tensor_dimension_index_selection.hpp b/rerun_cpp/src/rerun/datatypes/tensor_dimension_index_selection.hpp index 7756112132eb..b83e90cec066 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_dimension_index_selection.hpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_dimension_index_selection.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/tensor_dimension_selection.cpp b/rerun_cpp/src/rerun/datatypes/tensor_dimension_selection.cpp index e6a57e43d060..da32e994feec 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_dimension_selection.cpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_dimension_selection.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". #include "tensor_dimension_selection.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/tensor_dimension_selection.hpp b/rerun_cpp/src/rerun/datatypes/tensor_dimension_selection.hpp index 30b10c211a78..a69b6d54cdd5 100644 --- a/rerun_cpp/src/rerun/datatypes/tensor_dimension_selection.hpp +++ b/rerun_cpp/src/rerun/datatypes/tensor_dimension_selection.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/time_int.cpp b/rerun_cpp/src/rerun/datatypes/time_int.cpp index 7b368b716fcd..7d348b514d62 100644 --- a/rerun_cpp/src/rerun/datatypes/time_int.cpp +++ b/rerun_cpp/src/rerun/datatypes/time_int.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/time_int.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/time_int.fbs". #include "time_int.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/time_int.hpp b/rerun_cpp/src/rerun/datatypes/time_int.hpp index 75b090690811..b2908ee6f7e5 100644 --- a/rerun_cpp/src/rerun/datatypes/time_int.hpp +++ b/rerun_cpp/src/rerun/datatypes/time_int.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/time_int.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/time_int.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/time_range.cpp b/rerun_cpp/src/rerun/datatypes/time_range.cpp index eaf3c1269182..988ca4e4b7ab 100644 --- a/rerun_cpp/src/rerun/datatypes/time_range.cpp +++ b/rerun_cpp/src/rerun/datatypes/time_range.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #include "time_range.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/time_range.hpp b/rerun_cpp/src/rerun/datatypes/time_range.hpp index b0524d69da37..a6d186d85dd8 100644 --- a/rerun_cpp/src/rerun/datatypes/time_range.hpp +++ b/rerun_cpp/src/rerun/datatypes/time_range.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/time_range_boundary.cpp b/rerun_cpp/src/rerun/datatypes/time_range_boundary.cpp index a091710f4809..e1213e1efd0f 100644 --- a/rerun_cpp/src/rerun/datatypes/time_range_boundary.cpp +++ b/rerun_cpp/src/rerun/datatypes/time_range_boundary.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #include "time_range_boundary.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/time_range_boundary.hpp b/rerun_cpp/src/rerun/datatypes/time_range_boundary.hpp index 31686bf43df5..5198222fc69e 100644 --- a/rerun_cpp/src/rerun/datatypes/time_range_boundary.hpp +++ b/rerun_cpp/src/rerun/datatypes/time_range_boundary.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/transform3d.cpp b/rerun_cpp/src/rerun/datatypes/transform3d.cpp index e3e4bd7edcac..50235c00a77b 100644 --- a/rerun_cpp/src/rerun/datatypes/transform3d.cpp +++ b/rerun_cpp/src/rerun/datatypes/transform3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/transform3d.fbs". #include "transform3d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/transform3d.hpp b/rerun_cpp/src/rerun/datatypes/transform3d.hpp index 33de28face4d..eb60501b1166 100644 --- a/rerun_cpp/src/rerun/datatypes/transform3d.hpp +++ b/rerun_cpp/src/rerun/datatypes/transform3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/transform3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/transform3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/translation_and_mat3x3.cpp b/rerun_cpp/src/rerun/datatypes/translation_and_mat3x3.cpp index f11058df7356..2972a1fe9476 100644 --- a/rerun_cpp/src/rerun/datatypes/translation_and_mat3x3.cpp +++ b/rerun_cpp/src/rerun/datatypes/translation_and_mat3x3.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs". #include "translation_and_mat3x3.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/translation_and_mat3x3.hpp b/rerun_cpp/src/rerun/datatypes/translation_and_mat3x3.hpp index 52a1bab40d13..86c50b3477d5 100644 --- a/rerun_cpp/src/rerun/datatypes/translation_and_mat3x3.hpp +++ b/rerun_cpp/src/rerun/datatypes/translation_and_mat3x3.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/translation_rotation_scale3d.cpp b/rerun_cpp/src/rerun/datatypes/translation_rotation_scale3d.cpp index 9cb528ee4ad9..060c2ec56aa8 100644 --- a/rerun_cpp/src/rerun/datatypes/translation_rotation_scale3d.cpp +++ b/rerun_cpp/src/rerun/datatypes/translation_rotation_scale3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs". #include "translation_rotation_scale3d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/translation_rotation_scale3d.hpp b/rerun_cpp/src/rerun/datatypes/translation_rotation_scale3d.hpp index 29a2b8162b1d..65d964f60874 100644 --- a/rerun_cpp/src/rerun/datatypes/translation_rotation_scale3d.hpp +++ b/rerun_cpp/src/rerun/datatypes/translation_rotation_scale3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/uint32.cpp b/rerun_cpp/src/rerun/datatypes/uint32.cpp index dc8cb0ab8dad..f84770550cd3 100644 --- a/rerun_cpp/src/rerun/datatypes/uint32.cpp +++ b/rerun_cpp/src/rerun/datatypes/uint32.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uint32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uint32.fbs". #include "uint32.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/uint32.hpp b/rerun_cpp/src/rerun/datatypes/uint32.hpp index 015b8ffd4ba4..5ce4dbdbe10f 100644 --- a/rerun_cpp/src/rerun/datatypes/uint32.hpp +++ b/rerun_cpp/src/rerun/datatypes/uint32.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uint32.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uint32.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/uint64.cpp b/rerun_cpp/src/rerun/datatypes/uint64.cpp index 1d7c7eed2507..7b29943456ae 100644 --- a/rerun_cpp/src/rerun/datatypes/uint64.cpp +++ b/rerun_cpp/src/rerun/datatypes/uint64.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uint64.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uint64.fbs". #include "uint64.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/uint64.hpp b/rerun_cpp/src/rerun/datatypes/uint64.hpp index 1326cd612474..14eb52bdbab4 100644 --- a/rerun_cpp/src/rerun/datatypes/uint64.hpp +++ b/rerun_cpp/src/rerun/datatypes/uint64.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uint64.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uint64.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/utf8.cpp b/rerun_cpp/src/rerun/datatypes/utf8.cpp index 72b5c71f2e99..0185c029ade7 100644 --- a/rerun_cpp/src/rerun/datatypes/utf8.cpp +++ b/rerun_cpp/src/rerun/datatypes/utf8.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/utf8.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/utf8.fbs". #include "utf8.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/utf8.hpp b/rerun_cpp/src/rerun/datatypes/utf8.hpp index f5e66e033bf9..f558fb6d0156 100644 --- a/rerun_cpp/src/rerun/datatypes/utf8.hpp +++ b/rerun_cpp/src/rerun/datatypes/utf8.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/utf8.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/utf8.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/uuid.cpp b/rerun_cpp/src/rerun/datatypes/uuid.cpp index e7fcde504d84..f18256da2759 100644 --- a/rerun_cpp/src/rerun/datatypes/uuid.cpp +++ b/rerun_cpp/src/rerun/datatypes/uuid.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uuid.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uuid.fbs". #include "uuid.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/uuid.hpp b/rerun_cpp/src/rerun/datatypes/uuid.hpp index 93975fb83466..7b13a770820d 100644 --- a/rerun_cpp/src/rerun/datatypes/uuid.hpp +++ b/rerun_cpp/src/rerun/datatypes/uuid.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uuid.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uuid.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/uvec2d.cpp b/rerun_cpp/src/rerun/datatypes/uvec2d.cpp index 09b50101c574..b5bd0c83f391 100644 --- a/rerun_cpp/src/rerun/datatypes/uvec2d.cpp +++ b/rerun_cpp/src/rerun/datatypes/uvec2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec2d.fbs". #include "uvec2d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/uvec2d.hpp b/rerun_cpp/src/rerun/datatypes/uvec2d.hpp index b1805d7c17bb..6098828c1104 100644 --- a/rerun_cpp/src/rerun/datatypes/uvec2d.hpp +++ b/rerun_cpp/src/rerun/datatypes/uvec2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/uvec3d.cpp b/rerun_cpp/src/rerun/datatypes/uvec3d.cpp index 5415cbe5eb75..2a1c3858afb0 100644 --- a/rerun_cpp/src/rerun/datatypes/uvec3d.cpp +++ b/rerun_cpp/src/rerun/datatypes/uvec3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec3d.fbs". #include "uvec3d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/uvec3d.hpp b/rerun_cpp/src/rerun/datatypes/uvec3d.hpp index 308cc5c8adaa..ab95e61f904c 100644 --- a/rerun_cpp/src/rerun/datatypes/uvec3d.hpp +++ b/rerun_cpp/src/rerun/datatypes/uvec3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/uvec4d.cpp b/rerun_cpp/src/rerun/datatypes/uvec4d.cpp index b589acff0eb3..1a05f0bf68bc 100644 --- a/rerun_cpp/src/rerun/datatypes/uvec4d.cpp +++ b/rerun_cpp/src/rerun/datatypes/uvec4d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec4d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec4d.fbs". #include "uvec4d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/uvec4d.hpp b/rerun_cpp/src/rerun/datatypes/uvec4d.hpp index 8869e44e86a9..975d24685c57 100644 --- a/rerun_cpp/src/rerun/datatypes/uvec4d.hpp +++ b/rerun_cpp/src/rerun/datatypes/uvec4d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/uvec4d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/uvec4d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/vec2d.cpp b/rerun_cpp/src/rerun/datatypes/vec2d.cpp index fcbf2cd825ba..74e18fe2eead 100644 --- a/rerun_cpp/src/rerun/datatypes/vec2d.cpp +++ b/rerun_cpp/src/rerun/datatypes/vec2d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec2d.fbs". #include "vec2d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/vec2d.hpp b/rerun_cpp/src/rerun/datatypes/vec2d.hpp index 69345a538783..8324bce7cf3d 100644 --- a/rerun_cpp/src/rerun/datatypes/vec2d.hpp +++ b/rerun_cpp/src/rerun/datatypes/vec2d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec2d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec2d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/vec3d.cpp b/rerun_cpp/src/rerun/datatypes/vec3d.cpp index e3cce4021973..bf509dfde521 100644 --- a/rerun_cpp/src/rerun/datatypes/vec3d.cpp +++ b/rerun_cpp/src/rerun/datatypes/vec3d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec3d.fbs". #include "vec3d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/vec3d.hpp b/rerun_cpp/src/rerun/datatypes/vec3d.hpp index e97e579393d2..ecff4a44f660 100644 --- a/rerun_cpp/src/rerun/datatypes/vec3d.hpp +++ b/rerun_cpp/src/rerun/datatypes/vec3d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec3d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec3d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/vec4d.cpp b/rerun_cpp/src/rerun/datatypes/vec4d.cpp index 935cf311fb77..f3b16479a95f 100644 --- a/rerun_cpp/src/rerun/datatypes/vec4d.cpp +++ b/rerun_cpp/src/rerun/datatypes/vec4d.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec4d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec4d.fbs". #include "vec4d.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/vec4d.hpp b/rerun_cpp/src/rerun/datatypes/vec4d.hpp index 51df14bb518e..9d99d6e07b61 100644 --- a/rerun_cpp/src/rerun/datatypes/vec4d.hpp +++ b/rerun_cpp/src/rerun/datatypes/vec4d.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/vec4d.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/vec4d.fbs". #pragma once diff --git a/rerun_cpp/src/rerun/datatypes/visible_time_range.cpp b/rerun_cpp/src/rerun/datatypes/visible_time_range.cpp index c1888eb16135..314a8639dc7f 100644 --- a/rerun_cpp/src/rerun/datatypes/visible_time_range.cpp +++ b/rerun_cpp/src/rerun/datatypes/visible_time_range.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #include "visible_time_range.hpp" diff --git a/rerun_cpp/src/rerun/datatypes/visible_time_range.hpp b/rerun_cpp/src/rerun/datatypes/visible_time_range.hpp index e5fa18e16271..1afb14495242 100644 --- a/rerun_cpp/src/rerun/datatypes/visible_time_range.hpp +++ b/rerun_cpp/src/rerun/datatypes/visible_time_range.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/.gitattributes b/rerun_cpp/tests/generated/.gitattributes index 435e1f8fe40d..8d094c1e6e41 100644 --- a/rerun_cpp/tests/generated/.gitattributes +++ b/rerun_cpp/tests/generated/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true archetypes.hpp linguist-generated=true diff --git a/rerun_cpp/tests/generated/archetypes.hpp b/rerun_cpp/tests/generated/archetypes.hpp index 8bcb3adc7bcd..8852c16094c5 100644 --- a/rerun_cpp/tests/generated/archetypes.hpp +++ b/rerun_cpp/tests/generated/archetypes.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/tests/generated/archetypes/.gitattributes b/rerun_cpp/tests/generated/archetypes/.gitattributes index 98acad38c73c..6f4a9912bb48 100644 --- a/rerun_cpp/tests/generated/archetypes/.gitattributes +++ b/rerun_cpp/tests/generated/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true affix_fuzzer1.cpp linguist-generated=true diff --git a/rerun_cpp/tests/generated/archetypes/affix_fuzzer1.cpp b/rerun_cpp/tests/generated/archetypes/affix_fuzzer1.cpp index ac15a486f952..4951f07057ad 100644 --- a/rerun_cpp/tests/generated/archetypes/affix_fuzzer1.cpp +++ b/rerun_cpp/tests/generated/archetypes/affix_fuzzer1.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #include "affix_fuzzer1.hpp" diff --git a/rerun_cpp/tests/generated/archetypes/affix_fuzzer1.hpp b/rerun_cpp/tests/generated/archetypes/affix_fuzzer1.hpp index f4c3a1860b47..1e56117ca875 100644 --- a/rerun_cpp/tests/generated/archetypes/affix_fuzzer1.hpp +++ b/rerun_cpp/tests/generated/archetypes/affix_fuzzer1.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/archetypes/affix_fuzzer2.cpp b/rerun_cpp/tests/generated/archetypes/affix_fuzzer2.cpp index c3b5a4b3daa9..02578c1ff370 100644 --- a/rerun_cpp/tests/generated/archetypes/affix_fuzzer2.cpp +++ b/rerun_cpp/tests/generated/archetypes/affix_fuzzer2.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #include "affix_fuzzer2.hpp" diff --git a/rerun_cpp/tests/generated/archetypes/affix_fuzzer2.hpp b/rerun_cpp/tests/generated/archetypes/affix_fuzzer2.hpp index 1a1714d18eae..a5858d887708 100644 --- a/rerun_cpp/tests/generated/archetypes/affix_fuzzer2.hpp +++ b/rerun_cpp/tests/generated/archetypes/affix_fuzzer2.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/archetypes/affix_fuzzer3.cpp b/rerun_cpp/tests/generated/archetypes/affix_fuzzer3.cpp index f420210245e1..dd10f078b0e8 100644 --- a/rerun_cpp/tests/generated/archetypes/affix_fuzzer3.cpp +++ b/rerun_cpp/tests/generated/archetypes/affix_fuzzer3.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #include "affix_fuzzer3.hpp" diff --git a/rerun_cpp/tests/generated/archetypes/affix_fuzzer3.hpp b/rerun_cpp/tests/generated/archetypes/affix_fuzzer3.hpp index c1fbb4577e93..8391ef43708c 100644 --- a/rerun_cpp/tests/generated/archetypes/affix_fuzzer3.hpp +++ b/rerun_cpp/tests/generated/archetypes/affix_fuzzer3.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/archetypes/affix_fuzzer4.cpp b/rerun_cpp/tests/generated/archetypes/affix_fuzzer4.cpp index abb47c80b2f9..153fea11a841 100644 --- a/rerun_cpp/tests/generated/archetypes/affix_fuzzer4.cpp +++ b/rerun_cpp/tests/generated/archetypes/affix_fuzzer4.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #include "affix_fuzzer4.hpp" diff --git a/rerun_cpp/tests/generated/archetypes/affix_fuzzer4.hpp b/rerun_cpp/tests/generated/archetypes/affix_fuzzer4.hpp index c113d6bb6854..1e7250df9ca4 100644 --- a/rerun_cpp/tests/generated/archetypes/affix_fuzzer4.hpp +++ b/rerun_cpp/tests/generated/archetypes/affix_fuzzer4.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components.hpp b/rerun_cpp/tests/generated/components.hpp index d8ccaae93b3f..fef727bfb77d 100644 --- a/rerun_cpp/tests/generated/components.hpp +++ b/rerun_cpp/tests/generated/components.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/tests/generated/components/.gitattributes b/rerun_cpp/tests/generated/components/.gitattributes index ce1387003057..d087d1b78c99 100644 --- a/rerun_cpp/tests/generated/components/.gitattributes +++ b/rerun_cpp/tests/generated/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true affix_fuzzer1.hpp linguist-generated=true diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer1.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer1.hpp index e8b79b21ee18..8f336d0e9bb2 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer1.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer1.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer10.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer10.cpp index f29c4a983ea5..f1d8d9cb7b81 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer10.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer10.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer10.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer10.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer10.hpp index 4ac4b9646e58..f6fa536aa37f 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer10.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer10.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer11.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer11.cpp index dc44a5f59ee0..d1f853a513f9 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer11.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer11.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer11.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer11.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer11.hpp index 6e0c12d2e35d..19ea57557199 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer11.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer11.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer12.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer12.cpp index d59f0da2fece..ebf1f16eddb5 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer12.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer12.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer12.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer12.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer12.hpp index 67eb0b0f9f51..72cc8b923dff 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer12.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer12.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer13.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer13.cpp index 704ebab1b261..fa3a9f05be31 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer13.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer13.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer13.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer13.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer13.hpp index fd0b77e38ea8..9b22a1ee4734 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer13.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer13.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer14.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer14.hpp index 84e1629d6858..8ad9836cee1a 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer14.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer14.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer15.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer15.cpp index c57b88ac7cb4..8de038608077 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer15.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer15.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer15.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer15.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer15.hpp index bef43ae34b0a..e8d1872d24fa 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer15.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer15.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer16.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer16.cpp index 170a12c38a12..5d6f70721eb8 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer16.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer16.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer16.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer16.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer16.hpp index 083568bce67c..8f7a62158194 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer16.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer16.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer17.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer17.cpp index 5fec0dfa3f5d..77c7a7d7d015 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer17.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer17.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer17.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer17.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer17.hpp index 5343a93e97ef..a6694850a576 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer17.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer17.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer18.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer18.cpp index efc00931c9fd..c3d574588b2e 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer18.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer18.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer18.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer18.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer18.hpp index cc5e948a644f..9a4ff68112b9 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer18.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer18.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer19.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer19.hpp index 7ca8ec015866..35de185aa288 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer19.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer19.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer2.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer2.hpp index 8e77e3ee7dd6..35cf9fdd7376 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer2.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer2.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer20.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer20.hpp index 9f234f684382..9dc141d7b6c5 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer20.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer20.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer21.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer21.hpp index 1c156173723b..b3636dc9554b 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer21.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer21.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer22.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer22.cpp index 14639eb55526..75a7dd2f8aa0 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer22.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer22.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer22.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer22.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer22.hpp index a88fa3e25e28..d7d38d0b657c 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer22.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer22.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer3.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer3.hpp index 4729969aaf00..f15590e62887 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer3.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer3.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer4.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer4.cpp index 74d54523c0a0..8fc8e76ac0d2 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer4.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer4.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer4.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer4.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer4.hpp index f2275c5ecc19..c336a3180d11 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer4.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer4.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer5.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer5.cpp index d7a8bd739a4c..f0448cc21227 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer5.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer5.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer5.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer5.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer5.hpp index a361c2533852..46200bc23ed8 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer5.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer5.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer6.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer6.cpp index 6032468ba14a..3139cc83b690 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer6.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer6.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer6.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer6.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer6.hpp index 88fc39e9d1e0..2ae6632c48dc 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer6.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer6.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer7.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer7.cpp index 036f8f0df314..38fcae0d788b 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer7.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer7.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer7.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer7.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer7.hpp index 60211aa0236b..351b5aed893c 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer7.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer7.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer8.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer8.cpp index d5f582915fa7..3c45745054a1 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer8.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer8.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer8.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer8.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer8.hpp index b9e48f54cf29..3376b8e3ffc5 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer8.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer8.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer9.cpp b/rerun_cpp/tests/generated/components/affix_fuzzer9.cpp index b38865650fd6..ef247409e6be 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer9.cpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer9.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #include "affix_fuzzer9.hpp" diff --git a/rerun_cpp/tests/generated/components/affix_fuzzer9.hpp b/rerun_cpp/tests/generated/components/affix_fuzzer9.hpp index 1f0000c56671..4b246323c089 100644 --- a/rerun_cpp/tests/generated/components/affix_fuzzer9.hpp +++ b/rerun_cpp/tests/generated/components/affix_fuzzer9.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/components/enum_test.cpp b/rerun_cpp/tests/generated/components/enum_test.cpp index 21d298a88f98..b63ee321556e 100644 --- a/rerun_cpp/tests/generated/components/enum_test.cpp +++ b/rerun_cpp/tests/generated/components/enum_test.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/enum_test.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/enum_test.fbs". #include "enum_test.hpp" diff --git a/rerun_cpp/tests/generated/components/enum_test.hpp b/rerun_cpp/tests/generated/components/enum_test.hpp index 88b8e46d41a0..863c8bad3a9a 100644 --- a/rerun_cpp/tests/generated/components/enum_test.hpp +++ b/rerun_cpp/tests/generated/components/enum_test.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/enum_test.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/enum_test.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes.hpp b/rerun_cpp/tests/generated/datatypes.hpp index a6e10873b315..80e857ef9d47 100644 --- a/rerun_cpp/tests/generated/datatypes.hpp +++ b/rerun_cpp/tests/generated/datatypes.hpp @@ -1,4 +1,4 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/.gitattributes b/rerun_cpp/tests/generated/datatypes/.gitattributes index c687c2cb6541..1f62a426fa59 100644 --- a/rerun_cpp/tests/generated/datatypes/.gitattributes +++ b/rerun_cpp/tests/generated/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true affix_fuzzer1.cpp linguist-generated=true diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer1.cpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer1.cpp index 427721e1da88..72943439ecf1 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer1.cpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer1.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "affix_fuzzer1.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer1.hpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer1.hpp index cd13b39ecc42..904c00a79a95 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer1.hpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer1.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer2.cpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer2.cpp index 53624e07c005..3f2aad8dc0f2 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer2.cpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer2.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "affix_fuzzer2.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer2.hpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer2.hpp index bc2659ff6536..2196e33356fc 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer2.hpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer2.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer20.cpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer20.cpp index 423d3cd9da2b..b66ef4f25c80 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer20.cpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer20.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "affix_fuzzer20.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer20.hpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer20.hpp index d74c987c3e54..7c371efe91b8 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer20.hpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer20.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer21.cpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer21.cpp index e064544b3425..75b80428c702 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer21.cpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer21.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "affix_fuzzer21.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer21.hpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer21.hpp index 533040bfd1fe..3ba725f50fc3 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer21.hpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer21.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer22.cpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer22.cpp index fea3b46609ba..8277462845d3 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer22.cpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer22.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "affix_fuzzer22.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer22.hpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer22.hpp index d43c819bed92..973dbff83066 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer22.hpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer22.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer3.cpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer3.cpp index 9c84dae0717c..efc579c854a1 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer3.cpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer3.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "affix_fuzzer3.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer3.hpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer3.hpp index 78c8ab1786e4..254a815254c5 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer3.hpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer3.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer4.cpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer4.cpp index 0e0d8b12ce0b..279910a3dd74 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer4.cpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer4.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "affix_fuzzer4.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer4.hpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer4.hpp index 8807dcc749b3..b1f08932d6ea 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer4.hpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer4.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer5.cpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer5.cpp index c3302d22215f..b7f03dbe5f9a 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer5.cpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer5.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "affix_fuzzer5.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/affix_fuzzer5.hpp b/rerun_cpp/tests/generated/datatypes/affix_fuzzer5.hpp index d240b3b35a56..20b6fec9bfe3 100644 --- a/rerun_cpp/tests/generated/datatypes/affix_fuzzer5.hpp +++ b/rerun_cpp/tests/generated/datatypes/affix_fuzzer5.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/flattened_scalar.cpp b/rerun_cpp/tests/generated/datatypes/flattened_scalar.cpp index 09cfad272c3c..6738e3de3165 100644 --- a/rerun_cpp/tests/generated/datatypes/flattened_scalar.cpp +++ b/rerun_cpp/tests/generated/datatypes/flattened_scalar.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #include "flattened_scalar.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/flattened_scalar.hpp b/rerun_cpp/tests/generated/datatypes/flattened_scalar.hpp index bd7ceed85db2..c207ebe0363c 100644 --- a/rerun_cpp/tests/generated/datatypes/flattened_scalar.hpp +++ b/rerun_cpp/tests/generated/datatypes/flattened_scalar.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/primitive_component.cpp b/rerun_cpp/tests/generated/datatypes/primitive_component.cpp index 18384a342742..5e8acb8cb2c1 100644 --- a/rerun_cpp/tests/generated/datatypes/primitive_component.cpp +++ b/rerun_cpp/tests/generated/datatypes/primitive_component.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". #include "primitive_component.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/primitive_component.hpp b/rerun_cpp/tests/generated/datatypes/primitive_component.hpp index 2960b4b08f02..4da159f4442b 100644 --- a/rerun_cpp/tests/generated/datatypes/primitive_component.hpp +++ b/rerun_cpp/tests/generated/datatypes/primitive_component.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". #pragma once diff --git a/rerun_cpp/tests/generated/datatypes/string_component.cpp b/rerun_cpp/tests/generated/datatypes/string_component.cpp index f57d85be7e6c..042a5fe120ff 100644 --- a/rerun_cpp/tests/generated/datatypes/string_component.cpp +++ b/rerun_cpp/tests/generated/datatypes/string_component.cpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". #include "string_component.hpp" diff --git a/rerun_cpp/tests/generated/datatypes/string_component.hpp b/rerun_cpp/tests/generated/datatypes/string_component.hpp index 8f9caa6ef4b7..33d631b074f6 100644 --- a/rerun_cpp/tests/generated/datatypes/string_component.hpp +++ b/rerun_cpp/tests/generated/datatypes/string_component.hpp @@ -1,5 +1,5 @@ -// DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/cpp/mod.rs -// Based on "crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". +// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs +// Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". #pragma once diff --git a/rerun_py/ARCHITECTURE.md b/rerun_py/ARCHITECTURE.md index c09279db9d96..68f14d9954c5 100644 --- a/rerun_py/ARCHITECTURE.md +++ b/rerun_py/ARCHITECTURE.md @@ -49,7 +49,8 @@ TODO(ab) ## Code generation -Keeping the various SDKs in sync with the Rerun Viewer requires automation to be tractable. The Python SDK is no exception, and large parts of its implementation is generated using the `re_types` and `re_types_builder` crates, based on the object definitions found in `crates/re_types/definitions` and the generation code found in `crates/re_types_builder/src/codegen/python.rs`. +Keeping the various SDKs in sync with the Rerun Viewer requires automation to be tractable. +The Python SDK is no exception, and large parts of its implementation is generated using the `re_types` and `re_types_builder` crates, based on the object definitions found in `crates/store/re_types/definitions` and the generation code found in `crates/build/re_types_builder/src/codegen/python.rs`. #### Archetype diff --git a/rerun_py/docs/gen_common_index.py b/rerun_py/docs/gen_common_index.py index 819f8093cea2..92aeaa0e2267 100755 --- a/rerun_py/docs/gen_common_index.py +++ b/rerun_py/docs/gen_common_index.py @@ -2,7 +2,7 @@ """ Generate an index table and rendered pages for the common APIs. -NOTE: When changing anything in this file, also consider how it affects `crates/re_dev_tools/src/build_search_index/ingest/python.rs`. +NOTE: When changing anything in this file, also consider how it affects `crates/build/re_dev_tools/src/build_search_index/ingest/python.rs`. The top-level index file should look like ``` diff --git a/rerun_py/pyproject.toml b/rerun_py/pyproject.toml index 6e1d50e380b9..86a3062146db 100644 --- a/rerun_py/pyproject.toml +++ b/rerun_py/pyproject.toml @@ -127,7 +127,7 @@ lint.unfixable = [ # Missing required import: `from __future__ import annotations` "I002", ] -"crates/re_viewer/data/quick_start_guides/*" = [ +"crates/viewer/re_viewer/data/quick_start_guides/*" = [ # Missing required import: `from __future__ import annotations` "I002", ] diff --git a/rerun_py/rerun_sdk/rerun/.gitattributes b/rerun_py/rerun_sdk/rerun/.gitattributes index eed766c2db79..a3b0b15e821f 100644 --- a/rerun_py/rerun_sdk/rerun/.gitattributes +++ b/rerun_py/rerun_sdk/rerun/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true archetypes/__init__.py linguist-generated=true diff --git a/rerun_py/rerun_sdk/rerun/archetypes/.gitattributes b/rerun_py/rerun_sdk/rerun/archetypes/.gitattributes index d249edf2df81..689720b6cbf0 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/.gitattributes +++ b/rerun_py/rerun_sdk/rerun/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/rerun_sdk/rerun/archetypes/__init__.py b/rerun_py/rerun_sdk/rerun/archetypes/__init__.py index 6b6b4e518c5f..890f04d766bb 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/__init__.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/archetypes/annotation_context.py b/rerun_py/rerun_sdk/rerun/archetypes/annotation_context.py index cda23cb3e83c..844916602ff0 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/annotation_context.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/annotation_context.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/annotation_context.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/annotation_context.fbs". # You can extend this class by creating a "AnnotationContextExt" class in "annotation_context_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/arrows2d.py b/rerun_py/rerun_sdk/rerun/archetypes/arrows2d.py index 805d65b312e8..31f0f16f84a9 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/arrows2d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/arrows2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/arrows2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/arrows2d.fbs". # You can extend this class by creating a "Arrows2DExt" class in "arrows2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/arrows3d.py b/rerun_py/rerun_sdk/rerun/archetypes/arrows3d.py index c8d9ae04ae7e..ffe3f39673b7 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/arrows3d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/arrows3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/arrows3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/arrows3d.fbs". # You can extend this class by creating a "Arrows3DExt" class in "arrows3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/asset3d.py b/rerun_py/rerun_sdk/rerun/archetypes/asset3d.py index 709ca1cdc643..0266d4380948 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/asset3d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/asset3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/asset3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/asset3d.fbs". # You can extend this class by creating a "Asset3DExt" class in "asset3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/bar_chart.py b/rerun_py/rerun_sdk/rerun/archetypes/bar_chart.py index e3a57957f6ee..f7951e40d071 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/bar_chart.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/bar_chart.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/bar_chart.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/bar_chart.fbs". # You can extend this class by creating a "BarChartExt" class in "bar_chart_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/boxes2d.py b/rerun_py/rerun_sdk/rerun/archetypes/boxes2d.py index 6e98e9d29bd7..7c4975cf9c04 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/boxes2d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/boxes2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/boxes2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/boxes2d.fbs". # You can extend this class by creating a "Boxes2DExt" class in "boxes2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/boxes3d.py b/rerun_py/rerun_sdk/rerun/archetypes/boxes3d.py index 057d2eaeee26..e0f2958e7aa5 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/boxes3d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/boxes3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/boxes3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/boxes3d.fbs". # You can extend this class by creating a "Boxes3DExt" class in "boxes3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/clear.py b/rerun_py/rerun_sdk/rerun/archetypes/clear.py index b647b0eaf52e..47c13e4383e3 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/clear.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/clear.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/clear.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/clear.fbs". # You can extend this class by creating a "ClearExt" class in "clear_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/depth_image.py b/rerun_py/rerun_sdk/rerun/archetypes/depth_image.py index cec9612d727b..e3f2d6e291ba 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/depth_image.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/depth_image.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/depth_image.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/depth_image.fbs". # You can extend this class by creating a "DepthImageExt" class in "depth_image_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/disconnected_space.py b/rerun_py/rerun_sdk/rerun/archetypes/disconnected_space.py index 00a1c47a82ab..31cb14ed7de6 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/disconnected_space.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/disconnected_space.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/disconnected_space.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/disconnected_space.fbs". # You can extend this class by creating a "DisconnectedSpaceExt" class in "disconnected_space_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/image.py b/rerun_py/rerun_sdk/rerun/archetypes/image.py index dd79c9fb29ce..e78be6201a85 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/image.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/image.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/image.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/image.fbs". # You can extend this class by creating a "ImageExt" class in "image_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/line_strips2d.py b/rerun_py/rerun_sdk/rerun/archetypes/line_strips2d.py index e98c3e729218..681c74dddf08 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/line_strips2d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/line_strips2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/line_strips2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/line_strips2d.fbs". # You can extend this class by creating a "LineStrips2DExt" class in "line_strips2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/line_strips3d.py b/rerun_py/rerun_sdk/rerun/archetypes/line_strips3d.py index 5de092c0d477..1a81048a5613 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/line_strips3d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/line_strips3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/line_strips3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/line_strips3d.fbs". # You can extend this class by creating a "LineStrips3DExt" class in "line_strips3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/mesh3d.py b/rerun_py/rerun_sdk/rerun/archetypes/mesh3d.py index ec89cb48fc39..e7619d5e60f0 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/mesh3d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/mesh3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/mesh3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/mesh3d.fbs". # You can extend this class by creating a "Mesh3DExt" class in "mesh3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/pinhole.py b/rerun_py/rerun_sdk/rerun/archetypes/pinhole.py index c47efbef9090..ab26a5314c75 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/pinhole.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/pinhole.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/pinhole.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/pinhole.fbs". # You can extend this class by creating a "PinholeExt" class in "pinhole_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/points2d.py b/rerun_py/rerun_sdk/rerun/archetypes/points2d.py index fc5ea795de6b..7be4726d0745 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/points2d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/points2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/points2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/points2d.fbs". # You can extend this class by creating a "Points2DExt" class in "points2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/points3d.py b/rerun_py/rerun_sdk/rerun/archetypes/points3d.py index b30955ac4748..73262c33b3a3 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/points3d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/points3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/points3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/points3d.fbs". # You can extend this class by creating a "Points3DExt" class in "points3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/scalar.py b/rerun_py/rerun_sdk/rerun/archetypes/scalar.py index 756c548794c5..baad0d59e445 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/scalar.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/scalar.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/scalar.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/scalar.fbs". # You can extend this class by creating a "ScalarExt" class in "scalar_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/segmentation_image.py b/rerun_py/rerun_sdk/rerun/archetypes/segmentation_image.py index bb72947e772c..e93febab9b92 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/segmentation_image.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/segmentation_image.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/segmentation_image.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/segmentation_image.fbs". # You can extend this class by creating a "SegmentationImageExt" class in "segmentation_image_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/series_line.py b/rerun_py/rerun_sdk/rerun/archetypes/series_line.py index bf2166a4716e..5d0490354ce6 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/series_line.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/series_line.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/series_line.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/series_line.fbs". # You can extend this class by creating a "SeriesLineExt" class in "series_line_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/series_point.py b/rerun_py/rerun_sdk/rerun/archetypes/series_point.py index ccd0deaed589..8839d4bf038a 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/series_point.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/series_point.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/series_point.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/series_point.fbs". # You can extend this class by creating a "SeriesPointExt" class in "series_point_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/tensor.py b/rerun_py/rerun_sdk/rerun/archetypes/tensor.py index 7ff02c4370b3..d6e83873abe7 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/tensor.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/tensor.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/tensor.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/tensor.fbs". # You can extend this class by creating a "TensorExt" class in "tensor_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/text_document.py b/rerun_py/rerun_sdk/rerun/archetypes/text_document.py index cc19138d6437..c990024e4e78 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/text_document.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/text_document.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/text_document.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/text_document.fbs". # You can extend this class by creating a "TextDocumentExt" class in "text_document_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/text_log.py b/rerun_py/rerun_sdk/rerun/archetypes/text_log.py index c2bbc3f62b31..020c070ea9d6 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/text_log.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/text_log.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/text_log.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/text_log.fbs". # You can extend this class by creating a "TextLogExt" class in "text_log_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/transform3d.py b/rerun_py/rerun_sdk/rerun/archetypes/transform3d.py index f1708361b22c..3a11e8859524 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/transform3d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/transform3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/transform3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs". # You can extend this class by creating a "Transform3DExt" class in "transform3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/archetypes/view_coordinates.py b/rerun_py/rerun_sdk/rerun/archetypes/view_coordinates.py index eac08f7b9d19..34e5538b0159 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/view_coordinates.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/view_coordinates.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/archetypes/view_coordinates.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/archetypes/view_coordinates.fbs". # You can extend this class by creating a "ViewCoordinatesExt" class in "view_coordinates_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/.gitattributes b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/.gitattributes index c31113803a4d..ac20f8caae1f 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/.gitattributes +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/__init__.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/__init__.py index 71ea151a71d1..3af18008eb45 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/__init__.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/background.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/background.py index f00a998162d8..96d90e5ae39e 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/background.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/background.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/background.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/background.fbs". # You can extend this class by creating a "BackgroundExt" class in "background_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/container_blueprint.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/container_blueprint.py index fef9e6dfafbb..d568a92fd1ab 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/container_blueprint.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/container_blueprint.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/container_blueprint.fbs". # You can extend this class by creating a "ContainerBlueprintExt" class in "container_blueprint_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/panel_blueprint.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/panel_blueprint.py index a16276a5cc9b..97aa8fc0744a 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/panel_blueprint.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/panel_blueprint.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/panel_blueprint.fbs". # You can extend this class by creating a "PanelBlueprintExt" class in "panel_blueprint_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/plot_legend.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/plot_legend.py index b77ae96c1f44..22a64b7aeb1f 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/plot_legend.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/plot_legend.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/plot_legend.fbs". # You can extend this class by creating a "PlotLegendExt" class in "plot_legend_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/scalar_axis.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/scalar_axis.py index 03cce77e7b06..3228f024591b 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/scalar_axis.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/scalar_axis.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/scalar_axis.fbs". # You can extend this class by creating a "ScalarAxisExt" class in "scalar_axis_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/space_view_blueprint.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/space_view_blueprint.py index 082d1aa4f4f3..ac37f7b52acf 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/space_view_blueprint.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/space_view_blueprint.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_blueprint.fbs". # You can extend this class by creating a "SpaceViewBlueprintExt" class in "space_view_blueprint_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/space_view_contents.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/space_view_contents.py index 41e24967f640..aedf92f92799 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/space_view_contents.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/space_view_contents.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/space_view_contents.fbs". # You can extend this class by creating a "SpaceViewContentsExt" class in "space_view_contents_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_scalar_mapping.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_scalar_mapping.py index 6e0df4c1060a..5111432a38af 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_scalar_mapping.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_scalar_mapping.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_scalar_mapping.fbs". # You can extend this class by creating a "TensorScalarMappingExt" class in "tensor_scalar_mapping_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_slice_selection.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_slice_selection.py index 1733ce474a3d..419acbb84323 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_slice_selection.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_slice_selection.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_slice_selection.fbs". # You can extend this class by creating a "TensorSliceSelectionExt" class in "tensor_slice_selection_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_view_fit.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_view_fit.py index d66d45a1172f..7aa1c63ae1fa 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_view_fit.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/tensor_view_fit.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/tensor_view_fit.fbs". # You can extend this class by creating a "TensorViewFitExt" class in "tensor_view_fit_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/viewport_blueprint.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/viewport_blueprint.py index fe250f396988..09dde9a707dc 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/viewport_blueprint.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/viewport_blueprint.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/viewport_blueprint.fbs". # You can extend this class by creating a "ViewportBlueprintExt" class in "viewport_blueprint_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/visible_time_ranges.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/visible_time_ranges.py index dcda3bde47cb..8ed01a86522c 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/visible_time_ranges.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/visible_time_ranges.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/visible_time_ranges.fbs". # You can extend this class by creating a "VisibleTimeRangesExt" class in "visible_time_ranges_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/visual_bounds2d.py b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/visual_bounds2d.py index 726eecd2f319..7a6a5159dc0b 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/archetypes/visual_bounds2d.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/archetypes/visual_bounds2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/archetypes/visual_bounds2d.fbs". # You can extend this class by creating a "VisualBounds2DExt" class in "visual_bounds2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/.gitattributes b/rerun_py/rerun_sdk/rerun/blueprint/components/.gitattributes index 183b86e92eca..e232a7f04c35 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/.gitattributes +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/__init__.py b/rerun_py/rerun_sdk/rerun/blueprint/components/__init__.py index 537458b81c3b..14b26d8af6d7 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/__init__.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/active_tab.py b/rerun_py/rerun_sdk/rerun/blueprint/components/active_tab.py index f770a3e164b7..d70a2c0a18ee 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/active_tab.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/active_tab.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/active_tab.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/active_tab.fbs". # You can extend this class by creating a "ActiveTabExt" class in "active_tab_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/auto_layout.py b/rerun_py/rerun_sdk/rerun/blueprint/components/auto_layout.py index ff2e50911830..9d28dd2ca925 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/auto_layout.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/auto_layout.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/auto_layout.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/auto_layout.fbs". # You can extend this class by creating a "AutoLayoutExt" class in "auto_layout_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/auto_space_views.py b/rerun_py/rerun_sdk/rerun/blueprint/components/auto_space_views.py index 6f55456b0434..e676ecf508e5 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/auto_space_views.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/auto_space_views.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/auto_space_views.fbs". # You can extend this class by creating a "AutoSpaceViewsExt" class in "auto_space_views_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/background_kind.py b/rerun_py/rerun_sdk/rerun/blueprint/components/background_kind.py index f56061309224..53e57532bd64 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/background_kind.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/background_kind.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/background_kind.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/background_kind.fbs". # You can extend this class by creating a "BackgroundKindExt" class in "background_kind_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/column_share.py b/rerun_py/rerun_sdk/rerun/blueprint/components/column_share.py index c05694ae519e..7e410b77ebe6 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/column_share.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/column_share.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/column_share.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/column_share.fbs". # You can extend this class by creating a "ColumnShareExt" class in "column_share_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/container_kind.py b/rerun_py/rerun_sdk/rerun/blueprint/components/container_kind.py index 759a844cdba3..da49eba72a50 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/container_kind.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/container_kind.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/container_kind.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/container_kind.fbs". # You can extend this class by creating a "ContainerKindExt" class in "container_kind_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/corner2d.py b/rerun_py/rerun_sdk/rerun/blueprint/components/corner2d.py index 2ce295d057d6..3feda3769e3b 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/corner2d.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/corner2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/corner_2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/corner_2d.fbs". # You can extend this class by creating a "Corner2DExt" class in "corner2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/grid_columns.py b/rerun_py/rerun_sdk/rerun/blueprint/components/grid_columns.py index 251d0146bbef..fb3b182d7d6a 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/grid_columns.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/grid_columns.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/grid_columns.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/grid_columns.fbs". # You can extend this class by creating a "GridColumnsExt" class in "grid_columns_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/included_content.py b/rerun_py/rerun_sdk/rerun/blueprint/components/included_content.py index 05b2d7d34ab6..f49bc5aa6dcb 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/included_content.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/included_content.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/included_content.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/included_content.fbs". # You can extend this class by creating a "IncludedContentExt" class in "included_content_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/included_space_view.py b/rerun_py/rerun_sdk/rerun/blueprint/components/included_space_view.py index 87eb2080a32a..c82e1f788566 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/included_space_view.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/included_space_view.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/included_space_view.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/included_space_view.fbs". # You can extend this class by creating a "IncludedSpaceViewExt" class in "included_space_view_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/interactive.py b/rerun_py/rerun_sdk/rerun/blueprint/components/interactive.py index 3d12cb56aa59..9f384f81ed10 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/interactive.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/interactive.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/interactive.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/interactive.fbs". # You can extend this class by creating a "InteractiveExt" class in "interactive_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/lock_range_during_zoom.py b/rerun_py/rerun_sdk/rerun/blueprint/components/lock_range_during_zoom.py index 3b0ba6326b9c..460ebcf6c363 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/lock_range_during_zoom.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/lock_range_during_zoom.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/lock_range_during_zoom.fbs". # You can extend this class by creating a "LockRangeDuringZoomExt" class in "lock_range_during_zoom_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/panel_state.py b/rerun_py/rerun_sdk/rerun/blueprint/components/panel_state.py index 665f2d21d9ae..c3dad2206581 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/panel_state.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/panel_state.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/panel_state.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/panel_state.fbs". # You can extend this class by creating a "PanelStateExt" class in "panel_state_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/query_expression.py b/rerun_py/rerun_sdk/rerun/blueprint/components/query_expression.py index 0ff995c76401..00990d7f0ad3 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/query_expression.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/query_expression.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/query_expression.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/query_expression.fbs". # You can extend this class by creating a "QueryExpressionExt" class in "query_expression_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/root_container.py b/rerun_py/rerun_sdk/rerun/blueprint/components/root_container.py index f8b5db539f81..9e1f30bf74f5 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/root_container.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/root_container.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/root_container.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/root_container.fbs". # You can extend this class by creating a "RootContainerExt" class in "root_container_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/row_share.py b/rerun_py/rerun_sdk/rerun/blueprint/components/row_share.py index 39bafb363634..7d1bdb8ebbeb 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/row_share.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/row_share.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/row_share.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/row_share.fbs". # You can extend this class by creating a "RowShareExt" class in "row_share_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_class.py b/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_class.py index 53cde29bdc52..33bb89a55821 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_class.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_class.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_class.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_class.fbs". # You can extend this class by creating a "SpaceViewClassExt" class in "space_view_class_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_maximized.py b/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_maximized.py index eb6bf2d5b7c3..b8dae66107f6 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_maximized.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_maximized.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_maximized.fbs". # You can extend this class by creating a "SpaceViewMaximizedExt" class in "space_view_maximized_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_origin.py b/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_origin.py index 343691a22364..ee380df78e45 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_origin.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/space_view_origin.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/space_view_origin.fbs". # You can extend this class by creating a "SpaceViewOriginExt" class in "space_view_origin_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/tensor_dimension_index_slider.py b/rerun_py/rerun_sdk/rerun/blueprint/components/tensor_dimension_index_slider.py index 78a58b9258b2..edde8609485c 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/tensor_dimension_index_slider.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/tensor_dimension_index_slider.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/tensor_dimension_index_slider.fbs". # You can extend this class by creating a "TensorDimensionIndexSliderExt" class in "tensor_dimension_index_slider_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/view_fit.py b/rerun_py/rerun_sdk/rerun/blueprint/components/view_fit.py index dfcbee79c9b6..43cf21102da3 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/view_fit.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/view_fit.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/view_fit.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/view_fit.fbs". # You can extend this class by creating a "ViewFitExt" class in "view_fit_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/viewer_recommendation_hash.py b/rerun_py/rerun_sdk/rerun/blueprint/components/viewer_recommendation_hash.py index c613898eb2a3..80aa945e56de 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/viewer_recommendation_hash.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/viewer_recommendation_hash.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/viewer_recommendation_hash.fbs". # You can extend this class by creating a "ViewerRecommendationHashExt" class in "viewer_recommendation_hash_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/visible.py b/rerun_py/rerun_sdk/rerun/blueprint/components/visible.py index 19d28592815a..b223beaa09c9 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/visible.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/visible.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/visible.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/visible.fbs". # You can extend this class by creating a "VisibleExt" class in "visible_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/visible_time_range.py b/rerun_py/rerun_sdk/rerun/blueprint/components/visible_time_range.py index 0929fbbb4ad6..ce475ed2d46b 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/visible_time_range.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/visible_time_range.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/visible_time_range.fbs". # You can extend this class by creating a "VisibleTimeRangeExt" class in "visible_time_range_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/visual_bounds2d.py b/rerun_py/rerun_sdk/rerun/blueprint/components/visual_bounds2d.py index 94167fd978b3..e4244f446de2 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/visual_bounds2d.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/visual_bounds2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/visual_bounds2d.fbs". # You can extend this class by creating a "VisualBounds2DExt" class in "visual_bounds2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/components/visualizer_overrides.py b/rerun_py/rerun_sdk/rerun/blueprint/components/visualizer_overrides.py index e7edc6781c7c..6b4e9ef76855 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/components/visualizer_overrides.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/components/visualizer_overrides.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/components/visualizer_overrides.fbs". # You can extend this class by creating a "VisualizerOverridesExt" class in "visualizer_overrides_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/datatypes/.gitattributes b/rerun_py/rerun_sdk/rerun/blueprint/datatypes/.gitattributes index e24f79de5718..7c8bc6f4d93a 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/datatypes/.gitattributes +++ b/rerun_py/rerun_sdk/rerun/blueprint/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/rerun_sdk/rerun/blueprint/datatypes/__init__.py b/rerun_py/rerun_sdk/rerun/blueprint/datatypes/__init__.py index 2a6883c96dc6..b811e0b19047 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/datatypes/__init__.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/datatypes/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/datatypes/tensor_dimension_index_slider.py b/rerun_py/rerun_sdk/rerun/blueprint/datatypes/tensor_dimension_index_slider.py index 527f99160adf..cddd6e7fae4d 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/datatypes/tensor_dimension_index_slider.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/datatypes/tensor_dimension_index_slider.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/datatypes/tensor_dimension_index_slider.fbs". # You can extend this class by creating a "TensorDimensionIndexSliderExt" class in "tensor_dimension_index_slider_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/.gitattributes b/rerun_py/rerun_sdk/rerun/blueprint/views/.gitattributes index 7b44e3526b7e..7b2ef874ad4d 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/.gitattributes +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/__init__.py b/rerun_py/rerun_sdk/rerun/blueprint/views/__init__.py index f178cb1134e1..6a71b704e380 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/__init__.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/bar_chart_view.py b/rerun_py/rerun_sdk/rerun/blueprint/views/bar_chart_view.py index e3e858fd41ee..b654288fefdf 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/bar_chart_view.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/bar_chart_view.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/views/bar_chart.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/views/bar_chart.fbs". from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/spatial2d_view.py b/rerun_py/rerun_sdk/rerun/blueprint/views/spatial2d_view.py index 47d5227762be..e7c94eba9228 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/spatial2d_view.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/spatial2d_view.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/views/spatial2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/views/spatial2d.fbs". from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/spatial3d_view.py b/rerun_py/rerun_sdk/rerun/blueprint/views/spatial3d_view.py index d8ab64ef6b46..284f70286d44 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/spatial3d_view.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/spatial3d_view.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/views/spatial3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/views/spatial3d.fbs". from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/tensor_view.py b/rerun_py/rerun_sdk/rerun/blueprint/views/tensor_view.py index a798370f9b83..a8f7478b37f2 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/tensor_view.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/tensor_view.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/views/tensor.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/views/tensor.fbs". from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/text_document_view.py b/rerun_py/rerun_sdk/rerun/blueprint/views/text_document_view.py index d30a6305e44e..2a8f2a1caa44 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/text_document_view.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/text_document_view.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/views/text_document.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/views/text_document.fbs". from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/text_log_view.py b/rerun_py/rerun_sdk/rerun/blueprint/views/text_log_view.py index 8b28d0dfcebc..be95cf0e58d1 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/text_log_view.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/text_log_view.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/views/text_log.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/views/text_log.fbs". from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/blueprint/views/time_series_view.py b/rerun_py/rerun_sdk/rerun/blueprint/views/time_series_view.py index 8b6150840012..05877eae3e98 100644 --- a/rerun_py/rerun_sdk/rerun/blueprint/views/time_series_view.py +++ b/rerun_py/rerun_sdk/rerun/blueprint/views/time_series_view.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/blueprint/views/time_series.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/blueprint/views/time_series.fbs". from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/components/.gitattributes b/rerun_py/rerun_sdk/rerun/components/.gitattributes index 5269034574e4..c83b49339b01 100644 --- a/rerun_py/rerun_sdk/rerun/components/.gitattributes +++ b/rerun_py/rerun_sdk/rerun/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/rerun_sdk/rerun/components/__init__.py b/rerun_py/rerun_sdk/rerun/components/__init__.py index 6fbc3e1e5304..54e493b75d7a 100644 --- a/rerun_py/rerun_sdk/rerun/components/__init__.py +++ b/rerun_py/rerun_sdk/rerun/components/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/components/aggregation_policy.py b/rerun_py/rerun_sdk/rerun/components/aggregation_policy.py index 22e7f2bb2358..d246b6600032 100644 --- a/rerun_py/rerun_sdk/rerun/components/aggregation_policy.py +++ b/rerun_py/rerun_sdk/rerun/components/aggregation_policy.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/aggregation_policy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/aggregation_policy.fbs". # You can extend this class by creating a "AggregationPolicyExt" class in "aggregation_policy_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/annotation_context.py b/rerun_py/rerun_sdk/rerun/components/annotation_context.py index 2f871771e9f7..b1b1880866fa 100644 --- a/rerun_py/rerun_sdk/rerun/components/annotation_context.py +++ b/rerun_py/rerun_sdk/rerun/components/annotation_context.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/annotation_context.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/annotation_context.fbs". # You can extend this class by creating a "AnnotationContextExt" class in "annotation_context_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/axis_length.py b/rerun_py/rerun_sdk/rerun/components/axis_length.py index 674beef632a6..00656dd89eba 100644 --- a/rerun_py/rerun_sdk/rerun/components/axis_length.py +++ b/rerun_py/rerun_sdk/rerun/components/axis_length.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/axis_length.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/axis_length.fbs". # You can extend this class by creating a "AxisLengthExt" class in "axis_length_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/blob.py b/rerun_py/rerun_sdk/rerun/components/blob.py index 8f20e1e7e02e..1a94ee467162 100644 --- a/rerun_py/rerun_sdk/rerun/components/blob.py +++ b/rerun_py/rerun_sdk/rerun/components/blob.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/blob.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/blob.fbs". # You can extend this class by creating a "BlobExt" class in "blob_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/class_id.py b/rerun_py/rerun_sdk/rerun/components/class_id.py index 4bf5dcd20c85..7f29f7877583 100644 --- a/rerun_py/rerun_sdk/rerun/components/class_id.py +++ b/rerun_py/rerun_sdk/rerun/components/class_id.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/class_id.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/class_id.fbs". # You can extend this class by creating a "ClassIdExt" class in "class_id_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/clear_is_recursive.py b/rerun_py/rerun_sdk/rerun/components/clear_is_recursive.py index c4c21a7f93ba..adfd98abb2f6 100644 --- a/rerun_py/rerun_sdk/rerun/components/clear_is_recursive.py +++ b/rerun_py/rerun_sdk/rerun/components/clear_is_recursive.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/clear_is_recursive.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/clear_is_recursive.fbs". # You can extend this class by creating a "ClearIsRecursiveExt" class in "clear_is_recursive_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/color.py b/rerun_py/rerun_sdk/rerun/components/color.py index 7e665af7f5d5..0b0587caaf97 100644 --- a/rerun_py/rerun_sdk/rerun/components/color.py +++ b/rerun_py/rerun_sdk/rerun/components/color.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/color.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/color.fbs". # You can extend this class by creating a "ColorExt" class in "color_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/colormap.py b/rerun_py/rerun_sdk/rerun/components/colormap.py index a6de034761ad..0e8c78b4a8fa 100644 --- a/rerun_py/rerun_sdk/rerun/components/colormap.py +++ b/rerun_py/rerun_sdk/rerun/components/colormap.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/colormap.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/colormap.fbs". # You can extend this class by creating a "ColormapExt" class in "colormap_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/depth_meter.py b/rerun_py/rerun_sdk/rerun/components/depth_meter.py index 8aa578c67ba1..fe931f6719c1 100644 --- a/rerun_py/rerun_sdk/rerun/components/depth_meter.py +++ b/rerun_py/rerun_sdk/rerun/components/depth_meter.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/depth_meter.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/depth_meter.fbs". # You can extend this class by creating a "DepthMeterExt" class in "depth_meter_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/disconnected_space.py b/rerun_py/rerun_sdk/rerun/components/disconnected_space.py index e544d00ec77c..1cf2c35dd730 100644 --- a/rerun_py/rerun_sdk/rerun/components/disconnected_space.py +++ b/rerun_py/rerun_sdk/rerun/components/disconnected_space.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/disconnected_space.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/disconnected_space.fbs". # You can extend this class by creating a "DisconnectedSpaceExt" class in "disconnected_space_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/draw_order.py b/rerun_py/rerun_sdk/rerun/components/draw_order.py index d5e5a5b31609..7b75321eb2be 100644 --- a/rerun_py/rerun_sdk/rerun/components/draw_order.py +++ b/rerun_py/rerun_sdk/rerun/components/draw_order.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/draw_order.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/draw_order.fbs". # You can extend this class by creating a "DrawOrderExt" class in "draw_order_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/fill_ratio.py b/rerun_py/rerun_sdk/rerun/components/fill_ratio.py index e23881fe32cf..741174462201 100644 --- a/rerun_py/rerun_sdk/rerun/components/fill_ratio.py +++ b/rerun_py/rerun_sdk/rerun/components/fill_ratio.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/fill_ratio.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/fill_ratio.fbs". # You can extend this class by creating a "FillRatioExt" class in "fill_ratio_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/gamma_correction.py b/rerun_py/rerun_sdk/rerun/components/gamma_correction.py index 5808e9bd55a8..638bbf46fc65 100644 --- a/rerun_py/rerun_sdk/rerun/components/gamma_correction.py +++ b/rerun_py/rerun_sdk/rerun/components/gamma_correction.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/gamma_correction.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/gamma_correction.fbs". # You can extend this class by creating a "GammaCorrectionExt" class in "gamma_correction_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/half_size2d.py b/rerun_py/rerun_sdk/rerun/components/half_size2d.py index 09155b68591a..c2b8ee77a847 100644 --- a/rerun_py/rerun_sdk/rerun/components/half_size2d.py +++ b/rerun_py/rerun_sdk/rerun/components/half_size2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/half_size2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/half_size2d.fbs". # You can extend this class by creating a "HalfSize2DExt" class in "half_size2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/half_size3d.py b/rerun_py/rerun_sdk/rerun/components/half_size3d.py index 248032d9dc53..fd5e7bec34af 100644 --- a/rerun_py/rerun_sdk/rerun/components/half_size3d.py +++ b/rerun_py/rerun_sdk/rerun/components/half_size3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/half_size3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/half_size3d.fbs". # You can extend this class by creating a "HalfSize3DExt" class in "half_size3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/image_plane_distance.py b/rerun_py/rerun_sdk/rerun/components/image_plane_distance.py index a982bf47f088..ae52cb6a830e 100644 --- a/rerun_py/rerun_sdk/rerun/components/image_plane_distance.py +++ b/rerun_py/rerun_sdk/rerun/components/image_plane_distance.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/image_plane_distance.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/image_plane_distance.fbs". # You can extend this class by creating a "ImagePlaneDistanceExt" class in "image_plane_distance_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/keypoint_id.py b/rerun_py/rerun_sdk/rerun/components/keypoint_id.py index f25e3a7eb381..cb79cbb36a3e 100644 --- a/rerun_py/rerun_sdk/rerun/components/keypoint_id.py +++ b/rerun_py/rerun_sdk/rerun/components/keypoint_id.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/keypoint_id.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/keypoint_id.fbs". # You can extend this class by creating a "KeypointIdExt" class in "keypoint_id_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/line_strip2d.py b/rerun_py/rerun_sdk/rerun/components/line_strip2d.py index b29de48d435b..354ace3cc4c0 100644 --- a/rerun_py/rerun_sdk/rerun/components/line_strip2d.py +++ b/rerun_py/rerun_sdk/rerun/components/line_strip2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/line_strip2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/line_strip2d.fbs". # You can extend this class by creating a "LineStrip2DExt" class in "line_strip2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/line_strip3d.py b/rerun_py/rerun_sdk/rerun/components/line_strip3d.py index f323f4b53650..d70090457399 100644 --- a/rerun_py/rerun_sdk/rerun/components/line_strip3d.py +++ b/rerun_py/rerun_sdk/rerun/components/line_strip3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/line_strip3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/line_strip3d.fbs". # You can extend this class by creating a "LineStrip3DExt" class in "line_strip3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/magnification_filter.py b/rerun_py/rerun_sdk/rerun/components/magnification_filter.py index 73012b679f4a..bb88be972663 100644 --- a/rerun_py/rerun_sdk/rerun/components/magnification_filter.py +++ b/rerun_py/rerun_sdk/rerun/components/magnification_filter.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/magnification_filter.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/magnification_filter.fbs". # You can extend this class by creating a "MagnificationFilterExt" class in "magnification_filter_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/marker_shape.py b/rerun_py/rerun_sdk/rerun/components/marker_shape.py index 3068e6c5a0d7..bfcb3badc765 100644 --- a/rerun_py/rerun_sdk/rerun/components/marker_shape.py +++ b/rerun_py/rerun_sdk/rerun/components/marker_shape.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/marker_shape.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/marker_shape.fbs". # You can extend this class by creating a "MarkerShapeExt" class in "marker_shape_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/marker_size.py b/rerun_py/rerun_sdk/rerun/components/marker_size.py index 2f0648ccebfb..9f07f4739bcb 100644 --- a/rerun_py/rerun_sdk/rerun/components/marker_size.py +++ b/rerun_py/rerun_sdk/rerun/components/marker_size.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/marker_size.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/marker_size.fbs". # You can extend this class by creating a "MarkerSizeExt" class in "marker_size_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/material.py b/rerun_py/rerun_sdk/rerun/components/material.py index 0ae386f614b6..a88785ed5333 100644 --- a/rerun_py/rerun_sdk/rerun/components/material.py +++ b/rerun_py/rerun_sdk/rerun/components/material.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/material.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/material.fbs". # You can extend this class by creating a "MaterialExt" class in "material_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/media_type.py b/rerun_py/rerun_sdk/rerun/components/media_type.py index 55233515c42d..0bb3bdeddfdb 100644 --- a/rerun_py/rerun_sdk/rerun/components/media_type.py +++ b/rerun_py/rerun_sdk/rerun/components/media_type.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/media_type.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/media_type.fbs". # You can extend this class by creating a "MediaTypeExt" class in "media_type_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/name.py b/rerun_py/rerun_sdk/rerun/components/name.py index 944921a6f14a..c9bf5d94bdae 100644 --- a/rerun_py/rerun_sdk/rerun/components/name.py +++ b/rerun_py/rerun_sdk/rerun/components/name.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/name.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/name.fbs". # You can extend this class by creating a "NameExt" class in "name_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/opacity.py b/rerun_py/rerun_sdk/rerun/components/opacity.py index 326ba683f1d2..a9aa1000bf09 100644 --- a/rerun_py/rerun_sdk/rerun/components/opacity.py +++ b/rerun_py/rerun_sdk/rerun/components/opacity.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/opacity.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/opacity.fbs". # You can extend this class by creating a "OpacityExt" class in "opacity_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/out_of_tree_transform3d.py b/rerun_py/rerun_sdk/rerun/components/out_of_tree_transform3d.py index 89ce8892b451..26de7e765666 100644 --- a/rerun_py/rerun_sdk/rerun/components/out_of_tree_transform3d.py +++ b/rerun_py/rerun_sdk/rerun/components/out_of_tree_transform3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/out_of_tree_transform3d.fbs". # You can extend this class by creating a "OutOfTreeTransform3DExt" class in "out_of_tree_transform3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/pinhole_projection.py b/rerun_py/rerun_sdk/rerun/components/pinhole_projection.py index fa39df55856a..ebd51b361c72 100644 --- a/rerun_py/rerun_sdk/rerun/components/pinhole_projection.py +++ b/rerun_py/rerun_sdk/rerun/components/pinhole_projection.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/pinhole_projection.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/pinhole_projection.fbs". # You can extend this class by creating a "PinholeProjectionExt" class in "pinhole_projection_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/position2d.py b/rerun_py/rerun_sdk/rerun/components/position2d.py index 80833caeb779..2563ed241044 100644 --- a/rerun_py/rerun_sdk/rerun/components/position2d.py +++ b/rerun_py/rerun_sdk/rerun/components/position2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/position2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/position2d.fbs". # You can extend this class by creating a "Position2DExt" class in "position2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/position3d.py b/rerun_py/rerun_sdk/rerun/components/position3d.py index b74288ffb2d7..f9950139dc8b 100644 --- a/rerun_py/rerun_sdk/rerun/components/position3d.py +++ b/rerun_py/rerun_sdk/rerun/components/position3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/position3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/position3d.fbs". # You can extend this class by creating a "Position3DExt" class in "position3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/radius.py b/rerun_py/rerun_sdk/rerun/components/radius.py index 67653ca6682f..0a0738d89423 100644 --- a/rerun_py/rerun_sdk/rerun/components/radius.py +++ b/rerun_py/rerun_sdk/rerun/components/radius.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/radius.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/radius.fbs". # You can extend this class by creating a "RadiusExt" class in "radius_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/range1d.py b/rerun_py/rerun_sdk/rerun/components/range1d.py index af3ef6344d4d..21a1c40f39ae 100644 --- a/rerun_py/rerun_sdk/rerun/components/range1d.py +++ b/rerun_py/rerun_sdk/rerun/components/range1d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/range1d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/range1d.fbs". # You can extend this class by creating a "Range1DExt" class in "range1d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/resolution.py b/rerun_py/rerun_sdk/rerun/components/resolution.py index 8602e1591050..df7f277923dc 100644 --- a/rerun_py/rerun_sdk/rerun/components/resolution.py +++ b/rerun_py/rerun_sdk/rerun/components/resolution.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/resolution.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/resolution.fbs". # You can extend this class by creating a "ResolutionExt" class in "resolution_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/rotation3d.py b/rerun_py/rerun_sdk/rerun/components/rotation3d.py index b96e9374e4c1..38c577df0f39 100644 --- a/rerun_py/rerun_sdk/rerun/components/rotation3d.py +++ b/rerun_py/rerun_sdk/rerun/components/rotation3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/rotation3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/rotation3d.fbs". # You can extend this class by creating a "Rotation3DExt" class in "rotation3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/scalar.py b/rerun_py/rerun_sdk/rerun/components/scalar.py index 51d3cd3e61bd..56b18ab4f265 100644 --- a/rerun_py/rerun_sdk/rerun/components/scalar.py +++ b/rerun_py/rerun_sdk/rerun/components/scalar.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/scalar.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/scalar.fbs". # You can extend this class by creating a "ScalarExt" class in "scalar_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/stroke_width.py b/rerun_py/rerun_sdk/rerun/components/stroke_width.py index 3d21d9afbbf6..b2bbe5c1bacc 100644 --- a/rerun_py/rerun_sdk/rerun/components/stroke_width.py +++ b/rerun_py/rerun_sdk/rerun/components/stroke_width.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/stroke_width.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/stroke_width.fbs". # You can extend this class by creating a "StrokeWidthExt" class in "stroke_width_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/tensor_data.py b/rerun_py/rerun_sdk/rerun/components/tensor_data.py index f6f2a9b4f4d3..9aba5a438ee4 100644 --- a/rerun_py/rerun_sdk/rerun/components/tensor_data.py +++ b/rerun_py/rerun_sdk/rerun/components/tensor_data.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/tensor_data.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/tensor_data.fbs". # You can extend this class by creating a "TensorDataExt" class in "tensor_data_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/tensor_dimension_index_selection.py b/rerun_py/rerun_sdk/rerun/components/tensor_dimension_index_selection.py index 5100ee4d64c1..2bd7df77cef2 100644 --- a/rerun_py/rerun_sdk/rerun/components/tensor_dimension_index_selection.py +++ b/rerun_py/rerun_sdk/rerun/components/tensor_dimension_index_selection.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". # You can extend this class by creating a "TensorDimensionIndexSelectionExt" class in "tensor_dimension_index_selection_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/tensor_height_dimension.py b/rerun_py/rerun_sdk/rerun/components/tensor_height_dimension.py index b83e7b724ae1..e91985265377 100644 --- a/rerun_py/rerun_sdk/rerun/components/tensor_height_dimension.py +++ b/rerun_py/rerun_sdk/rerun/components/tensor_height_dimension.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". # You can extend this class by creating a "TensorHeightDimensionExt" class in "tensor_height_dimension_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/tensor_width_dimension.py b/rerun_py/rerun_sdk/rerun/components/tensor_width_dimension.py index 11df1717cb40..a871d5ac110f 100644 --- a/rerun_py/rerun_sdk/rerun/components/tensor_width_dimension.py +++ b/rerun_py/rerun_sdk/rerun/components/tensor_width_dimension.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/tensor_dimension_selection.fbs". # You can extend this class by creating a "TensorWidthDimensionExt" class in "tensor_width_dimension_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/texcoord2d.py b/rerun_py/rerun_sdk/rerun/components/texcoord2d.py index d6ac2f0150df..53623fe2e58e 100644 --- a/rerun_py/rerun_sdk/rerun/components/texcoord2d.py +++ b/rerun_py/rerun_sdk/rerun/components/texcoord2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/texcoord2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/texcoord2d.fbs". # You can extend this class by creating a "Texcoord2DExt" class in "texcoord2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/text.py b/rerun_py/rerun_sdk/rerun/components/text.py index 894f3c0c7f7d..78abca342cd3 100644 --- a/rerun_py/rerun_sdk/rerun/components/text.py +++ b/rerun_py/rerun_sdk/rerun/components/text.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/text.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/text.fbs". # You can extend this class by creating a "TextExt" class in "text_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/text_log_level.py b/rerun_py/rerun_sdk/rerun/components/text_log_level.py index 63bcd69d309c..28531c94217b 100644 --- a/rerun_py/rerun_sdk/rerun/components/text_log_level.py +++ b/rerun_py/rerun_sdk/rerun/components/text_log_level.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/text_log_level.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/text_log_level.fbs". # You can extend this class by creating a "TextLogLevelExt" class in "text_log_level_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/transform3d.py b/rerun_py/rerun_sdk/rerun/components/transform3d.py index 7038812728e9..c89a94bbff5b 100644 --- a/rerun_py/rerun_sdk/rerun/components/transform3d.py +++ b/rerun_py/rerun_sdk/rerun/components/transform3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/transform3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/transform3d.fbs". # You can extend this class by creating a "Transform3DExt" class in "transform3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/triangle_indices.py b/rerun_py/rerun_sdk/rerun/components/triangle_indices.py index 0643905251e1..9f9885f694ad 100644 --- a/rerun_py/rerun_sdk/rerun/components/triangle_indices.py +++ b/rerun_py/rerun_sdk/rerun/components/triangle_indices.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/triangle_indices.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/triangle_indices.fbs". # You can extend this class by creating a "TriangleIndicesExt" class in "triangle_indices_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/vector2d.py b/rerun_py/rerun_sdk/rerun/components/vector2d.py index b072c0c36e2b..0ba6e019e760 100644 --- a/rerun_py/rerun_sdk/rerun/components/vector2d.py +++ b/rerun_py/rerun_sdk/rerun/components/vector2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/vector2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/vector2d.fbs". # You can extend this class by creating a "Vector2DExt" class in "vector2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/vector3d.py b/rerun_py/rerun_sdk/rerun/components/vector3d.py index 4d82a02c8f14..e5d60ba9597e 100644 --- a/rerun_py/rerun_sdk/rerun/components/vector3d.py +++ b/rerun_py/rerun_sdk/rerun/components/vector3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/vector3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/vector3d.fbs". # You can extend this class by creating a "Vector3DExt" class in "vector3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/components/view_coordinates.py b/rerun_py/rerun_sdk/rerun/components/view_coordinates.py index 4913d61ec99f..2f7a6d75cee8 100644 --- a/rerun_py/rerun_sdk/rerun/components/view_coordinates.py +++ b/rerun_py/rerun_sdk/rerun/components/view_coordinates.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/components/view_coordinates.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/components/view_coordinates.fbs". # You can extend this class by creating a "ViewCoordinatesExt" class in "view_coordinates_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/.gitattributes b/rerun_py/rerun_sdk/rerun/datatypes/.gitattributes index 347cb40e7c20..5785b817bb75 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/.gitattributes +++ b/rerun_py/rerun_sdk/rerun/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/rerun_sdk/rerun/datatypes/__init__.py b/rerun_py/rerun_sdk/rerun/datatypes/__init__.py index 2af8e50b2349..9b6bb1f148a5 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/__init__.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/rerun_sdk/rerun/datatypes/angle.py b/rerun_py/rerun_sdk/rerun/datatypes/angle.py index 667583ff6864..8977c8abc176 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/angle.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/angle.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/angle.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/angle.fbs". # You can extend this class by creating a "AngleExt" class in "angle_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/annotation_info.py b/rerun_py/rerun_sdk/rerun/datatypes/annotation_info.py index a38178c5fd7e..aeece11d7abb 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/annotation_info.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/annotation_info.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/annotation_info.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/annotation_info.fbs". # You can extend this class by creating a "AnnotationInfoExt" class in "annotation_info_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/bool.py b/rerun_py/rerun_sdk/rerun/datatypes/bool.py index 4ae5c01eb2c2..be0560b29997 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/bool.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/bool.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/bool.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/bool.fbs". # You can extend this class by creating a "BoolExt" class in "bool_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/class_description.py b/rerun_py/rerun_sdk/rerun/datatypes/class_description.py index e560e1c42f41..7dc97b956f30 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/class_description.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/class_description.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/class_description.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/class_description.fbs". # You can extend this class by creating a "ClassDescriptionExt" class in "class_description_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/class_description_map_elem.py b/rerun_py/rerun_sdk/rerun/datatypes/class_description_map_elem.py index 725ade4a8ec5..f48b9b81148c 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/class_description_map_elem.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/class_description_map_elem.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/class_description_map_elem.fbs". # You can extend this class by creating a "ClassDescriptionMapElemExt" class in "class_description_map_elem_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/class_id.py b/rerun_py/rerun_sdk/rerun/datatypes/class_id.py index 9287eb8b9d98..a612b2f66b30 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/class_id.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/class_id.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/class_id.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/class_id.fbs". # You can extend this class by creating a "ClassIdExt" class in "class_id_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/entity_path.py b/rerun_py/rerun_sdk/rerun/datatypes/entity_path.py index 5b3669ab906c..1eac29289de9 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/entity_path.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/entity_path.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/entity_path.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/entity_path.fbs". # You can extend this class by creating a "EntityPathExt" class in "entity_path_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/float32.py b/rerun_py/rerun_sdk/rerun/datatypes/float32.py index ac695462ad70..a84483b00b3c 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/float32.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/float32.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/float32.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/float32.fbs". # You can extend this class by creating a "Float32Ext" class in "float32_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/keypoint_id.py b/rerun_py/rerun_sdk/rerun/datatypes/keypoint_id.py index 1887e8dc03fd..c1e1d970a03b 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/keypoint_id.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/keypoint_id.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/keypoint_id.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/keypoint_id.fbs". # You can extend this class by creating a "KeypointIdExt" class in "keypoint_id_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/keypoint_pair.py b/rerun_py/rerun_sdk/rerun/datatypes/keypoint_pair.py index 4e8535531ab2..ca1205e68ba5 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/keypoint_pair.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/keypoint_pair.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/keypoint_pair.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/keypoint_pair.fbs". # You can extend this class by creating a "KeypointPairExt" class in "keypoint_pair_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/mat3x3.py b/rerun_py/rerun_sdk/rerun/datatypes/mat3x3.py index 53946a982de4..013262189910 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/mat3x3.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/mat3x3.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/mat3x3.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/mat3x3.fbs". # You can extend this class by creating a "Mat3x3Ext" class in "mat3x3_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/mat4x4.py b/rerun_py/rerun_sdk/rerun/datatypes/mat4x4.py index db4af5aaa5f2..cb17b30f9ff2 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/mat4x4.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/mat4x4.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/mat4x4.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/mat4x4.fbs". # You can extend this class by creating a "Mat4x4Ext" class in "mat4x4_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/material.py b/rerun_py/rerun_sdk/rerun/datatypes/material.py index d3e1348b952e..77ed8127a971 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/material.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/material.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/material.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/material.fbs". # You can extend this class by creating a "MaterialExt" class in "material_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/quaternion.py b/rerun_py/rerun_sdk/rerun/datatypes/quaternion.py index 673c3191b716..ef6a4bd3a00b 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/quaternion.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/quaternion.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/quaternion.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/quaternion.fbs". # You can extend this class by creating a "QuaternionExt" class in "quaternion_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/range1d.py b/rerun_py/rerun_sdk/rerun/datatypes/range1d.py index 42c7d26a3093..5cd9f04cfddc 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/range1d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/range1d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/range1d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/range1d.fbs". # You can extend this class by creating a "Range1DExt" class in "range1d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/range2d.py b/rerun_py/rerun_sdk/rerun/datatypes/range2d.py index 2ae11b8d450d..36bbb82897e6 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/range2d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/range2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/range2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/range2d.fbs". # You can extend this class by creating a "Range2DExt" class in "range2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/rgba32.py b/rerun_py/rerun_sdk/rerun/datatypes/rgba32.py index 93775ab4fcf6..c6ea294429d0 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/rgba32.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/rgba32.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/rgba32.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/rgba32.fbs". # You can extend this class by creating a "Rgba32Ext" class in "rgba32_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/rotation3d.py b/rerun_py/rerun_sdk/rerun/datatypes/rotation3d.py index 3e15ca8b783b..58c67deb7577 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/rotation3d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/rotation3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/rotation3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/rotation3d.fbs". # You can extend this class by creating a "Rotation3DExt" class in "rotation3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/rotation_axis_angle.py b/rerun_py/rerun_sdk/rerun/datatypes/rotation_axis_angle.py index 0e3870636f39..1a779fbcb0de 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/rotation_axis_angle.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/rotation_axis_angle.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/rotation_axis_angle.fbs". # You can extend this class by creating a "RotationAxisAngleExt" class in "rotation_axis_angle_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/scale3d.py b/rerun_py/rerun_sdk/rerun/datatypes/scale3d.py index bfc6ca42213c..66f6b177f119 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/scale3d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/scale3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/scale3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/scale3d.fbs". # You can extend this class by creating a "Scale3DExt" class in "scale3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/tensor_buffer.py b/rerun_py/rerun_sdk/rerun/datatypes/tensor_buffer.py index e5212e1f642c..c946d9ad9bd8 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/tensor_buffer.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/tensor_buffer.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/tensor_buffer.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_buffer.fbs". # You can extend this class by creating a "TensorBufferExt" class in "tensor_buffer_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/tensor_data.py b/rerun_py/rerun_sdk/rerun/datatypes/tensor_data.py index 5aafec7f8bc3..bad99e3538b2 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/tensor_data.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/tensor_data.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/tensor_data.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_data.fbs". # You can extend this class by creating a "TensorDataExt" class in "tensor_data_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension.py b/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension.py index 8de9c1cfafcf..924f8e1b0a7c 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension.fbs". # You can extend this class by creating a "TensorDimensionExt" class in "tensor_dimension_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension_index_selection.py b/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension_index_selection.py index b99fcf54f90f..3c6b9f03f234 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension_index_selection.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension_index_selection.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". # You can extend this class by creating a "TensorDimensionIndexSelectionExt" class in "tensor_dimension_index_selection_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension_selection.py b/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension_selection.py index bcfc8658936c..32407f0e058d 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension_selection.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/tensor_dimension_selection.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/tensor_dimension_selection.fbs". # You can extend this class by creating a "TensorDimensionSelectionExt" class in "tensor_dimension_selection_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/time_int.py b/rerun_py/rerun_sdk/rerun/datatypes/time_int.py index 21c60fd7a331..d8aa6dd893c2 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/time_int.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/time_int.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/time_int.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/time_int.fbs". # You can extend this class by creating a "TimeIntExt" class in "time_int_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/time_range.py b/rerun_py/rerun_sdk/rerun/datatypes/time_range.py index 7035a5f7c7ed..5493145cefcc 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/time_range.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/time_range.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". # You can extend this class by creating a "TimeRangeExt" class in "time_range_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/time_range_boundary.py b/rerun_py/rerun_sdk/rerun/datatypes/time_range_boundary.py index 7075a185e38a..08d7118bb249 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/time_range_boundary.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/time_range_boundary.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". # You can extend this class by creating a "TimeRangeBoundaryExt" class in "time_range_boundary_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/transform3d.py b/rerun_py/rerun_sdk/rerun/datatypes/transform3d.py index d4153456fc02..cdcc7abfccfe 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/transform3d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/transform3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/transform3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/transform3d.fbs". # You can extend this class by creating a "Transform3DExt" class in "transform3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/translation_and_mat3x3.py b/rerun_py/rerun_sdk/rerun/datatypes/translation_and_mat3x3.py index 1633c81aa0da..df2894805978 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/translation_and_mat3x3.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/translation_and_mat3x3.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/translation_and_mat3x3.fbs". # You can extend this class by creating a "TranslationAndMat3x3Ext" class in "translation_and_mat3x3_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/translation_rotation_scale3d.py b/rerun_py/rerun_sdk/rerun/datatypes/translation_rotation_scale3d.py index 45842eb66d1d..d3361cdce9fe 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/translation_rotation_scale3d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/translation_rotation_scale3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/translation_rotation_scale3d.fbs". # You can extend this class by creating a "TranslationRotationScale3DExt" class in "translation_rotation_scale3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/uint32.py b/rerun_py/rerun_sdk/rerun/datatypes/uint32.py index f87e89bb0ce0..17dbca9161e4 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/uint32.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/uint32.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/uint32.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/uint32.fbs". # You can extend this class by creating a "UInt32Ext" class in "uint32_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/uint64.py b/rerun_py/rerun_sdk/rerun/datatypes/uint64.py index 6879cb0fbaf1..a75f0ed7bdaf 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/uint64.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/uint64.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/uint64.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/uint64.fbs". # You can extend this class by creating a "UInt64Ext" class in "uint64_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/utf8.py b/rerun_py/rerun_sdk/rerun/datatypes/utf8.py index 4fff9ecad4b9..6d51ee43b1ff 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/utf8.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/utf8.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/utf8.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/utf8.fbs". # You can extend this class by creating a "Utf8Ext" class in "utf8_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/uuid.py b/rerun_py/rerun_sdk/rerun/datatypes/uuid.py index 4eca0ddf0bfd..74f2c6820098 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/uuid.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/uuid.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/uuid.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/uuid.fbs". # You can extend this class by creating a "UuidExt" class in "uuid_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/uvec2d.py b/rerun_py/rerun_sdk/rerun/datatypes/uvec2d.py index d730cec9a4e7..f8a896cfe2aa 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/uvec2d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/uvec2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/uvec2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/uvec2d.fbs". # You can extend this class by creating a "UVec2DExt" class in "uvec2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/uvec3d.py b/rerun_py/rerun_sdk/rerun/datatypes/uvec3d.py index ae4ec3f8d23e..8fbe113ba62b 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/uvec3d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/uvec3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/uvec3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/uvec3d.fbs". # You can extend this class by creating a "UVec3DExt" class in "uvec3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/uvec4d.py b/rerun_py/rerun_sdk/rerun/datatypes/uvec4d.py index 5daf18eedaa0..34747787baa3 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/uvec4d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/uvec4d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/uvec4d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/uvec4d.fbs". # You can extend this class by creating a "UVec4DExt" class in "uvec4d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/vec2d.py b/rerun_py/rerun_sdk/rerun/datatypes/vec2d.py index 1bbc5cb8164e..1d5576d661cb 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/vec2d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/vec2d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/vec2d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/vec2d.fbs". # You can extend this class by creating a "Vec2DExt" class in "vec2d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/vec3d.py b/rerun_py/rerun_sdk/rerun/datatypes/vec3d.py index 949e661bf2b3..a49c81c3ef65 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/vec3d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/vec3d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/vec3d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/vec3d.fbs". # You can extend this class by creating a "Vec3DExt" class in "vec3d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/vec4d.py b/rerun_py/rerun_sdk/rerun/datatypes/vec4d.py index ebc228825835..c586dd69682f 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/vec4d.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/vec4d.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/vec4d.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/vec4d.fbs". # You can extend this class by creating a "Vec4DExt" class in "vec4d_ext.py". diff --git a/rerun_py/rerun_sdk/rerun/datatypes/visible_time_range.py b/rerun_py/rerun_sdk/rerun/datatypes/visible_time_range.py index 1e25961dcfb3..7807dc34c408 100644 --- a/rerun_py/rerun_sdk/rerun/datatypes/visible_time_range.py +++ b/rerun_py/rerun_sdk/rerun/datatypes/visible_time_range.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/datatypes/visible_time_range.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/datatypes/visible_time_range.fbs". # You can extend this class by creating a "VisibleTimeRangeExt" class in "visible_time_range_ext.py". diff --git a/rerun_py/tests/test_types/archetypes/.gitattributes b/rerun_py/tests/test_types/archetypes/.gitattributes index db9f62cec28a..79f3de6cb233 100644 --- a/rerun_py/tests/test_types/archetypes/.gitattributes +++ b/rerun_py/tests/test_types/archetypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/tests/test_types/archetypes/__init__.py b/rerun_py/tests/test_types/archetypes/__init__.py index fc689d15bfd8..e52ad7ca1e04 100644 --- a/rerun_py/tests/test_types/archetypes/__init__.py +++ b/rerun_py/tests/test_types/archetypes/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/tests/test_types/archetypes/affix_fuzzer1.py b/rerun_py/tests/test_types/archetypes/affix_fuzzer1.py index ac021946410b..15a00291dbec 100644 --- a/rerun_py/tests/test_types/archetypes/affix_fuzzer1.py +++ b/rerun_py/tests/test_types/archetypes/affix_fuzzer1.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer1Ext" class in "affix_fuzzer1_ext.py". diff --git a/rerun_py/tests/test_types/archetypes/affix_fuzzer2.py b/rerun_py/tests/test_types/archetypes/affix_fuzzer2.py index 58f9d7df78cb..cdfbb6005b05 100644 --- a/rerun_py/tests/test_types/archetypes/affix_fuzzer2.py +++ b/rerun_py/tests/test_types/archetypes/affix_fuzzer2.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer2Ext" class in "affix_fuzzer2_ext.py". diff --git a/rerun_py/tests/test_types/archetypes/affix_fuzzer3.py b/rerun_py/tests/test_types/archetypes/affix_fuzzer3.py index 45588ae924a2..d1f7dfd6ade7 100644 --- a/rerun_py/tests/test_types/archetypes/affix_fuzzer3.py +++ b/rerun_py/tests/test_types/archetypes/affix_fuzzer3.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer3Ext" class in "affix_fuzzer3_ext.py". diff --git a/rerun_py/tests/test_types/archetypes/affix_fuzzer4.py b/rerun_py/tests/test_types/archetypes/affix_fuzzer4.py index 777bbdedc77d..eab5407e1cf7 100644 --- a/rerun_py/tests/test_types/archetypes/affix_fuzzer4.py +++ b/rerun_py/tests/test_types/archetypes/affix_fuzzer4.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/archetypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer4Ext" class in "affix_fuzzer4_ext.py". diff --git a/rerun_py/tests/test_types/blueprint/.gitattributes b/rerun_py/tests/test_types/blueprint/.gitattributes index fd2ebff59be3..2cccece21147 100644 --- a/rerun_py/tests/test_types/blueprint/.gitattributes +++ b/rerun_py/tests/test_types/blueprint/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/tests/test_types/blueprint/__init__.py b/rerun_py/tests/test_types/blueprint/__init__.py index b848838d60eb..0a9ac47af06a 100644 --- a/rerun_py/tests/test_types/blueprint/__init__.py +++ b/rerun_py/tests/test_types/blueprint/__init__.py @@ -1,3 +1,3 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python.rs from __future__ import annotations diff --git a/rerun_py/tests/test_types/components/.gitattributes b/rerun_py/tests/test_types/components/.gitattributes index 134571fd84be..d979bc7734cc 100644 --- a/rerun_py/tests/test_types/components/.gitattributes +++ b/rerun_py/tests/test_types/components/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/tests/test_types/components/__init__.py b/rerun_py/tests/test_types/components/__init__.py index 22fffe2ee151..ecbea158b77e 100644 --- a/rerun_py/tests/test_types/components/__init__.py +++ b/rerun_py/tests/test_types/components/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/tests/test_types/components/affix_fuzzer1.py b/rerun_py/tests/test_types/components/affix_fuzzer1.py index 08be22d45ac1..1075d9576fd0 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer1.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer1.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer1Ext" class in "affix_fuzzer1_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer10.py b/rerun_py/tests/test_types/components/affix_fuzzer10.py index 9d065486e2e5..061b5ad1645d 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer10.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer10.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer10Ext" class in "affix_fuzzer10_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer11.py b/rerun_py/tests/test_types/components/affix_fuzzer11.py index bea6dfa33c4e..4288b221084b 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer11.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer11.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer11Ext" class in "affix_fuzzer11_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer12.py b/rerun_py/tests/test_types/components/affix_fuzzer12.py index 824953142d55..a725276ed4ec 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer12.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer12.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer12Ext" class in "affix_fuzzer12_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer13.py b/rerun_py/tests/test_types/components/affix_fuzzer13.py index bd6913510e77..e014b6fde9d1 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer13.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer13.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer13Ext" class in "affix_fuzzer13_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer14.py b/rerun_py/tests/test_types/components/affix_fuzzer14.py index 89f31b2a83ed..b1ad4bebf0e6 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer14.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer14.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer14Ext" class in "affix_fuzzer14_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer15.py b/rerun_py/tests/test_types/components/affix_fuzzer15.py index 2f8dce2f757d..1fa0ccf884d2 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer15.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer15.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer15Ext" class in "affix_fuzzer15_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer16.py b/rerun_py/tests/test_types/components/affix_fuzzer16.py index 952a836cf76a..22f8475c663d 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer16.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer16.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer16Ext" class in "affix_fuzzer16_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer17.py b/rerun_py/tests/test_types/components/affix_fuzzer17.py index 6ddd16b31eca..c980e790602a 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer17.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer17.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer17Ext" class in "affix_fuzzer17_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer18.py b/rerun_py/tests/test_types/components/affix_fuzzer18.py index e851be58727e..412b77d2b23e 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer18.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer18.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer18Ext" class in "affix_fuzzer18_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer19.py b/rerun_py/tests/test_types/components/affix_fuzzer19.py index eefe3ee48719..922ff4dd2af0 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer19.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer19.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer19Ext" class in "affix_fuzzer19_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer2.py b/rerun_py/tests/test_types/components/affix_fuzzer2.py index 45d8000887bd..c8430e18ad75 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer2.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer2.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer2Ext" class in "affix_fuzzer2_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer20.py b/rerun_py/tests/test_types/components/affix_fuzzer20.py index 631e43510f1a..ebdd3efbf2fc 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer20.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer20.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer20Ext" class in "affix_fuzzer20_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer21.py b/rerun_py/tests/test_types/components/affix_fuzzer21.py index f0451452794f..e742484aba6f 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer21.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer21.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer21Ext" class in "affix_fuzzer21_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer22.py b/rerun_py/tests/test_types/components/affix_fuzzer22.py index 5bf9bde1de65..a4da560369cf 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer22.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer22.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer22Ext" class in "affix_fuzzer22_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer3.py b/rerun_py/tests/test_types/components/affix_fuzzer3.py index 969084164eac..ba94dd091c31 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer3.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer3.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer3Ext" class in "affix_fuzzer3_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer4.py b/rerun_py/tests/test_types/components/affix_fuzzer4.py index 7b8f4023ccf1..3d7f82a292fb 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer4.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer4.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer4Ext" class in "affix_fuzzer4_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer5.py b/rerun_py/tests/test_types/components/affix_fuzzer5.py index 97403e45fa55..4b245885d89d 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer5.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer5.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer5Ext" class in "affix_fuzzer5_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer6.py b/rerun_py/tests/test_types/components/affix_fuzzer6.py index e5a3743cf6ad..aac8a23b7fae 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer6.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer6.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer6Ext" class in "affix_fuzzer6_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer7.py b/rerun_py/tests/test_types/components/affix_fuzzer7.py index 6bee65bc652a..95f3631f2d23 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer7.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer7.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer7Ext" class in "affix_fuzzer7_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer8.py b/rerun_py/tests/test_types/components/affix_fuzzer8.py index ecd0099dfb70..6a96bd8973ff 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer8.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer8.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer8Ext" class in "affix_fuzzer8_ext.py". diff --git a/rerun_py/tests/test_types/components/affix_fuzzer9.py b/rerun_py/tests/test_types/components/affix_fuzzer9.py index 7e3f97743a02..b3c991c0df34 100644 --- a/rerun_py/tests/test_types/components/affix_fuzzer9.py +++ b/rerun_py/tests/test_types/components/affix_fuzzer9.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer9Ext" class in "affix_fuzzer9_ext.py". diff --git a/rerun_py/tests/test_types/components/enum_test.py b/rerun_py/tests/test_types/components/enum_test.py index 0469e8390df7..f07b64c2389b 100644 --- a/rerun_py/tests/test_types/components/enum_test.py +++ b/rerun_py/tests/test_types/components/enum_test.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/enum_test.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/enum_test.fbs". # You can extend this class by creating a "EnumTestExt" class in "enum_test_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/.gitattributes b/rerun_py/tests/test_types/datatypes/.gitattributes index d9813bcc1c60..c6d34d22bf54 100644 --- a/rerun_py/tests/test_types/datatypes/.gitattributes +++ b/rerun_py/tests/test_types/datatypes/.gitattributes @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file is generated by crates/re_types_builder/src/lib.rs +# DO NOT EDIT! This file is generated by crates/build/re_types_builder/src/lib.rs .gitattributes linguist-generated=true __init__.py linguist-generated=true diff --git a/rerun_py/tests/test_types/datatypes/__init__.py b/rerun_py/tests/test_types/datatypes/__init__.py index 118ed3c974cb..bd06ae590d6f 100644 --- a/rerun_py/tests/test_types/datatypes/__init__.py +++ b/rerun_py/tests/test_types/datatypes/__init__.py @@ -1,4 +1,4 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs from __future__ import annotations diff --git a/rerun_py/tests/test_types/datatypes/affix_fuzzer1.py b/rerun_py/tests/test_types/datatypes/affix_fuzzer1.py index 1cd411083051..1fe0f83e8a6c 100644 --- a/rerun_py/tests/test_types/datatypes/affix_fuzzer1.py +++ b/rerun_py/tests/test_types/datatypes/affix_fuzzer1.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer1Ext" class in "affix_fuzzer1_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/affix_fuzzer2.py b/rerun_py/tests/test_types/datatypes/affix_fuzzer2.py index c681afb486c3..36e7fff627bb 100644 --- a/rerun_py/tests/test_types/datatypes/affix_fuzzer2.py +++ b/rerun_py/tests/test_types/datatypes/affix_fuzzer2.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer2Ext" class in "affix_fuzzer2_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/affix_fuzzer20.py b/rerun_py/tests/test_types/datatypes/affix_fuzzer20.py index f253d3a2d18b..20a60f95015b 100644 --- a/rerun_py/tests/test_types/datatypes/affix_fuzzer20.py +++ b/rerun_py/tests/test_types/datatypes/affix_fuzzer20.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer20Ext" class in "affix_fuzzer20_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/affix_fuzzer21.py b/rerun_py/tests/test_types/datatypes/affix_fuzzer21.py index 08e21ace619f..6c768b50d6ec 100644 --- a/rerun_py/tests/test_types/datatypes/affix_fuzzer21.py +++ b/rerun_py/tests/test_types/datatypes/affix_fuzzer21.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer21Ext" class in "affix_fuzzer21_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/affix_fuzzer22.py b/rerun_py/tests/test_types/datatypes/affix_fuzzer22.py index bfdb2c13aad8..20d0bee0d1f3 100644 --- a/rerun_py/tests/test_types/datatypes/affix_fuzzer22.py +++ b/rerun_py/tests/test_types/datatypes/affix_fuzzer22.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer22Ext" class in "affix_fuzzer22_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/affix_fuzzer3.py b/rerun_py/tests/test_types/datatypes/affix_fuzzer3.py index 3c5654655d2d..87b2c9b221de 100644 --- a/rerun_py/tests/test_types/datatypes/affix_fuzzer3.py +++ b/rerun_py/tests/test_types/datatypes/affix_fuzzer3.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer3Ext" class in "affix_fuzzer3_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/affix_fuzzer4.py b/rerun_py/tests/test_types/datatypes/affix_fuzzer4.py index 76f06114bbc5..88dff854f39c 100644 --- a/rerun_py/tests/test_types/datatypes/affix_fuzzer4.py +++ b/rerun_py/tests/test_types/datatypes/affix_fuzzer4.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer4Ext" class in "affix_fuzzer4_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/affix_fuzzer5.py b/rerun_py/tests/test_types/datatypes/affix_fuzzer5.py index 86fca505a032..62bcdf309e43 100644 --- a/rerun_py/tests/test_types/datatypes/affix_fuzzer5.py +++ b/rerun_py/tests/test_types/datatypes/affix_fuzzer5.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "AffixFuzzer5Ext" class in "affix_fuzzer5_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/flattened_scalar.py b/rerun_py/tests/test_types/datatypes/flattened_scalar.py index de0f413777f9..6332cec58f93 100644 --- a/rerun_py/tests/test_types/datatypes/flattened_scalar.py +++ b/rerun_py/tests/test_types/datatypes/flattened_scalar.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/datatypes/fuzzy.fbs". # You can extend this class by creating a "FlattenedScalarExt" class in "flattened_scalar_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/primitive_component.py b/rerun_py/tests/test_types/datatypes/primitive_component.py index e59566e47d07..fb9a77eb9eee 100644 --- a/rerun_py/tests/test_types/datatypes/primitive_component.py +++ b/rerun_py/tests/test_types/datatypes/primitive_component.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". # You can extend this class by creating a "PrimitiveComponentExt" class in "primitive_component_ext.py". diff --git a/rerun_py/tests/test_types/datatypes/string_component.py b/rerun_py/tests/test_types/datatypes/string_component.py index 7466b07ce2fc..b1dc986439ce 100644 --- a/rerun_py/tests/test_types/datatypes/string_component.py +++ b/rerun_py/tests/test_types/datatypes/string_component.py @@ -1,5 +1,5 @@ -# DO NOT EDIT! This file was auto-generated by crates/re_types_builder/src/codegen/python/mod.rs -# Based on "crates/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". +# DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/python/mod.rs +# Based on "crates/store/re_types/definitions/rerun/testing/components/fuzzy_deps.fbs". # You can extend this class by creating a "StringComponentExt" class in "string_component_ext.py". diff --git a/scripts/ci/check_large_files_allow_list.txt b/scripts/ci/check_large_files_allow_list.txt index 6b3e174c1ab2..0c266068eef8 100644 --- a/scripts/ci/check_large_files_allow_list.txt +++ b/scripts/ci/check_large_files_allow_list.txt @@ -1,7 +1,7 @@ Cargo.lock CHANGELOG.md -crates/re_types_builder/src/reflection.rs -crates/re_types/src/datatypes/tensor_buffer.rs -crates/re_ui/data/Inter-Medium.otf +crates/build/re_types_builder/src/reflection.rs +crates/store/re_types/src/datatypes/tensor_buffer.rs +crates/viewer/re_ui/data/Inter-Medium.otf pixi.lock rerun_cpp/docs/Doxyfile diff --git a/scripts/generate_view_coordinate_defs.py b/scripts/generate_view_coordinate_defs.py index adaa800e7ae1..1a8fd3d34b4e 100755 --- a/scripts/generate_view_coordinate_defs.py +++ b/scripts/generate_view_coordinate_defs.py @@ -67,7 +67,7 @@ def generate_up_handed_permutations() -> Iterable[ViewCoordinates]: ################################################################################ # Rust Archetype -RUST_ARCHETYPE_EXTENSION_FILE = "crates/re_types/src/archetypes/view_coordinates_ext.rs" +RUST_ARCHETYPE_EXTENSION_FILE = "crates/store/re_types/src/archetypes/view_coordinates_ext.rs" def rust_arch_decl(coords: ViewCoordinates) -> str: @@ -87,7 +87,7 @@ def gen_rust_arch_decl() -> list[str]: ################################################################################ # Rust Component -RUST_COMPONENT_EXTENSION_FILE = "crates/re_types/src/components/view_coordinates_ext.rs" +RUST_COMPONENT_EXTENSION_FILE = "crates/store/re_types/src/components/view_coordinates_ext.rs" def rust_cmp_decl(coords: ViewCoordinates) -> str: diff --git a/scripts/lint.py b/scripts/lint.py index ffd7931bb70c..c1c400e4999a 100755 --- a/scripts/lint.py +++ b/scripts/lint.py @@ -603,7 +603,7 @@ def test_lint_workspace_deps() -> None: publish = false [dependencies] - rerun = { path = "../../../crates/rerun", features = ["web_viewer"] } + rerun = { path = "../../../crates/top/rerun", features = ["web_viewer"] } anyhow = "1.0" clap = { version = "4.0", features = ["derive"] } diff --git a/scripts/screenshot_compare/build_screenshot_compare.py b/scripts/screenshot_compare/build_screenshot_compare.py index 2b5cebd3175d..20b8932a204c 100755 --- a/scripts/screenshot_compare/build_screenshot_compare.py +++ b/scripts/screenshot_compare/build_screenshot_compare.py @@ -6,7 +6,7 @@ This script builds/gather RRDs and corresponding screenshots and displays them side-by-side. It pulls from the following sources: -- The screenshots listed in .fbs files (crates/re_types/definitions/rerun/**/*.fbs), +- The screenshots listed in .fbs files (crates/store/re_types/definitions/rerun/**/*.fbs), and the corresponding snippets in the docs (docs/snippets/*.rs) - The `rerun.io/viewer` examples, as built by the `re_dev_tools`/`build_examples` script. @@ -102,7 +102,7 @@ def build_python_sdk() -> None: def extract_snippet_urls_from_fbs() -> dict[str, str]: - fbs_path = SCRIPT_DIR_PATH.parent.parent / "crates" / "re_types" / "definitions" / "rerun" + fbs_path = SCRIPT_DIR_PATH.parent.parent / "crates" / "store" / "re_types" / "definitions" / "rerun" urls = {} for fbs in fbs_path.glob("**/*.fbs"): diff --git a/tests/roundtrips.py b/tests/roundtrips.py index 4e9de9032f55..cae0cc63373e 100755 --- a/tests/roundtrips.py +++ b/tests/roundtrips.py @@ -3,7 +3,7 @@ """ Run our end-to-end cross-language roundtrip tests for all SDKs. -The list of archetypes is read directly from `crates/re_types/definitions/rerun/archetypes`. +The list of archetypes is read directly from `crates/store/re_types/definitions/rerun/archetypes`. If you create a new archetype definition without end-to-end tests, this will fail. """ @@ -21,8 +21,8 @@ from roundtrip_utils import cmake_build, cmake_configure, cpp_build_dir, roundtrip_env, run, run_comparison # noqa ARCHETYPES_PATHS = [ - "crates/re_types/definitions/rerun/archetypes", - "crates/re_types/definitions/rerun/blueprint/archetypes", + "crates/store/re_types/definitions/rerun/archetypes", + "crates/store/re_types/definitions/rerun/blueprint/archetypes", ] opt_out = {} diff --git a/tests/rust/log_benchmark/Cargo.toml b/tests/rust/log_benchmark/Cargo.toml index 14e7fc772b6a..43ae58554daa 100644 --- a/tests/rust/log_benchmark/Cargo.toml +++ b/tests/rust/log_benchmark/Cargo.toml @@ -10,8 +10,10 @@ publish = false workspace = true [dependencies] -re_tracing = { path = "../../../crates/re_tracing", features = ["server"] } -rerun = { path = "../../../crates/rerun" } +re_tracing = { path = "../../../crates/utils/re_tracing", features = [ + "server", +] } +rerun = { path = "../../../crates/top/rerun" } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/plot_dashboard_stress/Cargo.toml b/tests/rust/plot_dashboard_stress/Cargo.toml index 8cdee2cc2d34..136ae47380b7 100644 --- a/tests/rust/plot_dashboard_stress/Cargo.toml +++ b/tests/rust/plot_dashboard_stress/Cargo.toml @@ -15,7 +15,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../crates/top/rerun", features = ["clap"] } anyhow = "1.0" clap = { version = "4.0", features = ["derive"] } diff --git a/tests/rust/roundtrips/annotation_context/Cargo.toml b/tests/rust/roundtrips/annotation_context/Cargo.toml index 0cb5612b59e5..fde2ff3dfc30 100644 --- a/tests/rust/roundtrips/annotation_context/Cargo.toml +++ b/tests/rust/roundtrips/annotation_context/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/arrows2d/Cargo.toml b/tests/rust/roundtrips/arrows2d/Cargo.toml index fab52b7bcb85..b3a073901688 100644 --- a/tests/rust/roundtrips/arrows2d/Cargo.toml +++ b/tests/rust/roundtrips/arrows2d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/arrows3d/Cargo.toml b/tests/rust/roundtrips/arrows3d/Cargo.toml index 72fef6159dee..094394a5c10f 100644 --- a/tests/rust/roundtrips/arrows3d/Cargo.toml +++ b/tests/rust/roundtrips/arrows3d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/boxes2d/Cargo.toml b/tests/rust/roundtrips/boxes2d/Cargo.toml index cc742779e0da..4847464552f3 100644 --- a/tests/rust/roundtrips/boxes2d/Cargo.toml +++ b/tests/rust/roundtrips/boxes2d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/boxes3d/Cargo.toml b/tests/rust/roundtrips/boxes3d/Cargo.toml index 0b5b5d140b60..1e31b18b2aab 100644 --- a/tests/rust/roundtrips/boxes3d/Cargo.toml +++ b/tests/rust/roundtrips/boxes3d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/depth_image/Cargo.toml b/tests/rust/roundtrips/depth_image/Cargo.toml index 326adf25e2a2..40dd8f829986 100644 --- a/tests/rust/roundtrips/depth_image/Cargo.toml +++ b/tests/rust/roundtrips/depth_image/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/disconnected_space/Cargo.toml b/tests/rust/roundtrips/disconnected_space/Cargo.toml index 42665cf11479..d41c089e00b4 100644 --- a/tests/rust/roundtrips/disconnected_space/Cargo.toml +++ b/tests/rust/roundtrips/disconnected_space/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/image/Cargo.toml b/tests/rust/roundtrips/image/Cargo.toml index c20d49a96ef1..57e8e8ffa31b 100644 --- a/tests/rust/roundtrips/image/Cargo.toml +++ b/tests/rust/roundtrips/image/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/line_strips2d/Cargo.toml b/tests/rust/roundtrips/line_strips2d/Cargo.toml index 894bac479440..eeaf6b51593c 100644 --- a/tests/rust/roundtrips/line_strips2d/Cargo.toml +++ b/tests/rust/roundtrips/line_strips2d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/line_strips3d/Cargo.toml b/tests/rust/roundtrips/line_strips3d/Cargo.toml index 6b7d2efc3571..9c2e99de9456 100644 --- a/tests/rust/roundtrips/line_strips3d/Cargo.toml +++ b/tests/rust/roundtrips/line_strips3d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/pinhole/Cargo.toml b/tests/rust/roundtrips/pinhole/Cargo.toml index d0e17c042a54..3ecb5aa1d8c6 100644 --- a/tests/rust/roundtrips/pinhole/Cargo.toml +++ b/tests/rust/roundtrips/pinhole/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/points2d/Cargo.toml b/tests/rust/roundtrips/points2d/Cargo.toml index e2a8ad993ff3..564470fa1610 100644 --- a/tests/rust/roundtrips/points2d/Cargo.toml +++ b/tests/rust/roundtrips/points2d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/points3d/Cargo.toml b/tests/rust/roundtrips/points3d/Cargo.toml index aa04a58c6973..41d2c87e12f1 100644 --- a/tests/rust/roundtrips/points3d/Cargo.toml +++ b/tests/rust/roundtrips/points3d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/segmentation_image/Cargo.toml b/tests/rust/roundtrips/segmentation_image/Cargo.toml index e89c869b58de..a47455839cb1 100644 --- a/tests/rust/roundtrips/segmentation_image/Cargo.toml +++ b/tests/rust/roundtrips/segmentation_image/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/tensor/Cargo.toml b/tests/rust/roundtrips/tensor/Cargo.toml index c8469ca2c6cb..92e3f3cea23d 100644 --- a/tests/rust/roundtrips/tensor/Cargo.toml +++ b/tests/rust/roundtrips/tensor/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/text_document/Cargo.toml b/tests/rust/roundtrips/text_document/Cargo.toml index 95b38a80c36b..b1a3cd84a5c6 100644 --- a/tests/rust/roundtrips/text_document/Cargo.toml +++ b/tests/rust/roundtrips/text_document/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/text_log/Cargo.toml b/tests/rust/roundtrips/text_log/Cargo.toml index cdad42fdcab3..e36cd3c6e3d2 100644 --- a/tests/rust/roundtrips/text_log/Cargo.toml +++ b/tests/rust/roundtrips/text_log/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/transform3d/Cargo.toml b/tests/rust/roundtrips/transform3d/Cargo.toml index bdbf1ec4e8c0..6ba4bd7bf17d 100644 --- a/tests/rust/roundtrips/transform3d/Cargo.toml +++ b/tests/rust/roundtrips/transform3d/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/view_coordinates/Cargo.toml b/tests/rust/roundtrips/view_coordinates/Cargo.toml index 647fab5f19ea..86793d3b6f4a 100644 --- a/tests/rust/roundtrips/view_coordinates/Cargo.toml +++ b/tests/rust/roundtrips/view_coordinates/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/roundtrips/visible_time_ranges/Cargo.toml b/tests/rust/roundtrips/visible_time_ranges/Cargo.toml index 3f284175ba23..864635493f82 100644 --- a/tests/rust/roundtrips/visible_time_ranges/Cargo.toml +++ b/tests/rust/roundtrips/visible_time_ranges/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/test_api/Cargo.toml b/tests/rust/test_api/Cargo.toml index d3384b84eb6c..8192606a7dcb 100644 --- a/tests/rust/test_api/Cargo.toml +++ b/tests/rust/test_api/Cargo.toml @@ -11,7 +11,10 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../crates/rerun", features = ["clap", "web_viewer"] } +rerun = { path = "../../../crates/top/rerun", features = [ + "clap", + "web_viewer", +] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/test_pinhole_projection/Cargo.toml b/tests/rust/test_pinhole_projection/Cargo.toml index b575f36ce4b9..753f467c9b1b 100644 --- a/tests/rust/test_pinhole_projection/Cargo.toml +++ b/tests/rust/test_pinhole_projection/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] re_log = { workspace = true, features = ["setup"] } -rerun = { path = "../../../crates/rerun", features = ["clap"] } +rerun = { path = "../../../crates/top/rerun", features = ["clap"] } anyhow.workspace = true clap = { workspace = true, features = ["derive"] } diff --git a/tests/rust/test_temporal_batch/Cargo.toml b/tests/rust/test_temporal_batch/Cargo.toml index 529f987c4863..e3587b2dc304 100644 --- a/tests/rust/test_temporal_batch/Cargo.toml +++ b/tests/rust/test_temporal_batch/Cargo.toml @@ -12,4 +12,4 @@ workspace = true [dependencies] arrow2.workspace = true re_chunk.workspace = true -rerun = { path = "../../../crates/rerun" } +rerun = { path = "../../../crates/top/rerun" }