rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
113 stars 45 forks source link

Make `rbx_reflector` library #417

Open DervexDev opened 4 months ago

DervexDev commented 4 months ago

I am working on an automated database reflection generation tool and it would be nice to use rbx_reflector in its backend.

This PR makes rbx_reflector a separate crate and exposes all CLI subcommands as simple functions. I also removed publish = false because we can now publish it to crates.io.