yooper_derive 0.1.1

macros for yooper
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 17.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 325.72 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • stillinbeta

Yooper

builds.sr.ht status Crates.io Documentation

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.

CLI

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.

Library

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.