termios
Safe bindings for the termios library.
0.3.3
49M downloads/mo
#1239 most downloaded on crates.io
dcuddeback/termios-rs
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 1.9 years
Nearly every release is documented
notes for 12 of 13 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
13 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Feb 2015 to Oct 2020
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 13-
0.3.313 Oct 2020Nothing published for this version
-
0.3.205 Apr 2020 -
0.3.108 Oct 2018Release notes
Open source → -
0.3.003 Dec 2017Release notes
Open source → -
0.2.227 Jan 2016 -
0.2.105 Nov 2015 -
0.2.016 Oct 2015Release notes
Open source →Added
- (#3) Added FreeBSD support.
Removed
- Removed top-level export for
c_oflagvalues that are not supported globally.
-
0.1.003 May 2015Release notes
Open source →Added
- Added safe wrapper for
tcgetsid(). - Converted
Termiosto a wrapper struct withDerefandDerefMutimplementations to access the innertermiosstruct. - Export target-specific modules as
os::{platform}.
Changed
- Export target OS module as
os::targetinstead ofos.
Removed
- Removed
Defaultimplementation forTermios. - Removed
Termios::zeroed().
Changed
- Replaced
c_intwithRawFd.
- Added safe wrapper for
-
0.0.507 Apr 2015Release notes
Open source →Fixed
- (#2)
Updated for compatibility with the new Rust beta channel:
libcis now an external crate.
- (#2)
Updated for compatibility with the new Rust beta channel:
-
0.0.403 Apr 2015Release notes
Open source →Fixed
- Updated for compatibility with 1.0.0-beta:
- Implementing
Copynow requires implementingClone.
- Implementing
- Updated for compatibility with 1.0.0-beta:
-
0.0.329 Mar 2015 -
0.0.210 Feb 2015Release notes
Open source →Added
- (#1)
Implement
PartialEqandEqforTermiosstruct.
Fixed
- (#1)
Updated for compatibility with latest Rust nightly:
std::iorenamed tostd::old_io.Showrenamed toDebug.
- (#1)
Implement
-
0.0.101 Feb 2015Release notes
Open source →Addded
- Added Linux support.
- Added OS X support.
- Added safe wrappers for termios API.