Skip to content

kthwaite/rs-py-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust python extension

This is a generic example of a Python extension written in Rust, with an example of a crude 'fallback' mechanism for when the extension fails to build.

The setup.py script also contains hooks into the 'test' and 'install' commands which ensure that the nightly toolchain is in use before attempting to build the rust extension.

To test:

python setup.py test

About

Example for creating Python extensions using Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published