A very simple urlshortener dbus daemon written in Rust. Uses urlshortener library.
$ 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"
This project is licensed under the MIT license.