c12-parser 1.0.2

Toolbox for parsing and stringifying various formats, including JSON, JSON5, JSONC, INI, TOML, and YAML.
Documentation
## v1.0.2

[compare changes](https://github.com/un-rust/c12-parser/compare/v1.0.1...v1.0.2)

### 📖 Documentation

- Update README title from 'template' to 'c12-parser' ([f095d88]https://github.com/un-rust/c12-parser/commit/f095d88)

### 🏡 Chore

- Sync version to 1.0.1 ([72e3921]https://github.com/un-rust/c12-parser/commit/72e3921)
- Update version to 1.0.2 in Cargo files ([6691854]https://github.com/un-rust/c12-parser/commit/6691854)

### ❤️ Contributors

- Hyq <betterhyq@qq.com>

## v1.0.1

### 🚀 Enhancements

- Refactor project structure and implement ([dbed5b0]https://github.com/un-rust/c12-parser/commit/dbed5b0)
- Add support for parsing and stringifying INI, TOML, and YAML formats; ([84032fb]https://github.com/un-rust/c12-parser/commit/84032fb)
- Add examples for parsing and stringifying JSON, INI, JSON5, JSONC, TOML, and YAML formats ([ff28bc9]https://github.com/un-rust/c12-parser/commit/ff28bc9)

### 💅 Refactors

- Reorder imports and remove unused options ([3cf7dde]https://github.com/un-rust/c12-parser/commit/3cf7dde)

### 📖 Documentation

- Update README with detailed examples ([aacfe71]https://github.com/un-rust/c12-parser/commit/aacfe71)

### 🏡 Chore

- Update version to 1.0.1 and improve project description in Cargo files and README ([cddee29]https://github.com/un-rust/c12-parser/commit/cddee29)
- Remove unused dependencies and improve comment handling in format functions ([b19febf]https://github.com/un-rust/c12-parser/commit/b19febf)

### ❤️ Contributors

- Hyq <betterhyq@qq.com>