diff options
author | Martin Samuelsson <msamuelsson@storvix.eu> | 2023-07-14 09:51:03 +0200 |
---|---|---|
committer | Martin Samuelsson <msamuelsson@storvix.eu> | 2023-07-14 10:19:06 +0200 |
commit | 0f4ec4a9f59cadcc499367dc7f99c9973c495a30 (patch) | |
tree | 390b5bd1fefa7b9a424dec54605bd9d61b3491b7 | |
parent | c0a99bf904ab41a152a43dd9cdd2c44eb0857b47 (diff) | |
download | termios-rs-0f4ec4a9f59cadcc499367dc7f99c9973c495a30.zip |
Move existing files into termios/ subfolder
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | termios/CHANGELOG.md (renamed from CHANGELOG.md) | 0 | ||||
-rw-r--r-- | termios/CONTRIBUTING.md (renamed from CONTRIBUTING.md) | 0 | ||||
-rw-r--r-- | termios/CONTRIBUTORS (renamed from CONTRIBUTORS) | 0 | ||||
-rw-r--r-- | termios/Cargo.toml (renamed from Cargo.toml) | 0 | ||||
l--------- | termios/LICENSE | 1 | ||||
-rw-r--r-- | termios/README.md (renamed from README.md) | 0 | ||||
-rw-r--r-- | termios/src/ffi.rs (renamed from src/ffi.rs) | 0 | ||||
-rw-r--r-- | termios/src/lib.rs (renamed from src/lib.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/android.rs (renamed from src/os/android.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/dragonfly.rs (renamed from src/os/dragonfly.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/freebsd.rs (renamed from src/os/freebsd.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/illumos.rs (renamed from src/os/illumos.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/linux.rs (renamed from src/os/linux.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/macos.rs (renamed from src/os/macos.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/mod.rs (renamed from src/os/mod.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/netbsd.rs (renamed from src/os/netbsd.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/openbsd.rs (renamed from src/os/openbsd.rs) | 0 | ||||
-rw-r--r-- | termios/src/os/solaris.rs (renamed from src/os/solaris.rs) | 0 |
19 files changed, 3 insertions, 2 deletions
@@ -1,2 +1,2 @@ -/target -/Cargo.lock +/termios/target +/termios/Cargo.lock diff --git a/CHANGELOG.md b/termios/CHANGELOG.md index b15c67f..b15c67f 100644 --- a/CHANGELOG.md +++ b/termios/CHANGELOG.md diff --git a/CONTRIBUTING.md b/termios/CONTRIBUTING.md index ec4bb1a..ec4bb1a 100644 --- a/CONTRIBUTING.md +++ b/termios/CONTRIBUTING.md diff --git a/CONTRIBUTORS b/termios/CONTRIBUTORS index d30b5dd..d30b5dd 100644 --- a/CONTRIBUTORS +++ b/termios/CONTRIBUTORS diff --git a/Cargo.toml b/termios/Cargo.toml index bb3ee55..bb3ee55 100644 --- a/Cargo.toml +++ b/termios/Cargo.toml diff --git a/termios/LICENSE b/termios/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/termios/LICENSE @@ -0,0 +1 @@ +../LICENSE
\ No newline at end of file diff --git a/README.md b/termios/README.md index 82e841e..82e841e 100644 --- a/README.md +++ b/termios/README.md diff --git a/src/ffi.rs b/termios/src/ffi.rs index bb97d35..bb97d35 100644 --- a/src/ffi.rs +++ b/termios/src/ffi.rs diff --git a/src/lib.rs b/termios/src/lib.rs index 9484c0f..9484c0f 100644 --- a/src/lib.rs +++ b/termios/src/lib.rs diff --git a/src/os/android.rs b/termios/src/os/android.rs index b991579..b991579 100644 --- a/src/os/android.rs +++ b/termios/src/os/android.rs diff --git a/src/os/dragonfly.rs b/termios/src/os/dragonfly.rs index ad51ee2..ad51ee2 100644 --- a/src/os/dragonfly.rs +++ b/termios/src/os/dragonfly.rs diff --git a/src/os/freebsd.rs b/termios/src/os/freebsd.rs index 7baa5ce..7baa5ce 100644 --- a/src/os/freebsd.rs +++ b/termios/src/os/freebsd.rs diff --git a/src/os/illumos.rs b/termios/src/os/illumos.rs index eca1686..eca1686 100644 --- a/src/os/illumos.rs +++ b/termios/src/os/illumos.rs diff --git a/src/os/linux.rs b/termios/src/os/linux.rs index c4d91c4..c4d91c4 100644 --- a/src/os/linux.rs +++ b/termios/src/os/linux.rs diff --git a/src/os/macos.rs b/termios/src/os/macos.rs index a00c978..a00c978 100644 --- a/src/os/macos.rs +++ b/termios/src/os/macos.rs diff --git a/src/os/mod.rs b/termios/src/os/mod.rs index 7ac120f..7ac120f 100644 --- a/src/os/mod.rs +++ b/termios/src/os/mod.rs diff --git a/src/os/netbsd.rs b/termios/src/os/netbsd.rs index d62b654..d62b654 100644 --- a/src/os/netbsd.rs +++ b/termios/src/os/netbsd.rs diff --git a/src/os/openbsd.rs b/termios/src/os/openbsd.rs index 68b3707..68b3707 100644 --- a/src/os/openbsd.rs +++ b/termios/src/os/openbsd.rs diff --git a/src/os/solaris.rs b/termios/src/os/solaris.rs index eca1686..eca1686 100644 --- a/src/os/solaris.rs +++ b/termios/src/os/solaris.rs |