Compare commits
No commits in common. "61958073552d261c6f98447552fe5f681046baea" and "067a03b918e1369eced41842db1248b87afc4b35" have entirely different histories.
6195807355
...
067a03b918
2 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nebkor-maelstrom"
|
name = "nebkor-maelstrom"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
version = "1.1.1"
|
version = "1.1.0"
|
||||||
license-file = "LICENSE.md"
|
license-file = "LICENSE.md"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "An easy-to-use and synchronous framework for creating Maelstrom distributed clients."
|
description = "An easy-to-use and synchronous client for creating Maelstrom distributed clients."
|
||||||
repository = "https://git.kittencollective.com/nebkor/nebkor-maelstrom"
|
repository = "https://git.kittencollective.com/nebkor/nebkor-maelstrom"
|
||||||
keywords = ["maelstrom", "glomers", "gossip", "distributed"]
|
keywords = ["maelstrom", "glomers", "gossip", "distributed"]
|
||||||
|
|
||||||
|
|
|
@ -224,8 +224,6 @@ pub fn check_err(msg: &Message) -> RpcResult {
|
||||||
Ok(None)
|
Ok(None)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Convenience function for turning a list of `(&str, serde::Value)` pairs into
|
|
||||||
/// a Payload.
|
|
||||||
pub fn mk_payload(payload: &[(&str, Value)]) -> Payload {
|
pub fn mk_payload(payload: &[(&str, Value)]) -> Payload {
|
||||||
payload
|
payload
|
||||||
.iter()
|
.iter()
|
||||||
|
|
Loading…
Reference in a new issue