# USDZ Rust Parser This project is meant to be a USDZ parser for the web projects written in WebAssembly. # How to create a USDZ file 1. Create a directory of USD files and resources. 2. Zip the directory `zip -0 -R my_file.zip usdz_directory` 3. Rename `my_file.zip` to `my_file.usdz`