Working project name, not final.
|
1 maand geleden | |
---|---|---|
bin | 1 maand geleden | |
contrib | 1 jaar geleden | |
crates | 1 maand geleden | |
docs | 8 maanden geleden | |
test | 8 maanden geleden | |
.gitignore | 1 jaar geleden | |
Cargo.lock | 1 maand geleden | |
Cargo.toml | 1 maand geleden | |
README.md | 1 jaar geleden |
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.