read from bytes finished

This commit is contained in:
Nikolay Volf
2016-04-20 23:02:29 +03:00
parent a61ab6d40f
commit ffc10fec8b
2 changed files with 161 additions and 11 deletions

View File

@@ -15,15 +15,12 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
use ipc::*;
use std::mem;
#[derive(Binary)]
enum Root {
Top,
Middle(u32, u64),
Bottom {
number1: u32,
number2: u64,
},
}
#[derive(Binary)]