clarify multiple-pymethods' supported platforms

This commit is contained in:
mejrs 2021-05-30 14:20:08 +02:00
parent ce3b0d1dc0
commit 38642aa397

View file

@ -77,7 +77,8 @@
//
//! - `multiple-pymethods`: Enables the use of multiple
//! [`#[pymethods]`](crate::proc_macro::pymethods) blocks per
//! [`#[pyclass]`](crate::proc_macro::pyclass).
//! [`#[pyclass]`](crate::proc_macro::pyclass). This adds a dependency on the
//! [`inventory`](https://docs.rs/inventory) crate, which is not supported on all platforms.
//
//! - `num-bigint`: Enables conversions between Python objects and
//! [num-bigint](https://docs.rs/num-bigint)'s