Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Weld Python Bindings

NOTE: This package is still a work in progress! To contribute, see the associated GitHub milestone if you are interested in contributing!

Weld's Python bindings are generated using PyO3, which requires nightly Rust to build. The recommended way of building it is by using the included setup.py script.

$ rustup default nightly
$ python setup.py develop