stevenarella/src/screen
iceiix de6cd2044e
Update to serde_json 1.0 (#6)
* Replace find() with get()

* Update for renamed as_string->as_str and as_boolean->as_bool

https://github.com/serde-rs/json/releases/tag/v0.8.0
Value::as_string() has been renamed to as_str() and Value::as_boolean() has been renamed to as_bool() to improve consistency
https://github.com/serde-rs/json/issues/126

* No serde_json::Value::I64/U64/F64 anymore, only Number

* Update from lookup() to pointer(), using JSON pointer syntax

https://github.com/iceiix/steven/pull/6#issuecomment-432472123

* Remove unused and removed ObjectBuilder import

* Use into_iter().collect() to convert BTreeMap to serde_json::Map

* Change parse_rules to accept serde_json::Map instead of BTreeMap

* Remove unused serde_json macro_use

* Update Cargo.lock
2018-10-23 18:47:21 -07:00
..
connecting.rs Rewrite the UI system (Closes #12) 2016-04-24 12:29:25 +01:00
edit_server.rs Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
login.rs Update to rand 0.5.5 for https://github.com/iceiix/steven/issues/4 2018-09-30 19:05:20 -07:00
mod.rs Fixed another batch of clippy warnings 2016-09-15 15:15:52 +01:00
server_list.rs Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
settings_menu.rs Rewrite the UI system (Closes #12) 2016-04-24 12:29:25 +01:00