Skip to content

zvariant: implement ordering traits on Str

Luca Bruno requested to merge lucab/zbus:ups/zvariant-str-ord into main

This implements 'PartialOrd' and 'Ord' traits on 'Str' in order to provide proper support for full ordering.

Merge request reports