Python PyO3でPythonからRustを使う(2: 並列処理) cargo new --lib word-countCargo.toml[package]name = "word-count"version = "0.1.0"edition = "2018"# See more keys and the... 2021.10.12 Python