| Crates.io | iksemel |
| lib.rs | iksemel |
| version | 0.1.1 |
| created_at | 2025-03-29 21:12:48.930319+00 |
| updated_at | 2025-06-10 14:59:23.945528+00 |
| description | XML parser for Rust |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1611730 |
| size | 147,556 |
A Rust implementation of iksemel library for XML parsing and manipulation.
Iksemel-rs, which is reimplementation of iksemel written in C, is a Rust library that provides XML parsing and manipulation capabilities. It's designed to be efficient, safe, and easy to use in Rust applications.
ikslint: XML validation tooliksperf: Performance testing tooliksroster: XML roster management toolAdd this to your Cargo.toml:
[dependencies]
iksemel = "0.1.0"
use iksemel;
// Example usage will be added as the project develops
The project includes several command-line tools:
ikslint: XML validation tooliksperf: Performance testing tooliksroster: XML roster management toolThis project is licensed under the LGPL-2.1 License - see the LICENSE file for details.
## Original Iksemel Implementation
Contributions are welcome! Please feel free to submit a Pull Request.
git clone https://github.com/yourusername/iksemel.git
cd iksemel
cargo build
cargo test