Closed
Description
Is it worth defining Path
, PathBuf
and associated types in cap-std
? They could mostly be thin wrappers around their std::path
counterparts, but they'd omit several ambient-authority methods: metadata
, read_link
, read_dir
, symlink_metadata
, and canonicalize
.