groxide 0.1.0

Query Rust crate documentation from the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: tests/cli_happy.rs
expression: stdout
---
mod groxide_test_api::containers

Container types for testing module-level items.

This module provides various container types used to exercise
groxide's rendering of structs, enums, and associated items.

structs:
  Pair                            A pair of two values, possibly of different types.
  Stack                           A stack data structure backed by a `Vec`.

constants:
  pub const MAX_CAPACITY: usize                               The maximum capacity for a fixed-size container.