Create a Writer struct with a write_byte function

This commit is contained in:
Philipp Oppermann
2017-04-12 19:20:15 +02:00
parent afc2c26a9d
commit 46d47f8d2e
2 changed files with 41 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#![feature(lang_items)]
#![feature(const_fn)]
#![feature(unique)]
#![no_std]
extern crate rlibc;