Skip to content

Commit 1b7a2d9

Browse files
committed
Explicitly state policy about doc(hidden) things
1 parent b980ab9 commit 1b7a2d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
//! + The crate is continuously developing, and breaking changes are expected
4242
//! during evolution from version to version. We adopt the newest stable
4343
//! 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.
4447
//! - Performance:
4548
//! + Prefer higher order methods and arithmetic operations on arrays first,
4649
//! then iteration, and as a last priority using indexed algorithms.

0 commit comments

Comments
 (0)