holochain_conductor_lib 0.0.38-alpha12

holochain conductor library
docs.rs failed to build holochain_conductor_lib-0.0.38-alpha12
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

let file_system = Arc::new(RwLock::new(FilesystemStorage::new(tempdir().unwrap().path().to_str().unwrap()).unwrap())); Arc::new(Mutex::new(SimplePersister::new(file_system.clone()))), file_system.clone(),