error-forge 0.9.6

A comprehensive Rust error management framework with async support, error recovery patterns, and resilience features for building robust, fault-tolerant applications with rich error handling, formatting, and tracing capabilities.
Documentation
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

[*.proj]
root = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# NOML files ++
[*.noml]
indent_style = space
indent_size = 2