Function yrs::ydoc_new_with_options

source ยท
#[no_mangle]
pub extern "C" fn ydoc_new_with_options(options: YOptions) -> *mut Doc
Expand description

Creates a new Doc instance with a specified options.

Use ydoc_destroy in order to release created Doc resources.