egg-mode-rs / egg-mode

a twitter api crate for rust
https://crates.io/crates/egg-mode
Mozilla Public License 2.0
371 stars 65 forks source link

Fix codepoint_to_bytes impl #39

Closed adwhit closed 6 years ago

adwhit commented 6 years ago

Closes #38

QuietMisdreavus commented 6 years ago

Oh nice, i totally overlooked that! Thanks for adding the additional test, too!

The CI failure on travis is only because mio updated its minimum supported rust version without issuing a semver-breaking update, and also because i test egg-mode on rust 1.17. Since all the other travis tests passed, i'm willing to merge this anyway, since it's not your fault. I'll hang on for appveyor, though.