Crates.io | readext |
lib.rs | readext |
version | 0.1.0 |
source | src |
created_at | 2015-04-02 09:56:17.086216 |
updated_at | 2015-12-11 23:55:29.371301 |
description | Extensions for the standard Read trait |
homepage | |
repository | https://github.com/thoughtram/read-ext |
max_upload_size | |
id | 1760 |
size | 2,901 |
#Extensions for Rusts the standard Read
trait
This adds read_into_string
and read_into_vec
as specified in this RFC.