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
In some cases when working with an existing C/C++ codebase already
using `openat()` or other crates such as the `openat` crate, one
may have an existing file descriptor and want to create a `cap-std`
view of the same directory.
Add an API which reopens from a source FD.
0 commit comments