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

#478 in Parser implementations

Download history 35/week @ 2023-06-04 23/week @ 2023-06-11 80/week @ 2023-06-18 42/week @ 2023-06-25 114/week @ 2023-07-02 26/week @ 2023-07-09 52/week @ 2023-07-16 26/week @ 2023-07-23 26/week @ 2023-07-30 45/week @ 2023-08-06 63/week @ 2023-08-13 26/week @ 2023-08-20 55/week @ 2023-08-27 29/week @ 2023-09-03 60/week @ 2023-09-10 66/week @ 2023-09-17

211 downloads per month
Used in 3 crates (via fj-export)

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