Copy first batch of material from libstd to libcore.
This commit is contained in:
parent
32087f5c2a
commit
fa9ad984fb
325 changed files with 5579 additions and 720 deletions
|
|
@ -3,6 +3,7 @@
|
|||
// Simple Extensible Binary Markup Language (ebml) reader and writer on a
|
||||
// cursor model. See the specification here:
|
||||
// http://www.matroska.org/technical/specs/rfc/index.html
|
||||
import core::option;
|
||||
import option::{some, none};
|
||||
|
||||
type ebml_tag = {id: uint, size: uint};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue