style: add rustfmt config and fix spacing

- Add .rustfmt.toml for consistent formatting
- Fix blank line spacing in lib.rs
- Remove trailing spaces from doc comments
This commit is contained in:
Stefano Amorelli
2025-08-17 13:30:09 +03:00
parent 84ec605708
commit 26f147c0de
2 changed files with 6 additions and 4 deletions

2
.rustfmt.toml Normal file
View File

@@ -0,0 +1,2 @@
# Rust formatting configuration
edition = "2021"