We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b980ab9 commit 1b7a2d9Copy full SHA for 1b7a2d9
src/lib.rs
@@ -41,6 +41,9 @@
41
//! + The crate is continuously developing, and breaking changes are expected
42
//! during evolution from version to version. We adopt the newest stable
43
//! rust features if we need them.
44
+//! + Note that functions/methods/traits/etc. hidden from the docs are not
45
+//! considered part of the public API, so changes to them are not
46
+//! considered breaking changes.
47
//! - Performance:
48
//! + Prefer higher order methods and arithmetic operations on arrays first,
49
//! then iteration, and as a last priority using indexed algorithms.
0 commit comments