Function destroy_rext_app

Source
pub fn destroy_rext_app() -> Result<(), RextCoreError>
Expand description

Completely destroys a Rext application in the current directory

Removes all files and directories created by the scaffold_rext_app function.

Returns an error if there’s an I/O error during destruction.