rust-sc2 icon indicating copy to clipboard operation
rust-sc2 copied to clipboard

SC2 API for Rust

Results 12 rust-sc2 issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. Changelog Sourced from clap's changelog. [4.0.27] - 2022-11-24 Features Have Arg::value_parser accept Vec<impl Into<PossibleValue>> Implement Display and FromStr for ColorChoice...

dependencies

Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. Changelog Sourced from protobuf's changelog. [3.2.0] - 2022-09-26 Correctly specify log version Hash for SpecialFields [3.1.0] - 2022-06-22 Reflection API...

dependencies

The included examples were full of `clap` boilerplate, so I refactored it all into a separate module. That way the examples can focus on being examples of how to run...

This is bad because makes borrowing checker limit you in places where it shouldn't.

enhancement

Possible candidates: - [glam](https://docs.rs/glam) - [nalgebra](https://docs.rs/nalgebra) - [ultraviolet](https://docs.rs/ultraviolet)

enhancement

Allows handling unknown ids in non-panicking way, while not breaking existing code, since *associated constants* can be referenced the same way as enum variants: `SomeId::VariantX` Example code: ```rust use std::fmt;...

enhancement

How do you launch a bot versus bot? Like I have two bots written in rust and I want them to fight each other. Best I came across in the...

Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version. Changelog Sourced from tungstenite's changelog. 0.19.0 Update TLS dependencies. Exchanging base64 for data-encoding. 0.18.0 Make handshake dependencies optional with a...

dependencies

Updates README with better installation and running example instructions.