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
tci
upub
/
.gitignore
3 lines
20 B
Text
Raw
Permalink
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
Copy permalink