28 releases (5 stable)

2.0.0-beta.1 Apr 6, 2023
2.0.0-alpha.1 Jun 24, 2022
1.0.4 Jun 20, 2022
1.0.3 Sep 7, 2020
0.4.11 May 12, 2020

#1109 in Parser implementations

Download history 46/week @ 2024-07-19 124/week @ 2024-07-26 49/week @ 2024-08-02 76/week @ 2024-08-09 93/week @ 2024-08-16 65/week @ 2024-08-23 32/week @ 2024-08-30 100/week @ 2024-09-06 62/week @ 2024-09-13 82/week @ 2024-09-20 53/week @ 2024-09-27 38/week @ 2024-10-04 24/week @ 2024-10-11 46/week @ 2024-10-18 71/week @ 2024-10-25 45/week @ 2024-11-01

187 downloads per month
Used in 5 crates (2 directly)

MIT license

105KB
841 lines

wavefront_rs

crates.io crates.io pipeline docs.rs

wavefront_rs is a RUST implementation for parsing and writing the wavefront obj format.


lib.rs:

wavefront_rs is a RUST implementation for parsing and writing the wavefront obj and mtl format.

The obj module contains all the types that are used when working with the wavefront obj format including entities, lexer, writer etc.

No runtime deps