anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
830 stars 27 forks source link

`Slot` lookup APIs #142

Open anp opened 4 years ago

anp commented 4 years ago

For Tokens to be useful for interning, it needs to be possible to get a reference to the stored value back from the caches.

anp commented 4 years ago

Not expecting this to require any breaking changes to the current Token API.