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
`open_readonly` now accepts `&[u8]` instead of `&str` for path and
asserts that it contains at least one zero byte. This allows to make
the function safe. The compiler should be able to remove the assert
since we use static paths.
0 commit comments