Skip to content

Commit

Permalink
Add note about recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Mar 4, 2023
1 parent fcb304a commit a5ac7b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This crates provides you with two tools to use big arrays in your crate:
and some of the code accessing your array, but it allows for nested use cases,
which [`BigArray`] struggles with.
We recommended using the [`BigArray`] trait in most cases, and using the
[`Array`] struct only if [`BigArray`] doesn't work.
[`BigArray`]: self::BigArray
[`Array`]: self::Array
Expand Down

0 comments on commit a5ac7b2

Please sign in to comment.