rust-rrule
rust-rrule copied to clipboard
Convert ASCII strings to binary
Since the rules we support for iCalendar are all ASCII, it's faster to use &[u8] instead of strings. And use b"whatever" instead of "whatever".