hotdog/src
R Tyler Croy 03abb26b3d Change the prototype of from_str to allow &mut str in order to allow for simd-json
No performance numbers yet or anything else substantial, but this does at least
pass the unit tests.

Unfortunately there _is_ an `unsafe` call in this simd_json helper code which
does an unsafe &str.as_bytes_mut().
2020-09-07 09:50:35 -07:00
..
connection.rs Change the prototype of from_str to allow &mut str in order to allow for simd-json 2020-09-07 09:50:35 -07:00
errors.rs Complete the refactoring 2020-05-24 14:47:12 -07:00
json.rs Change the prototype of from_str to allow &mut str in order to allow for simd-json 2020-09-07 09:50:35 -07:00
kafka.rs Format code using 'cargo fmt' 2020-07-18 23:36:03 +05:30
main.rs Introduce the json module to handle optionally supporting simd-json or stock serde 2020-09-07 09:50:35 -07:00
merge.rs
parse.rs Implement the health check 2020-05-31 19:13:57 -07:00
rules.rs Implement the health check 2020-05-31 19:13:57 -07:00
serve.rs cargo fmt 2020-06-10 16:15:55 -07:00
serve_plain.rs
serve_tls.rs cargo fmt 2020-06-10 16:15:55 -07:00
settings.rs Implement the health check 2020-05-31 19:13:57 -07:00
status.rs Revert "Use async-std 1.5.0" 2020-06-22 11:06:01 -07:00