simple_dic 0.1.4

This crate provides a simple dictionary implementation in Rust with various functions to manipulate and interact with the dictionary data structure. The dictionary allows you to store key-value pairs where keys are of type String and values can be of any type T.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
description = "This crate provides a simple dictionary implementation in Rust with various functions to manipulate and interact with the dictionary data structure. The dictionary allows you to store key-value pairs where keys are of type String and values can be of any type T."
edition = "2021"
license = "MIT"
name = "simple_dic"
readme = "README.md"
repository = "https://github.com/dorian3343/simple_dic"
version = "0.1.4"