Split Name
infrastructure to string slices-based and owned strings-based
#38
Labels
Name
infrastructure to string slices-based and owned strings-based
#38
The writer should consume slice-based objects, and the reader must return owned objects.
Ideally I would like to base it on the existing
Cow
infrastructure which looks like a natural choice for this, but it is really tied to unsized types, and I don't see any way to use it for complex structures likeName
which represents namespaced XML names with various components.The text was updated successfully, but these errors were encountered: