File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7171//! `Cargo.toml`.
7272//!
7373//! - `std`
74- //! - Rust standard library (enabled by default)
75- //! - This crate can be used without the standard library by disabling the
76- //! default `std` feature. To do so, use `default-features = false` in
77- //! your `Cargo.toml`.
78- //! - The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis`
79- //! and `std_axis` methods are only available when `std` is enabled.
74+ //! - Rust standard library (enabled by default)
75+ //! - This crate can be used without the standard library by disabling the
76+ //! default `std` feature. To do so, use `default-features = false` in
77+ //! your `Cargo.toml`.
78+ //! - The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis`
79+ //! and `std_axis` methods are only available when `std` is enabled.
8080//! - `serde`
8181//! - Enables serialization support for serde 1.x
8282//! - `rayon`
You can’t perform that action at this time.
0 commit comments