Pure Rust PLY (Polygon File Format) file reader, writer (also create file in code, see exmaples).
Ascii/Binary (both big-endian and little-endian) format supported.
Add dependency to your Cargo.toml
[dependencies]
ply = { git="https://github.com/diegodox/ply_rs.git", tag = "v0.1.2" }