ispell 0.2.0

Easily run ispell or aspell from Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ChangeLog 
=========

0.2.0 (2016-09-26) 
------------------
* Slightly fix the API:
  * Remove `language` method as it was redundant with `dictionary`;
  * `aspell` method doesn't take a bool anymore;
  * Add `hunspell` method to set `SpellLauncher` to use `hunspell`
* Documentation is now more complete.

0.1.0 (2016-09-26)
------------------
* First release.