You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some storage-plus primitives not documented or poorly documented, and I think it should be improved. I know some of them are used around and those usages can be taken as an example (also including tests which are in pretty good shape there), but it takes way more time than reading doc comments (which IDEs are just bringing on hover), not mentioning generating doc with cargo.
Just as an example MultiIndex::new - there is no single word what is the second argument of the idx_fn (also no single word about first one, but it is kind of easier to deduce). Also there is really not good explanation how to use it, and why to include the second idx_fn argument as part of key.
The text was updated successfully, but these errors were encountered:
I found some storage-plus primitives not documented or poorly documented, and I think it should be improved. I know some of them are used around and those usages can be taken as an example (also including tests which are in pretty good shape there), but it takes way more time than reading doc comments (which IDEs are just bringing on hover), not mentioning generating doc with cargo.
Just as an example
MultiIndex::new
- there is no single word what is the second argument of theidx_fn
(also no single word about first one, but it is kind of easier to deduce). Also there is really not good explanation how to use it, and why to include the secondidx_fn
argument as part of key.The text was updated successfully, but these errors were encountered: