You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Vec instead of slices (#5)
* Use Vec<u8> instead of slices to be able to use dynamic content
* Bump version
* Should bump major because it's a breaking change