rust-rrule icon indicating copy to clipboard operation
rust-rrule copied to clipboard

Convert ASCII strings to binary

Open omid opened this issue 3 years ago • 0 comments

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".

omid avatar Jul 04 '22 15:07 omid