I'm trying to implement Noel Welsh's better encoding, but I'm not sure if it's suitable for such a small library. Also, I honestly don't think I fully understand it! ๐ I would appreciate any comments or feedback. ๐ #scala
Side note: The library is a Scala client for Postgres messaging. Here is the codebase ๐
https://github.com/matejcerny/pgmq4s/blob/main/core/src/main/scala/pgmq4s/PgmqClient.scala


