Skip to content

CoreRC/libcorerc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pub/Sub in C++ Cap'n Proto

Client for the Rust-based server example in capnproto-rust.

See also

My blog.

Building

mkdir build
cd $_
cmake ..
make -j

Running

First kick up the server, then:

./test_capnp client

LICENSE

MIT