essence

Crates.ioessence
lib.rsessence
version0.5.0
sourcesrc
created_at2022-12-29 17:10:25.032169
updated_at2023-03-11 04:04:23.3141
descriptionEssential models and database logic for the Adapt chat platform.
homepagehttps://adapt.chat
repositoryhttps://github.com/AdaptChat/essence
max_upload_size
id747450
size366,488
Jay3332 (jay3332)

documentation

README

essence

Essential models and database operations used by other Adapt microservices.

What does this service contain?

This is not a standalone service, but rather a library of common models and operations used by other Adapt microservices.

This includes:

  • Object schemas (e.g. User or Guild)
    • This includes payload schemas, both inbound and outbound (e.g. UserCreatePayload).
  • Database operations (e.g. User::create or Guild::delete)
  • Authentication middleware (e.g. tokens and password hashing)
  • Snowflake generation
  • Utilities that relate to the above
Commit count: 285

cargo fmt