├── 01.intro.md ├── 02.why.md ├── 03.current_impl.md ├── 04.rust_impl.md ├── 05.future.md ├── LICENSE ├── README.md ├── abstract.md └── poster ├── figures ├── arch.svg ├── arch_cpp.png ├── arch_cpp.svg ├── arch_rust.png └── arch_rust.svg ├── poster.pdf └── poster.sla /01.intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/01.intro.md -------------------------------------------------------------------------------- /02.why.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/02.why.md -------------------------------------------------------------------------------- /03.current_impl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/03.current_impl.md -------------------------------------------------------------------------------- /04.rust_impl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/04.rust_impl.md -------------------------------------------------------------------------------- /05.future.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/05.future.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/README.md -------------------------------------------------------------------------------- /abstract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/abstract.md -------------------------------------------------------------------------------- /poster/figures/arch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/poster/figures/arch.svg -------------------------------------------------------------------------------- /poster/figures/arch_cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/poster/figures/arch_cpp.png -------------------------------------------------------------------------------- /poster/figures/arch_cpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/poster/figures/arch_cpp.svg -------------------------------------------------------------------------------- /poster/figures/arch_rust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/poster/figures/arch_rust.png -------------------------------------------------------------------------------- /poster/figures/arch_rust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/poster/figures/arch_rust.svg -------------------------------------------------------------------------------- /poster/poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/poster/poster.pdf -------------------------------------------------------------------------------- /poster/poster.sla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luizirber/2018-python-rust/HEAD/poster/poster.sla --------------------------------------------------------------------------------