spellcheck-rs 0.1.0-beta.0

A fast spellchecker written in Rust with Python bindings, optimized for OCR error correction
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "spellcheck-rs"
version = "0.1.0-beta.0"
authors = ["Chris Czub <chris.czub@gmail.com>"]
description = "A fast spellchecker written in Rust with Python bindings, optimized for OCR error correction"
license = "MIT"

[lib]
name = "bloomfilter"
crate-type = ["cdylib"]
[dependencies.fasthash]
version = "0.4"

[dependencies.pyo3]
version = "0.6.0-alpha.4"
features = ["extension-module"]