pyo3/pyo3-derive-backend
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
Cargo.toml Migrate to rust 2018 2019-02-01 14:23:29 +01:00