Working project name, not final.
|
1 nedēļu atpakaļ | |
---|---|---|
bin | 2 nedēļas atpakaļ | |
contrib | 1 gadu atpakaļ | |
crates | 1 nedēļu atpakaļ | |
docs | 8 mēneši atpakaļ | |
test | 7 mēneši atpakaļ | |
.gitignore | 1 gadu atpakaļ | |
Cargo.lock | 2 nedēļas atpakaļ | |
Cargo.toml | 2 nedēļas atpakaļ | |
README.md | 1 gadu atpakaļ |
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.