Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8 from crossterm-rs/zrzka/book-removal
Browse files Browse the repository at this point in the history
Remove all references to the crossterm book
  • Loading branch information
zrzka committed Oct 2, 2019
2 parents 5c2ef53 + 3a2a0d1 commit 6d5aaf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Version master

## Breaking changes

- `sys` module is no longer public
- Remove all references to the crossterm book
- `sys` module is no longer public (breaking)

# Version 0.3.1

Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ to Windows 7 (not all terminals are tested, see the

`crossterm_cursor` is a sub-crate of the [crossterm](https://crates.io/crates/crossterm) crate. You can use it
directly, but it's **highly recommended** to use the [crossterm](https://crates.io/crates/crossterm) crate with
the `cursor` feature enabled (see [feature flags](https://crossterm-rs.github.io/crossterm/docs/feature_flags.html)
for more info).
the `cursor` feature enabled.

## Future

Expand Down Expand Up @@ -58,15 +57,10 @@ fn main() -> Result<()> {
}
```

It's recommended to use the [Command API](https://crossterm-rs.github.io/crossterm/docs/command.html),
because this might replace some of the existing API in the future. It is more convenient, faster and
easier to use.

## Other Resources

- [API documentation](https://docs.rs/crossterm_cursor/) (with other examples)
- [Examples repository](https://github.com/crossterm-rs/examples)
- [The Book](https://crossterm-rs.github.io/crossterm/docs/index.html)

## Authors

Expand Down

0 comments on commit 6d5aaf9

Please sign in to comment.