pyo3/guide
konstin d02f7c3aa5 Big proc macro refactoring
* Removed a lot of clutter, unified some code
 * Started using syn::parse::Parse for pyfunction attributes 
 * No more newlines between imports
 * Renamed `#[prop(get, set)]` to `#[pyo3(get, set)]`
 * `#[pyfunction]` now supports the same arguments as `#[pyfn()]`
 * Some macros now emit proper spanned errors instead of panics.
2019-02-18 20:07:56 +01:00
..
src Big proc macro refactoring 2019-02-18 20:07:56 +01:00
book.toml Update book.toml to new mdbook format [ci skip] 2018-05-17 11:57:09 +02:00