1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// Copyright 2024 the Xilem Authors
// SPDX-License-Identifier: Apache-2.0
//! Documentation-only module
//!
//! This module includes a series of articles documenting the crate:
//!
//! - **Building a "To-Do List" app:** Tutorial to get started with Masonry.
//! - **Creating a new Widget:** Introduces the Widget trait.
//! - **Creating a container Widget:** Expands on the Widget trait for container Widgets.
//! - **Testing widgets in Masonry:** Describes how to test your Masonry widgets in CI.
//! - **Masonry pass system:** Deep dive into Masonry internals.
//! - **Concepts and definitions:** Glossary of concepts used in Masonry APIs and internals.
// These docs all use the .rustdoc-hidden trick described in
// https://linebender.org/blog/doc-include/
/// <style> .rustdoc-hidden { display: none; } </style>
/// <style> .rustdoc-hidden { display: none; } </style>
/// <style> .rustdoc-hidden { display: none; } </style>
/// <style> .rustdoc-hidden { display: none; } </style>
/// <style> .rustdoc-hidden { display: none; } </style>
/// <style> .rustdoc-hidden { display: none; } </style>
/// <style> .rustdoc-hidden { display: none; } </style>