Working project name, not final.
|
преди 2 седмици | |
---|---|---|
bin | преди 2 седмици | |
contrib | преди 1 година | |
crates | преди 2 седмици | |
docs | преди 8 месеца | |
test | преди 7 месеца | |
.gitignore | преди 1 година | |
Cargo.lock | преди 2 седмици | |
Cargo.toml | преди 2 седмици | |
README.md | преди 1 година |
A better messaging and chat protocol. Building it the right way.
These are handwavy milestones that I expect to change.
Keeping this list here so that I remember what I'm doing.
// TODO
s on them because we query more columns than we need to, that could be reduced.JOIN
s but I don't know how to express that to SeaORM correctly.Codec
serialization is "self-documenting" in the bad way (the source code is the only documentation), switch to using Stencil when it's mature enough.