urlshortener-dbus-daemon

Crates.iourlshortener-dbus-daemon
lib.rsurlshortener-dbus-daemon
version0.1.1
sourcesrc
created_at2018-08-02 14:08:44.650122
updated_at2018-08-02 14:08:44.650122
descriptionA very simple url shortener dbus daemon
homepage
repositoryhttps://github.com/vityafx/urlshortener-dbus-daemon
max_upload_size
id77112
size5,419
Shockingly Good (iddm)

documentation

https://docs.rs/urlshortener-dbus-daemon

README

urlshortener-dbus-daemon

MIT licensed

A very simple urlshortener dbus daemon written in Rust. Uses urlshortener library.

Usage (dbus-send)

$ dbus-send --session --dest=io.crates.urlshortener --type=method_call --print-reply / io.crates.urlshortener.Shorten string:"http://google.ru"
method return time=1533217676.442292 sender=:1.2237 -> destination=:1.2238 serial=3 reply_serial=2
   string "https://is.gd/h5kR5r"

License

This project is licensed under the MIT license.

Commit count: 6

cargo fmt