create_library

Function create_library 

Source
pub async fn create_library(data: &[u8]) -> PathBuf
Expand description

Create a library file from binary data.

ยงPanics

Panics if the hot_reload directory cannot be created, or if the library file cannot be created or written.