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

#697 in Parser implementations

Download history 4/week @ 2024-01-08 3/week @ 2024-01-15 2/week @ 2024-01-29 8/week @ 2024-02-12 26/week @ 2024-02-19 42/week @ 2024-02-26 24/week @ 2024-03-04 49/week @ 2024-03-11 84/week @ 2024-03-18 125/week @ 2024-03-25 199/week @ 2024-04-01 19/week @ 2024-04-08 148/week @ 2024-04-15 97/week @ 2024-04-22

467 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