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

Remove all references to the crossterm book #8

Merged
merged 1 commit into from
Oct 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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