macos-open 0.0.2

A clone of macOS /usr/bin/open, in the programmatically way.
docs.rs failed to build macos-open-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

macos-open

A simple way to use /usr/bin/open features in the programmatically way.

This is a wrapper around Core Foundation, Launch Services and File Metadata frameworks.

Contributions are welcome.

tl;dr

Just use it like this

use macos_open::open;

open("http://www.example.com/");