No description
Find a file
Vincent Ambo 7dc6144e3f feat: Implement high-level POSIX message queue API
Implements a high-level API on top of POSIX message queues
(mq_overview(7)).

This API can be used to perform local RPC between processes that need
to exchange messages *fast* (or *easy*) with priority ordering.

The methods are mostly documented but there are still two corner cases
that need to be looked at and a lot of tests missing.
2017-10-16 01:08:08 +02:00
src feat: Implement high-level POSIX message queue API 2017-10-16 01:08:08 +02:00
.gitignore chore: Add project scaffolding 2017-10-15 22:06:22 +02:00
Cargo.toml feat(error): Add error-mapping from C calls 2017-10-15 23:22:18 +02:00
CODE_OF_CONDUCT.md chore: Add project scaffolding 2017-10-15 22:06:22 +02:00
LICENSE chore: Add project scaffolding 2017-10-15 22:06:22 +02:00