Skip to content

Files

Latest commit

 

History

History

pystr-to-utf8

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

By default, when compiling, we don't re-generate the .h and .pxd files. This is to speed up compile time.

If you've updated the API, regenerate them by running:

$ cargo clean
$ cargo build --features cbindgen

Then make sure to commit the updated generated files.