openusd-rs 0.1.0

Work in progress, opinionated implementation of OpenUSD in pure Rust
Documentation
1
2
3
4
5
mod integer_coding;
mod parser;
mod reader;

pub use parser::UsdcFile;