pyo3-built
pyo3-built copied to clipboard
Expose build variables obtained with built as a PyDict
It seems like this crate does not work if it is used in a workspace. The error is: ``` thread 'main' panicked at 'Failed to acquire build-time information: Os {...
It seems that something is wrong with the macro since it uses pyo3 from this crate instead of my own crate. I followed the instructions but I got the following...
The `pyo3_built` macro adds an import bound for `email.utils` to parse a string date into a datetime, which seems really unnecessary to me. It adds a significant amount of import...