Skip to content

Specs 0.14.1

Compare
Choose a tag to compare
@torkleyy torkleyy released this 26 Nov 06:19
· 435 commits to master since this release
Merge #515

515: Allow accessing fetched entities of a `Storage` r=Xaeroxe a=torkleyy

I've added `Storage::entities` to allow making extension methods for `Storage` that return `Entity`.

This method is hidden because I'm 100% certain newcomers will be confused by this otherwise. This makes it less visible, yes, but I think that's worth for avoiding this confusion.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/slide-rs/specs/515)
<!-- Reviewable:end -->


Co-authored-by: Thomas Schaller <[email protected]>