Crates.io | hash_router |
lib.rs | hash_router |
version | 0.1.2 |
source | src |
created_at | 2024-04-08 05:04:38.667943 |
updated_at | 2024-05-06 03:42:54.428267 |
description | Hash router for discord ID's |
homepage | |
repository | |
max_upload_size | |
id | 1199804 |
size | 62,535 |
!! STILL A WIP !! !! LIMITED FUNCTIONALITY !!
The Hash Router crate provides a robust solution for routing Discord messages using unique identifiers (trade hashes) and integrating with databases for efficient data management and retrieval. This crate is designed to facilitate the mapping of Discord IDs (message, channel, and guild IDs) and trade hashes to specific services, enhancing the automation and organization of Discord message signals.
supabase_rs
crate to interact with Supabase, providing a Rust SDK client for database operations.This crate is structured into several modules, each responsible for a specific aspect of the hash routing process:
DiscordMessage
.To get started with the Hash Router, add it to your Cargo.toml
:
[dependencies]
hash_router = "0.1.2"