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 c85addc commit 0e0f074Copy full SHA for 0e0f074
README.md
@@ -12,7 +12,9 @@ Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected])
12
* Forward and backward iteration is supported over the data.
13
* Data is automatically compressed using the [Snappy compression library](http://code.google.com/p/snappy).
14
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
15
- * [Detailed documentation](https://rawgit.com/google/leveldb/master/doc/index.html) about how to use the library is included with the source code.
+
16
+# Documentation
17
+ [LevelDB library documentation](https://rawgit.com/google/leveldb/master/doc/index.html) is online and bundled with the source code.
18
19
20
# Limitations
0 commit comments