steamkit-kv

Crates.iosteamkit-kv
lib.rssteamkit-kv
version0.2.3
sourcesrc
created_at2023-10-12 21:03:07.683214
updated_at2023-10-12 22:24:29.063597
descriptionThis crate is designed to be a bunch of tools for interacting with the Steam API.
homepage
repositoryhttps://github.com/jad3n/steamkit
max_upload_size
id1001688
size6,807,300
Jaden (JAD3N)

documentation

https://docs.rs/steamkit-kv/0.2.3

README

Steam Kit

Crates.io docs.rs MIT licensed

This crate is designed to be a bunch of tools for interacting with the Steam API.

Goals

  • Be async-runtime agnostic-ish by at least offering features for popular runtimes.
  • Have an easy to use API but still flexible.
  • Maybe support no-std? Probably not happening.

To-do

  • Add steamd file parser and codegen.
    • Enum parsing and codegen.
    • Class parsing and codgen.
    • Support constant values for classes.
    • Support default values for class members.
    • Trait for getting EMsg enum variant for classes.
Commit count: 91

cargo fmt