clarify multiple-pymethods' supported platforms
This commit is contained in:
parent
ce3b0d1dc0
commit
38642aa397
|
@ -77,7 +77,8 @@
|
||||||
//
|
//
|
||||||
//! - `multiple-pymethods`: Enables the use of multiple
|
//! - `multiple-pymethods`: Enables the use of multiple
|
||||||
//! [`#[pymethods]`](crate::proc_macro::pymethods) blocks per
|
//! [`#[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`: Enables conversions between Python objects and
|
||||||
//! [num-bigint](https://docs.rs/num-bigint)'s
|
//! [num-bigint](https://docs.rs/num-bigint)'s
|
||||||
|
|
Loading…
Reference in a new issue