msuc 0.1.2

A client library for the Microsoft Update Catalog
Documentation

msuc-rs

crates.io

A rust client for the Microsoft Update Catalog.

Documentation

See the docs.rs page for documentation.

TODO

  • Add support for the tracing crate
  • Consider returning an iterator for search results
  • Add page count to search meta
    • Just need to parse this from the HTML
  • Inform user when search results are truncated by the Microsoft Update Catalog (1000+ results)
    • Today this state is stored internally, but not exposed to the user