mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
chore: add erg_common::io
module
This commit is contained in:
parent
324618dbdc
commit
d75ac0c17b
20 changed files with 787 additions and 749 deletions
|
@ -6,8 +6,8 @@ use std::fmt::Debug;
|
|||
use std::mem;
|
||||
|
||||
use erg_common::config::ErgConfig;
|
||||
use erg_common::config::{Input, InputKind};
|
||||
use erg_common::error::Location;
|
||||
use erg_common::io::{Input, InputKind};
|
||||
use erg_common::set::Set as HashSet;
|
||||
use erg_common::str::Str;
|
||||
use erg_common::traits::{DequeStream, ExitStatus, Locational, Runnable, Stream};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue