tangled
alpha
login
or
join now
ndyg.ca
/
xs
3
fork
atom
crossing the streams
3
fork
atom
overview
issues
pulls
pipelines
xs
/
src
/
error.rs
at
main
1 lines
59 B
view raw
wrap content
ndyg.ca
feat (very rough): Add some nu: on startup accept an option closure that will be run for every item in the event stream. This closure has access to a custom command "xs cas <hash>", which can fetch the content for a given hash from the xs store
2y ago
f4e2ae68
1
pub
type
Error
=
Box
<
dyn
std
::
error
::
Error
+
Send
+
Sync
>
;