TagList: implement {get, set} for scope
Add TagScope
{get
, set
} on TagList
and handle the scope in serde.
These changes break compatibility for the serde representations of TagList
and Toc
. Previous representation for the TagList
was a sequence. We now have to rely on a struct
representation in order to add scope
.
Edited by François Laignel