changeset 490:79244b94d102

Update goal in README
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 30 Aug 2019 13:38:09 +0200
parents 0130b5d5e8c7
children 37489b2ef580
files README.md
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri Aug 30 13:32:23 2019 +0200
+++ b/README.md	Fri Aug 30 13:38:09 2019 +0200
@@ -2,7 +2,8 @@
 
 [![crates.io](https://img.shields.io/crates/v/rusty-leveldb.svg)](https://crates.io/crates/rusty-leveldb)
 
-**Goal:** A fully compatible implementation of LevelDB in Rust.
+A fully compatible implementation of LevelDB in Rust. (any incompatibility is a
+bug!)
 
 The implementation is very close to the original; often, you can see the same
 algorithm translated 1:1, and class (struct) and method names are similar or