s |
focus search bar ( enter to select, ▲ / ▼ to change selection) |
g a |
go to actions |
g c |
go to crates |
g h |
go to hackathons |
g l |
go to libraries |
g p |
go to projects |
h |
toggle this help ( esc also exits) |
Algorithms | Rust | Built-ins | New
modstore brings the speed python lacked while implementing complex data structures. Leveraging Rust's speed, modstore brings custom data structures to decrease processing time. Apart from that, modstore offers upgraded built-in data structures such as list, dict, tuple and a few new ones like stack.
modstore started as a data structure library but now also contains algorithms such as sorting and searching.
modstore currently offers the following data structures and algorithms to make your day an easy one:
Categories
modstore contains a hell lot of detailed algorithms.
Currently available:
modstore offers the following rust powered data structures:
BlockChain: Using Rust’s performance, create tamper proof blockchain data structure of your required difficulty. Search through the blockchain and retrieve data in their original form as provided.
DAG: Directed Acyclic Graphs are graphs with no cycles, used in certain blockchain variants like IOTA. Create, manipulate and store Network like data in DAG ledgers.
modstore has these upgraded built-ins:
Make sure you have cargo installed (Rust) and VS Build Tools for C++ (for windows)
git clone https://github.com/d33p0st/modstore.git
python -m pip install --upgrade pip
pip install maturin
cd modstore
maturin develop
pip install .
Feel free to submit any issues with the BlockChain Class here.
Submit pull requests here.
Algorithms | Rust | Built-ins | New
|
Documentation
2026 d33p0st
d33p0st.in/documentation |
| © Soumyo Deep Gupta. created with GitHub Pages, written in Markdown. |
s |
focus search bar ( enter to select, ▲ / ▼ to change selection) |
g a |
go to actions |
g c |
go to crates |
g h |
go to hackathons |
g l |
go to libraries |
g p |
go to projects |
h |
toggle this help ( esc also exits) |