scansion 0.0.3

A readline-style library with Vim and Emacs keybindings
Documentation
# scansion

[![Build Status](https://github.com/ulyssa/modalkit/actions/workflows/ci.yml/badge.svg)](https://github.com/ulyssa/modalkit/actions?query=workflow%3ACI+)
[![License: Apache 2.0](https://img.shields.io/crates/l/scansion.svg?logo=apache)](https://crates.io/crates/scansion)
[![Latest Version](https://img.shields.io/crates/v/scansion.svg?logo=rust)](https://crates.io/crates/scansion)
[![Docs Status](https://docs.rs/scansion/badge.svg)](https://docs.rs/crate/scansion/)

## About

This is a readline-style crate that includes support for Vim and Emacs
keybindings.

## Usage

This crate is [on crates.io](https://crates.io/crates/scansion) and can be
used by adding `scansion` to your dependencies in your project's `Cargo.toml`.

```toml
[dependencies]
scansion = "0.0.3"
```

## License

`scansion` is released under the [Apache License, Version 2.0].

[Apache License, Version 2.0]: https://github.com/ulyssa/modalkit/blob/master/LICENSE