From cdf7ab02141ed1f8a809172d271ac0dbeca1e16f Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Thu, 13 Jun 2024 14:53:13 -0400 Subject: [PATCH] README.md: link to anyhow docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 750a9ae..8460028 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is WIP and my hobby project. * Some syntax is not implemented yet. * Zero dependency * except dev-dependency. - * While developing as WIP, prsqlite is using `anyhow` for development + * While developing as WIP, prsqlite is using [`anyhow`](https://docs.rs/anyhow/latest/anyhow/) for development velocity. It will be replaced with a proprietary errors in the future. * Validating file format * prsqlite does not trust the file is valid unlike sqlite3 and validates pages