/libamicontained

Primary LanguageRustApache License 2.0Apache-2.0

libamicontained

A library for reasoning about the current process' resource constraints.

Mostly this is a straw man repo for code that may eventually live in libresource, to be discussed at FOSDEM.

Design goals

libamicontained (or something like it) should be: small, fast, correct. To enforce correctness, we have chosen rust. We have deliberately not added any dependencies to keep it small (although the .a file is currently quite large, and that needs to be fixed), and hopefully it is fast.

Contributing

Please sign all commits must include a Signed-off-by: line in their description. This indicates that you certify the following statement, known as the Developer Certificate of Origin). You can automatically add this line to your commits by using git commit -s --amend.