steamworks-encrypted-app-ticket

Crates.iosteamworks-encrypted-app-ticket
lib.rssteamworks-encrypted-app-ticket
version0.1.2
created_at2025-11-25 20:08:09.754535+00
updated_at2025-11-26 18:50:47.28077+00
descriptionSafe Rust wrapper for decrypting Steam Encrypted App Tickets
homepage
repositoryhttps://github.com/curtispuetz/steamworks-encrypted-app-ticket
max_upload_size
id1950387
size29,467
Curtis Puetz (curtispuetz)

documentation

README

Steamworks Encrypted App Ticket

This create provides Rust-friendly bindings for the SteamEncryptedAppTicket part of the Steamworks SDK.

The steamworks crate, while providing Rust-friendly bindings for most of the Steamworks SDK, to my knowledge does not provide them for SteamEncryptedAppTicket. But if the steamworks create does provide them, this crate is still a smaller dependency if all you need is the SteamEncryptedAppTicket part of the SDK.

Examples

The integration test uses each function: tests/real_ticket.rs

License

This crate is dual-licensed under Apache and MIT, except for the files in steamworks-encrypted-app-ticket-sys/vendor/

Testing

As of now, its only been tested on my Windows computer. It will probably work on linux and mac as well since I added the binaries for them, but if it does not: submit a ticket on github.

Commit count: 0

cargo fmt