things3-cloud 0.6.2

Command-line client for Things 3 using the Things Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
edition = "2024"
unstable_features = true

# Group imports: std, external crates, then local (crate::)
group_imports = "StdExternalCrate"

# Merge multiple `use` statements from the same crate into one
imports_granularity = "Crate"

# Use horizontal layout if it fits, otherwise one item per line
imports_layout = "HorizontalVertical"