Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wlqm committed Jun 28, 2024
1 parent f2084ca commit 648118a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vsdb_core"
version = "1.0.0"
version = "1.0.1"
authors = ["[email protected]"]
edition = "2021"
description = "A std-collection-like database"
Expand Down
10 changes: 9 additions & 1 deletion core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
![GitHub top language](https://img.shields.io/github/languages/top/rust-util-collections/vsdb)
[![Rust](https://github.com/rust-util-collections/vsdb/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-util-collections/vsdb/actions/workflows/rust.yml)
[![Latest Version](https://img.shields.io/crates/v/vsdb.svg)](https://crates.io/crates/vsdb_core)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/vsdb_core)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.78+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)

# vsdb_core

This is a simplified version of [**vsdb_core**](https://crates.io/crates/vsdb_core), retaining only the most practical and stable parts.
vsdb is a 'std-collection-like' database.

This is a simplified version of the original [**vsdb_core**](https://crates.io/crates/vsdb_core/0.70.0), retaining only the most practical and stable parts.
2 changes: 1 addition & 1 deletion utils/hash_db/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![GitHub top language](https://img.shields.io/github/languages/top/rust-util-collections/VSDB)
[![Latest Version](https://img.shields.io/crates/v/vsdb_hash_db.svg)](https://crates.io/crates/vsdb_hash_db)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/vsdb_hash_db)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.65+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.78+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)

# vsdb_hash_db

Expand Down
2 changes: 2 additions & 0 deletions utils/slot_db/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![GitHub top language](https://img.shields.io/github/languages/top/rust-util-collections/VSDB)
[![Latest Version](https://img.shields.io/crates/v/vsdb_slot_db.svg)](https://crates.io/crates/vsdb_slot_db)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/vsdb_slot_db)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.78+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)

# Slot DB

Expand Down
2 changes: 1 addition & 1 deletion utils/trie_db/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![GitHub top language](https://img.shields.io/github/languages/top/rust-util-collections/VSDB)
[![Latest Version](https://img.shields.io/crates/v/vsdb_trie_db.svg)](https://crates.io/crates/vsdb_trie_db)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/vsdb_trie_db)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.65+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.78+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)

# vsdb_trie_db

Expand Down
2 changes: 1 addition & 1 deletion wrappers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vsdb"
version = "1.0.0"
version = "1.0.1"
authors = ["[email protected]"]
edition = "2021"
description = "A std-collection-like database"
Expand Down
4 changes: 2 additions & 2 deletions wrappers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
[![Rust](https://github.com/rust-util-collections/vsdb/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-util-collections/vsdb/actions/workflows/rust.yml)
[![Latest Version](https://img.shields.io/crates/v/vsdb.svg)](https://crates.io/crates/vsdb)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/vsdb)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.63+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.78+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)

# vsdb

vsdb is a 'std-collection-like' database.

This is a simplified version of [**vsdb**](https://crates.io/crates/vsdb), retaining only the most practical and stable parts.
This is a simplified version of the original [**vsdb**](https://crates.io/crates/vsdb/0.70.0), retaining only the most practical and stable parts.

[**To view the change log check here**](https://github.com/rust-util-collections/vsdb/blob/master/CHANGELOG.md).

Expand Down

0 comments on commit 648118a

Please sign in to comment.