chore: add warning for missing documentation

This commit is contained in:
2025-10-29 14:32:14 +01:00
parent f7ab450e2c
commit 2fa3e423e5

View File

@@ -1,3 +1,4 @@
#![warn(missing_docs)]
//! A lightweight and intuitive Entity-Attribute-Value (EAV) database library for Rust.
//!
//! This library provides a simple and thread safe way to persist and query semi-structured data using an EAV model on top of a SQLite database. It is designed to be easy to use, with a focus on simplicity and developer experience.