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
It's useful for opening various files on the host.
For example:
let mut file = open("file.bin\0", nr::open::RW_TRUNC_BINARY).unwrap();
file.write_all(b"Some binary content").unwrap();
0 commit comments