Crates.io | yooper_derive |
lib.rs | yooper_derive |
version | 0.1.1 |
source | src |
created_at | 2020-06-15 01:12:31.6299 |
updated_at | 2020-06-15 01:29:28.714859 |
description | macros for yooper |
homepage | |
repository | https://git.sr.ht/~liz/yooper/ |
max_upload_size | |
id | 254039 |
size | 17,305 |
yooper: A person from Michigan's Upper Peninsula
Yooper is a crate for interacting with UPnP. There's both a CLI and a programatic interface.
crate install yooper
yooper --help
There's two commands: discover
and describe
.
describe
takes URLs that discover
produces.
What do you do with the information you get from describe? Up to you! I haven't implemented it yet.
Every attempt has been made to be as modular as possible.
There's two optional features: description
and cli
.
If you only need discovery, you can exclude those features.
When description
is disabled but cli
isn't, yooper describe
will not work.