Rust CUI Updating?
Hello,

Is it in rust's control for us to be able to update ui instead of having to re-create the ui to update it?

Thanks,
Travis
The CUI is provided by Rust and Facepunch, so any changes to it would have to go through them directly.

The CUI itself is a bit limited though, as it isn't really native UI. The server is basically sending JSON to the client for each thing it wants to show that the client caches until it is told to destroy it. So aside from re-writing the whole CUI, it's unlikely that you'll get another way to handle updating aside from destroying and re-sending.