This review is from Crev, a distributed system for code reviews. To add your review, set up cargo-crev.

The current version of crossterm_screen is 0.3.2.

0.3.1 (older version) Rating: Positive Thoroughness: Medium Understanding: Medium

by MaulingMonkey on 2019-09-28

Pros:

  • Abstracts platform specific bits
  • This part is safe code

0.3.1

File Rating Notes
.github/CODEOWNERS +1
docs/CONTRIBUTING.md +1
src/screen/alternate.rs +1
src/sceren/raw.rs +1
src/sys/unix.rs +1
src/sys/winapi.rs +1
src/lib.rs +1
src/screen.rs +1
src/sys.rs +1
.cargo_vcs_info.json +1
.cargo-ok +1
.gitignore +1
.travvis.yml +1 No MSRV
Cargo.toml +1 MIT, winapi, crossterm_*
Cargo.toml.orig +1 MIT, winapi, crossterm_*
CHANGELOG.md +1
LICENSE +1 MIT
README.md +1
Other Rating Notes
unsafe +1 Not in this crate
fs +1 Not in this crate
io +1 Indirect / stdio
docs +1
tests ?? Not in this crate

Lib.rs has been able to verify that all files in the crate's tarball are in the crate's repository with a git tag matching the version. Please note that this check is still in beta, and absence of this confirmation does not mean that the files don't match.

Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories, so there is a possibility that published crates have a misleading repository URL, or contain different code from the code in the repository.

To review the actual code of the crate, it's best to use cargo crev open crossterm_screen. Alternatively, you can download the tarball of crossterm_screen v0.3.2 or view the source online.