groxide 0.1.0

Query Rust crate documentation from the terminal
Documentation
1
2
3
4
5
6
7
8
---
source: tests/cli_happy.rs
expression: stdout
---
struct groxide_test_api::GenericStruct  src/lib.rs:22-24
pub struct GenericStruct<T: Clone> {
    value: T,
}