From b7a2e5a6aae1e3843d8fdde74d3c5cadc0a9de0e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 7 Oct 2024 16:15:28 +0300 Subject: Rename unit test modules --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9ec2def..01211a8 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Add LogDB as a dependency in your `Cargo.toml`. log_db = { git = "https://github.com/jantuomi/log_db.git" } ``` +Then use it in your code like so: + ```rust use log_db::*; @@ -86,6 +88,7 @@ To build the Python bindings, run: cd py_bindings python -m venv venv . venv/bin/activate +pip install maturin maturin develop # for the development version, or maturin build --release # for the release version ``` -- cgit v1.3