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

#723 in Parser implementations

Download history 6/week @ 2023-12-06 17/week @ 2023-12-13 2/week @ 2023-12-20 3/week @ 2024-01-03 4/week @ 2024-01-10 2/week @ 2024-01-17 1/week @ 2024-01-24 1/week @ 2024-01-31 1/week @ 2024-02-07 18/week @ 2024-02-14 25/week @ 2024-02-21 40/week @ 2024-02-28 25/week @ 2024-03-06 69/week @ 2024-03-13 117/week @ 2024-03-20

256 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