| Crates.io | serde-ini-spanned |
| lib.rs | serde-ini-spanned |
| version | 0.0.2 |
| created_at | 2025-04-19 15:08:28.713644+00 |
| updated_at | 2025-04-19 15:08:28.713644+00 |
| description | INI configuration file deserialization similar to Python's configparser |
| homepage | https://github.com/romnn/serde-ini-spanned |
| repository | https://github.com/romnn/serde-ini-spanned |
| max_upload_size | |
| id | 1640732 |
| size | 146,636 |
INI config file deserialization similar to Python's configparser written in Rust. Tracks detailed span information for precise error messages.
cargo add serde-ini-spanned
// TODO