Open sunshowers opened 4 years ago
Use the DotWrite as the output, and allow arbitrary attributes to be set.
DotWrite
Probably going to require that the DotWrite become &mut DotWrite, so it's a breaking change.
&mut DotWrite
cc @rexhoffman in case you want to tackle it!
There's probably a way this can be done without an API breakage -- lmk if you want to talk about it.
Use the
DotWrite
as the output, and allow arbitrary attributes to be set.Probably going to require that the
DotWrite
become&mut DotWrite
, so it's a breaking change.