modstore

Basic and Modded Data Structures with rust backend for speed and safety and python's comfortability.

MIT License

Downloads
1.1K
Stars
0

Overview

modstore brings about the speed python lacked while implementing complex Data Structures. modstore upgrades pre-existing Data Structures to the point you can laid back and use pre-built complex functions. While still keeping the base Structures, modstore introduces better and improves ones such as BlockChain, DAG and much more.

Leveraging Rust's speed and safety, new Data Structures are lightning fast and gives you the comfortability of using them via Python.

Features

modstore provides a ton of data structures to mess around with.

Categories:

  • Rust

    • BlockChain: Using Rust's performance, create a tamper proof blockchain data structure of your required difficulty. Search through the blockchain and retrieve data in their original form as provided. See docs here.

    • DAG: Directed Acyclic Graphs is a graph with no cycles, used in certain blockchain variants like IOTA. Create and manipulate and store Network Like data in DAGs. See docs here.

    • More Coming Soon!

  • Python

Installation

Install using pip,

pip install modstore

Documentation

For documentation, check out the docs folder in the repository.

Repository Link for PYPI users. Click here

Issues

File Bugs in the issue tracker with this template here.

Feature Requests here

Other issues here

Package Rankings
Top 34.14% on Pypi.org
Badges
Extracted from project README's
Unit Tests Build codecov Downloads