asserting 0.12.0

Fluent assertions for tests in Rust that are convenient to write and easy to extend.
Documentation
# EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
charset = utf-8
indent_style = space
trim_trailing_whitespace = false
insert_final_newline = false

[*.rs]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.toml]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[justfile]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true