serde_token
serde_token provides a utility for transcoding a Serde deserializer into a sink of Tokens.
Installation
Install from Crates.io:
[]
= "0.0.2"
Usage
use ;
use Deserializer;
use ;
let mut de = from_str;
let = ;
tokenize.unwrap;
let expected = token_stream.collect.wait.unwrap;
assert_eq!
TODO
- look into handling
Sinksending better (i.e. support back-pressure)
Changelog
| Version | Change Summary |
|---|---|
| v0.0.2 | adds README |
| v0.0.1 | initial release |
Contributing
- Fork it https://github.com/your_username/serde_token/fork
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
Maintainers
- Sunny G - @sunny-g
License
MIT