| Crates.io | urlshortener-dbus-daemon |
| lib.rs | urlshortener-dbus-daemon |
| version | 0.1.1 |
| created_at | 2018-08-02 14:08:44.650122+00 |
| updated_at | 2018-08-02 14:08:44.650122+00 |
| description | A very simple url shortener dbus daemon |
| homepage | |
| repository | https://github.com/vityafx/urlshortener-dbus-daemon |
| max_upload_size | |
| id | 77112 |
| size | 5,419 |
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.