Skip to content

Desktop System App URI registration handler

License

Notifications You must be signed in to change notification settings

twidgeapp/system_uri

 
 

Repository files navigation

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 https://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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%