목차

Rust

설치

sudo apt install curl build-essential gcc make
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

REPL

cargo install evcxr_repl
evcxr

PyO3

설치

conda create -n test python=3.7 rust
conda activate test
pip install maturin
 
cargo new test
maturin develop
 
... 
maturin build --release