index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
token
/
mod.rs
blob: c98b8c2f70c7fa6ae91cc98d572f39413d950e33 (
plain
)
1
2
3
4
5
pub
mod
extract
;
mod
id
;
mod
secret
;
pub
use
self
::
{
id
::
Id
,
secret
::
Secret
};