Function cape_open_cleanup

Source
pub fn cape_open_cleanup()
Expand description

#COBIA clean-up routine

Deallocates COBIA resources. Should be called when COBIA is no longer needed. No COBIA routines should be called after this routine is called.

ยงExamples

use cobia;
cobia::cape_open_initialize().unwrap();
//use COBIA and do some stuff
cobia::cape_open_cleanup()