emann / system_uri

Desktop System App URI registration handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

system_uri

Desktop System App URI registration handler

Crate Documentation Linux/macOS Windows Issues
Documentation Build Status Build status Stories in Ready
MaidSafe website SAFE Dev Forum SAFE Network Forum

Test Instructions

system_uri bridges requests for the three major desktop platforms to register URI-scheme handlers and open URIs external through one simple interface. As this only works in tight integration with the system it is running on, this crate doesn't come with unit test but integration test through examples.

To use it:

cargo build
cargo run --example test

Configuration

If you don't need the FFI-interface, you can disable it by disabling the ffi-feature in your cargo.toml like so:

[dependencies.system_uri]
version = "*"
default-features = false

License

This SAFE Network library is dual-licensed under the Modified BSD (LICENSE-BSD https://opensource.org/licenses/BSD-3-Clause) or the MIT license (LICENSE-MIT http://opensource.org/licenses/MIT) at your option.

Contribution

Copyrights in the SAFE Network are retained by their contributors. No copyright assignment is required to contribute to this project.

About

Desktop System App URI registration handler

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%