Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert ASCII strings to binary #67

Open
omid opened this issue Jul 4, 2022 · 0 comments
Open

Convert ASCII strings to binary #67

omid opened this issue Jul 4, 2022 · 0 comments

Comments

@omid
Copy link
Collaborator

omid commented Jul 4, 2022

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 omid changed the title Convert all ASCII strings to binary Convert ASCII strings to binary Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant