8000 GitHub - anler/rust-to-python: Extending Python with Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anler/rust-to-python

 
 

Repository files navigation

Extending Python with Rust

This repository contains code for the article How to use Rust to extend Python.

Contents

  • rust - example Rust project - a Python extension
  • package - example Python PyPI package with an extesion written in Rust
  • web - example Python web-service (Flask) that uses a Rust extension
  • Dockerfile, Dockerfile.pypi - Docker build scripts for the web service
  • cython - example Cython project (for comparison)
  • benchmark - simple benchmark: Rust extension against pure Python and Cython

About

Extending Python with Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.3%
  • Rust 24.8%
  • Shell 19.6%
  • Dockerfile 13.3%
0