Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garhow committed Jul 29, 2023
1 parent 4a0baae commit 0515d04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steam-rs"
version = "0.0.0"
version = "0.1.0"
authors = ["Garrett Howard <[email protected]>"]
edition = "2021"
description = "A wrapper for the Steam Web API in Rust"
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# steam-rs

[![Crate at crates.io](https://img.shields.io/crates/v/steam-rs.svg)](https://crates.io/crates/steam-rs)
[![Documentation at docs.rs](https://docs.rs/steam-rs/badge.svg)](https://docs.rs/steam-rs)
[![MIT licensed](https://img.shields.io/crates/l/steam-rs.svg)](./LICENSE)

A wrapper for the Steam Web API in Rust.

This is based on the [Steam Web API documentation](https://developer.valvesoftware.com/wiki/Steam_Web_API) that can be found at the Valve Developer Community.

This crate is highly experimental and unfinished so you are advised to be cautious when using it in your projects.

## Supported API endpoints
- [ ] IPlayerService
- [x] IPlayerService
- [x] GetOwnedGames
- [ ] GetRecentlyPlayedGames
- [x] GetRecentlyPlayedGames
- [x] ISteamNews
- [x] GetNewsForApp
- [ ] ISteamUser
Expand Down

0 comments on commit 0515d04

Please sign in to comment.