This website requires JavaScript.
Explore
Help
Register
Sign in
zaaarf
/
upub
Watch
1
Star
0
Fork
You've already forked upub
0
forked from
alemi/upub
Code
Pull requests
Activity
4d7f99dfaa
upub
/
.gitignore
4 lines
30 B
Text
Raw
Normal View
History
Unescape
Escape
chore: initial commit with environment
2023-12-30 05:07:49 +01:00
/target
feat: separated apb types into crate, reworked no more "impl ..." hell, each trait has associated types so that we know it's a "Self::Link" or a "Self::Actor", but in practice they can both be a "serde_json::Value" and thus we can change its type. also Node::Array is now a Vec<T> rather than Vec<Node<T>> because it makes more sense. Node is Iterable and will yield zero (Empty|Link), one (Object) or many (Array) Ts
2024-04-06 16:56:13 +02:00
/apb/target
chore: gitignored trunk dist
2024-04-14 17:23:48 +02:00
/web/dist
Copy permalink