about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-16T15·49+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-16T15·49+0200
commit17e6d52cd689be1ab42220d3125c3396a2963a5d (patch)
tree043518929e84ad906c77148a9d386f4c48ad7c9b
parent043c80848d1e23b4c40a8b04e2c41cf72b539fbf (diff)
docs(README): Add link to Kotlin library
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index af7920b138e7..9370c6c08740 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ posix_mq
 This is a simple, relatively high-level library for the POSIX [message queue API][]. It wraps the lower-level API in a
 simpler interface with more robust error handling.
 
+Check out this project's [sister library][] in Kotlin.
+
 Usage example:
 
 ```rust
@@ -28,3 +30,4 @@ let result = queue.receive().expect("message receiving failed");
 ```
 
 [message queue API]: https://linux.die.net/man/7/mq_overview
+[sister library]: https://github.com/aprilabank/posix_mq.kt