oso is an open source policy engine for authorization that’s embedded in your application - osohq/oso... (more…)
Read more »
The container ecosystem is growing up. Proprietary implementations are gradually being replaced by open standards. One of the most important standards from the open container initiative is the oci-runtime spec, which allows alternative container runtimes ... (more…)
Read more »
RustyHermit is a unikernel, which is completely written Rust. Unikernels are application images that directly contain the kernel as a library, so they do not require an installed operating system (OS). They are typical used in virtualized environments, wh... (more…)
Read more »
librips - Rust IP Stack - A full userspace TCP/IP stack written in Rust (Work in progress)...
Read more »
While data formats should always be unambiguous, real-world data from external
providers often come with their set of issues. One of them is inconsistent
naming of some fields. By introducing a new attribute in Rust’s famous
serde library, we can however ... (more…)
Read more »