pyo3/extensions
Daniel Grunwald 53353d374b Remove dependency on interpolate_idents.
We now use the generic <DUMMY> hack to avoid duplicate extern "C" symbols.
See rust-lang/rust#26201.

py_module_initializer!() calls now need to manually concatenate the module
name with the prefixes "init" and "PyInit_".
2016-03-05 23:20:53 +01:00
..
.gitignore Add support for exposing rust functions to python 2015-04-18 20:17:25 +02:00
Makefile Add PyTypeBuilder::set_new(). 2016-03-05 01:16:54 +01:00
custom_type.rs Remove dependency on interpolate_idents. 2016-03-05 23:20:53 +01:00
hello.rs Remove dependency on interpolate_idents. 2016-03-05 23:20:53 +01:00
inheritance.rs Remove dependency on interpolate_idents. 2016-03-05 23:20:53 +01:00