ips/userland
Till Wegmueller b8c625a11e
Refactor attribute value access and error handling
- Replaced `values.get(0)` with `values.first()` for improved clarity and consistency across multiple files.
- Simplified conditional checks with `.is_empty()` and `format_args!` to enhance readability.
- Implemented `Default` trait for `VariableMode` directly within the enum.
- Updated error handling by boxing errors in `RepositoryError` and `CatalogError`.
- Replaced redundant `else` blocks with streamlined logic.
2026-01-18 13:00:21 +01:00
..
src Refactor attribute value access and error handling 2026-01-18 13:00:21 +01:00
Cargo.toml Add incorporation lock support and update dependencies across the project 2025-08-19 14:30:55 +02:00
LICENSE Add Publishing metadata 2021-05-01 16:26:04 -03:00
README.md Add Publishing metadata 2021-05-01 16:26:04 -03:00

OpenIndiana Userland Utility functions

This library contains functions and code usefull to work with File formats and tasks in OpenIndiana userland