saskenuba / SteamHelper-rs

Interact with Valve's Steam network with this collection of crates.
MIT License
57 stars 12 forks source link

Fix cargo doc #12

Closed micwoj92 closed 7 months ago

micwoj92 commented 1 year ago

-MessageHeader has been renamed to HasJobId

-tokio-util crate feature codec is needed to be enabled

error[E0432]: unresolved import `tokio_util::codec`
  --> crates/steam-client/src/connection/mod.rs:23:17

-Allowed unaligned_references, but ideally this should be fixed https://github.com/rust-lang/rust/issues/82523

evanjs commented 1 year ago

Thank you cargo doc now suceeds when using this PR Building steam-client indeed still fails, as mentioned.

micwoj92 commented 1 year ago

@evanjs what error do you get when building? It works for me, with warnings.

micwoj92 commented 9 months ago

I guess i was lucky enough I checked this with rust version that didn't make this hard error. I have removed this "workaround" and updated pr title.

micwoj92 commented 9 months ago

@saskenuba could you look at this and #14 ?

saskenuba commented 7 months ago

@saskenuba could you look at this and #14 ?

Sorry for the wait — As soon as I finish the login update in steam-mobile I'll dive into this.

Thanks a bunch!

saskenuba commented 7 months ago

Thanks @micwoj92. Merging.