We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e10c09 commit 053da58Copy full SHA for 053da58
crates/nostr-sqldb/src/lib.rs
@@ -1,3 +1,9 @@
1
+#![forbid(unsafe_code)]
2
+#![warn(missing_docs)]
3
+#![warn(rustdoc::bare_urls)]
4
+#![cfg_attr(docsrs, feature(doc_auto_cfg))]
5
+#![doc = include_str!("../README.md")]
6
+
7
mod migrations;
8
#[allow(dead_code)] // TODO: to remove when also SQLite and MySQL are implemented
9
mod model;
0 commit comments