docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

Encoding interface #101

Open dmcgowan opened 8 years ago

dmcgowan commented 8 years ago

Adds encoding package to define encoding interface. Updates spdy package msgpack encoding to using new interface. Moves msgpack encoding into separate package.