Skip to content

Commit

Permalink
Add a links section to navigate in the cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Mar 4, 2024
1 parent 63a668a commit da5a0ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion heed/src/cookbook.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
//! A cookbook of examples on how to use heed.
//! A cookbook of examples on how to use heed. Here is the list of the different topics you can learn about:
//!
//! - [Listing and Opening the Named Databases](#listing-and-opening-the-named-databases)
//! - [Create Custom and Prefix Codecs](#create-custom-and-prefix-codecs)
//! - [Change the Environment Size Dynamically](#change-the-environment-size-dynamically)
//! - [Decode Values on Demand](#decode-values-on-demand)
//! - [Advanced Multithreaded Access of Entries](#advanced-multithreaded-access-of-entries)
//!
//! # Listing and Opening the Named Databases
//!
Expand Down

0 comments on commit da5a0ea

Please sign in to comment.