Docs.rs
revue-2.71.1
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
revue 2.71.1
A Vue-style TUI framework for Rust with CSS styling
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
a11y
boundary
canvas
chart
code_editor
common
data_viewer
event
layout_module
log_viewer
property
reactive
reactive_edge
render_module
rich_text_editor
sidebar
snapshots_widget
style
test_helpers
widget
worker
a11y.rs
a11y_aria_tests.rs
a11y_backend_core_tests.rs
a11y_backend_global_tests.rs
a11y_backend_types_tests.rs
a11y_manager_tests.rs
a11y_mod_tests.rs
a11y_node_tests.rs
a11y_public_api_tests.rs
a11y_roles_tests.rs
a11y_state_tests.rs
accessibility_announcement_tests.rs
alert_tests.rs
ansi_tests.rs
autocomplete_unicode_tests.rs
boundary.rs
browser_tests.rs
buffer_tests.rs
canvas.rs
chart.rs
clipboard_tests.rs
code_editor.rs
color_tests.rs
combobox_safety_tests.rs
core_constants_tests.rs
data_viewer.rs
data_viewer_tests.rs
datagrid_filter_tests.rs
debounce_tests.rs
developer_widget_tests.rs
diff_tests.rs
e2e_scenarios.rs
event.rs
event_tests.rs
filter_tests.rs
format_tests.rs
fuzzy_tests.rs
gradient_core_tests.rs
gradient_interpolation_tests.rs
gradient_linear_tests.rs
gradient_mod_tests.rs
gradient_presets_tests.rs
gradient_radial_tests.rs
gradient_types_tests.rs
highlight_tests.rs
i18n_tests.rs
image_tests.rs
layout_module.rs
lib_tests.rs
lock_tests.rs
log_viewer.rs
log_viewer_tests.rs
masked_input_tests.rs
menu_helpers_tests.rs
numeric_conversion_tests.rs
once_tests.rs
option_list_tests.rs
pagination_tests.rs
profiler_tests.rs
property.rs
reactive.rs
reactive_edge.rs
render_context_css_tests.rs
render_context_progress_tests.rs
render_module.rs
rendering_overlap_tests.rs
resizable_types.rs
rich_text_editor.rs
shapes_tests.rs
shell_tests.rs
sidebar.rs
snapshots_widget.rs
splitter_tests.rs
stepper_tests.rs
streamline_tests.rs
stress_tests.rs
style.rs
style_tests.rs
syntax_keywords_tests.rs
table_tests.rs
terminal_tests.rs
text_bidi_tests.rs
text_sizing_tests.rs
text_tests.rs
text_utils.rs
textarea_bounds_tests.rs
textarea_undo_tests.rs
textarea_unicode_tests.rs
theme_picker_tests.rs
timer_tests.rs
transition_group_tests.rs
transition_tests.rs
transition_widget_tests.rs
undo_query.rs
unicode_tests.rs
utils_animation_keyframe_tests.rs
utils_animation_mod_tests.rs
utils_animation_spring_tests.rs
utils_animation_ticker_tests.rs
utils_animation_timer_tests.rs
utils_easing_functions_tests.rs
utils_easing_helpers_tests.rs
utils_easing_mod_tests.rs
utils_easing_types_tests.rs
utils_keymap_tests.rs
utils_layout_tests.rs
utils_path_format_tests.rs
utils_selection_tests.rs
utils_sort_tests.rs
utils_syntax_tests.rs
utils_text_tests.rs
utils_tree_mod_tests.rs
utils_tree_navigation_tests.rs
utils_tree_prefix_tests.rs
utils_tree_types_tests.rs
validation_tests.rs
widget.rs
widget_interaction_tests.rs
widget_validation_tests.rs
worker.rs
zen_tests.rs
1
2
3
//!
Log viewer integration tests
mod
log_viewer
;