stevenarella/src/server
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
..
mod.rs Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
plugin_messages.rs Send a MC|Brand plugin message when joining servers 2016-04-08 18:30:05 +01:00
sun.rs Implement models and a sun/moon 2016-03-27 23:31:57 +01:00
target.rs Fixed another batch of clippy warnings 2016-09-15 15:15:52 +01:00