1//! `n2` is a library implementation of a feedforward, backpropagation
2//! artificial neural network.
3//!
4//! **Note**: This is version `0.0.0` of this crate, which contains no
5//! functionality yet. Version `0.1.0` is currently being developed.