essence

Crates.ioessence
lib.rsessence
version0.7.0
created_at2022-12-29 17:10:25.032169+00
updated_at2025-03-30 04:08:21.311367+00
descriptionEssential models and database logic for the Adapt chat platform.
homepagehttps://adapt.chat
repositoryhttps://github.com/AdaptChat/essence
max_upload_size
id747450
size594,959
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: 469

cargo fmt