1#![doc = include_str!("../README.md")] 2#![deny(rust_2018_idioms)] 3#![warn(missing_docs)] 4 5mod ecm; 6mod point; 7 8pub use crate::ecm::*;