This trait provides common methods used by index implementations to
diff --git a/ironsea_index/trait.RecordFields.html b/ironsea_index/trait.RecordFields.html
index 25c5770..ab49664 100644
--- a/ironsea_index/trait.RecordFields.html
+++ b/ironsea_index/trait.RecordFields.html
@@ -1,4 +1,4 @@
-
Record behavior used by IndexedDestructured implementations.
RecordFields is used by indices which de-structure records into two
diff --git a/src/ironsea_index/lib.rs.html b/src/ironsea_index/lib.rs.html
index 87ff12b..7e12254 100644
--- a/src/ironsea_index/lib.rs.html
+++ b/src/ironsea_index/lib.rs.html
@@ -132,15 +132,13 @@
132133134
-135
#![forbid(unsafe_code)]#![deny(missing_docs)]//! # Iron Sea - Index//!
-//! This repository contains the traits definitions for the Iron Sea
-//! database toolkit indices.
+//! Traits definitions for the Iron Sea database toolkit indices.//!//! ## Iron Sea: Database Toolkit//! **Iron Sea** provides a set of database engine bricks, which can be