Skip to content

Commit

Permalink
Rename input -> io
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtkana committed Mar 12, 2024
1 parent 0a929cd commit 269bf91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/input/Cargo.toml → libs/io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "input"
name = "io"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion libs/input/src/lib.rs → libs/io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! # Example
//!
//! ```[no_run]
//! # use input::input;
//! # use io::input;
//! let (a, b): (i32, i32) = input();
//! let a: Vec<i32> = input();
//! ```
Expand Down

0 comments on commit 269bf91

Please sign in to comment.