Working project name, not final.
|
2 kuukautta sitten | |
---|---|---|
bin | 2 kuukautta sitten | |
contrib | 1 vuosi sitten | |
crates | 2 kuukautta sitten | |
docs | 10 kuukautta sitten | |
test | 9 kuukautta sitten | |
.gitignore | 1 vuosi sitten | |
Cargo.lock | 2 kuukautta sitten | |
Cargo.toml | 2 kuukautta sitten | |
README.md | 1 vuosi sitten |
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.