libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra
This commit is contained in:
parent
ebfc2b8e56
commit
f3723cf7c4
231 changed files with 545 additions and 32 deletions
|
@ -16,6 +16,8 @@ Core encoding and decoding interfaces.
|
|||
|
||||
#[forbid(non_camel_case_types)];
|
||||
|
||||
use core::prelude::*;
|
||||
|
||||
use core::hashmap::{HashMap, HashSet};
|
||||
use core::trie::{TrieMap, TrieSet};
|
||||
use deque::Deque;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue