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 84bb8d5 commit 9d33614Copy full SHA for 9d33614
firewood/src/lib.rs
@@ -1,7 +1,7 @@
1
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
2
// See the file LICENSE.md for licensing terms.
3
4
-//! #Firewood: Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State
+//! # Firewood: Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State
5
//!
6
//! Firewood is an embedded key-value store, optimized to store recent Merkleized blockchain
7
//! state with minimal overhead. Firewood is implemented from the ground up to directly
0 commit comments