Expand description
§S3 TUI Library
This library provides the core functionality for the S3 TUI application, including S3 data fetching, transfer management, and model types.
The library is primarily used by the s3tui binary, but can also be used for integration testing with S3-compatible storage.
Modules§
- model
- This module provides common objects used throughout the entire application
- services
- This module provides functionality for managing data on your selected s3 account as well as your local machine
- settings
- This module provides functionality for loading and parsing file minio from your configuration files
- utils
Macros§
- trace_
dbg - Similar to the
std::dbg!macro, but generatestracingevents rather than printing to stdout.