We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2c475 commit cf61ceaCopy full SHA for cf61cea
README.md
@@ -1,7 +1,11 @@
1
# Rust On L4Re
2
3
-This repository contains the L4Re snapshot from July 2018 and is organised
4
-into two branches.
+This repository contains a patched version of the L4Re microkernel operating
+system that includes support for Rust client and server applications. At its
5
+heart, the [L4Rust libraries](src/l4/pkg/l4rust) enable a Rust developer to
6
+efficiently develop Rust clients and servers running on top of a highly
7
+configurable, secure and performant OS. Rust services and clients can
8
+communicate without adaptation with C++ server and clients from L4Re.
9
10
Suggestions, criticism and everything else is welcome, contact me on IRC as
11
Moomoc in the Mozilla, Freenode or OFTC network.
0 commit comments