Could oxiri::Iri be a trait instead of an implementation? #822
Replies: 1 comment 3 replies
-
Hey! Yes, lazy string representation would be great! However, I am not sure to understand where you want to have them (sorry, I am missing some context on "heringerp project"). In Oxigraph Moving a struct |
Beta Was this translation helpful? Give feedback.
-
For @heringerp project it would be helpful if Iri was a trait. In this way we could make a lazy IRI implementation that only allocates the strings representation when rendering. At the same time we could also hide some extra information in lazy Iri objects (pointers to backend data structures).
Beta Was this translation helpful? Give feedback.
All reactions