Began bn module documenation

This commit is contained in:
Andy Gauge 2017-09-29 09:18:44 -07:00
parent 67ca96a0b8
commit b44d37acaf
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//! BigNum implementation
//!
//!
use ffi; use ffi;
use foreign_types::{ForeignType, ForeignTypeRef}; use foreign_types::{ForeignType, ForeignTypeRef};
use libc::c_int; use libc::c_int;