impl docsrs for lib.rs

This commit is contained in:
mejrs 2021-05-03 20:04:13 +02:00
parent d11de0e15d
commit 4c3cbcdde2
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ pub use crate::conversion::{
};
pub use crate::err::{PyDowncastError, PyErr, PyErrArguments, PyResult};
#[cfg(not(PyPy))]
#[cfg_attr(docsrs, doc(cfg(not(PyPy))))]
pub use crate::gil::{prepare_freethreaded_python, with_embedded_python_interpreter};
pub use crate::gil::{GILGuard, GILPool};
pub use crate::instance::{Py, PyNativeType, PyObject};