boltchat 0.2.2

Client library for bolt
Documentation

Boltchat-rs ⚡️

the bolt rust library Supported Version: V0.2.0 📦 This is the boltchat crate 📖 This is the boltchat documentation

🚧 Please note that the library is in extremely early developement. 🚧

It might be broken af, ion kno i aint used it yet. :shrugs:

inner workings

I'm trying to build the library in 3 layers.

  1. the stream layer (lowest)
  2. the event layer (middle)
  3. the interaction/client layer (highest)

every struct and method has to fit in one of these layers and be built accordingly. every method and struct should be documented to make clear what everything does.

TODO

It is still a lot

V0.2.2

  • stream layer
  • multithread the read stream (lmao im never gonna do this)
  • srv support
  • make crate public
  • client layer
  • implement copy trait
  • General
  • fix all todo's
  • actually learn about error handling instead of unwrapping litteraly everything