elektromail 0.1.1

A minimal, Rust-based IMAP + SMTP mail server for local development and testing
Documentation
# Rustfmt configuration
# https://rust-lang.github.io/rustfmt/

edition = "2024"

# Stable options
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Auto"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_try_shorthand = true

# Unstable options (require nightly, commented out for stable)
# format_code_in_doc_comments = true
# format_macro_matchers = true
# imports_granularity = "Module"
# group_imports = "StdExternalCrate"