Use this library to open a path or URL using the program configured on the system. It is equivalent to running one of the following:
# macOS
# Windows
# Linux
|| || || ||
Usage
Add this to your Cargo.toml
[]
= "3"
…and open something using…
;
that
…or, open something with an application of your choice
;
with
Follow this link for the massive API docs.
Credits
The implementation is based on the respective functionality of Cargo, but was improved to allow some error handling.