Skip to content

Commit 18669e6

Browse files
committed
doc: Add documentation introduction for the library.
1 parent 1201bb8 commit 18669e6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/lib.rs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#[cfg(test)]
2-
mod tests {
3-
#[test]
4-
fn it_works() {
5-
assert_eq!(2 + 2, 4);
6-
}
7-
}
1+
#![deny(missing_docs)]
2+
//! # Typesense
3+
//!
4+
//! Welcome to typesense, the rust library for the Typesense API.

0 commit comments

Comments
 (0)