geddes-0.1.1 has been yanked.
Geddes
A Rust library to parse XRD pattern files. Supports:
.xy/.xye(ASCII, space separated).rasx(Rigaku, Zip containing Profile text).raw(GSAS format, text based)
Usage
use load_file;
use Path;
Features
- Fast Parsing: Optimized for performance.
- Multiple Formats: Handles common XRD formats.
- Serde Support: Structs implement
SerializeandDeserializefor easy JSON conversion.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
License
MIT