This website requires JavaScript.
Explore
Help
Register
Sign In
elsanctum
/
tenquestionmarks
Watch
2
Star
0
Fork
0
You've already forked tenquestionmarks
Code
Issues
8
Pull Requests
Releases
Wiki
Activity
tenquestionmarks
/
src
History
Adrian Malacoda
1fbba2554d
replace Sender with ExtSender from transformable_channels. Now we can tag each outgoing envelope with the name of its sender
2017-02-25 21:11:25 -06:00
..
event
we're sending Envelope and transmitting Arc<Envelope>, since we're wrapping the Envelope in an Arc to transmit it, we (probably) don't need to wrap the Event in an Arc too
2017-02-25 20:33:47 -06:00
helpers
create a dedicated Message struct and implement reply(&str) on there, since it seems to be a commonly used thing. Begin implementing helpers for command parsing.
2017-02-19 05:37:56 -06:00
modules
replace Sender with ExtSender from transformable_channels. Now we can tag each outgoing envelope with the name of its sender
2017-02-25 21:11:25 -06:00
lib.rs
replace Sender with ExtSender from transformable_channels. Now we can tag each outgoing envelope with the name of its sender
2017-02-25 21:11:25 -06:00
main.rs
remove unused variable
2017-02-25 20:20:01 -06:00