pub fn create( rust_libs_root: impl AsRef<Path>, name: &str, crates_io_registry_token: impl AsRef<str>, ) -> Result<Lib>
Creates a minimal Rust 2024 library and returns its complete source.