diff --git a/README.md b/README.md index 2e5d6b6..ce1c374 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Concurrency * [crossbeam-rs/crossbeam](https://github.com/crossbeam-rs/crossbeam) – Support for parallelism and low-level concurrency in Rust [](https://travis-ci.org/crossbeam-rs/crossbeam) +* [pop-os/bus-writer](https://github.com/pop-os/bus-writer) - Generic single-reader, multi-writer * [Rayon](https://github.com/rayon-rs/rayon) – A data parallelism library for Rust [](https://travis-ci.org/rayon-rs/rayon) * [rustcc/coroutine-rs](https://github.com/rustcc/coroutine-rs) – Coroutine Library in Rust [](https://travis-ci.org/rustcc/coroutine-rs) * [zonyitoo/coio-rs](https://github.com/zonyitoo/coio-rs) – Coroutine I/O for Rust [](https://travis-ci.org/zonyitoo/coio-rs) @@ -863,6 +864,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ [[filesystem](https://crates.io/keywords/filesystem)] * Operations + * [pop-os/dbus-udisks2](https://github.com/pop-os/dbus-udisks2) -> UDisks2 DBus API + * [pop-os/sys-mount](https://github.com/pop-os/sys-mount) - High level abstraction for the `mount` / `umount2` system calls. * [vitiral/path_abs](https://github.com/vitiral/path_abs) — Absolute serializable path types and associated methods. [](https://travis-ci.org/webdesus/fs_extr://travis-ci.org/vitiral/path_abs) * [webdesus/fs_extra](https://github.com/webdesus/fs_extra) — expanding opportunities standard library std::fs and std::io [](https://travis-ci.org/webdesus/fs_extra) * Temporary Files @@ -1048,9 +1051,15 @@ See also [Are we game yet?](http://arewegameyet.com) * [ptal/oak](https://github.com/ptal/oak) — a typed PEG parser generator (compiler plugin) * [rustless/queryst](https://github.com/rustless/queryst) — a query string parsing library for Rust inspired by https://github.com/ljharb/qs [![Build Status](https://api.travis-ci.org/rustless/queryst.svg?branch=master)](https://travis-ci.org/rustless/queryst) +### Packaging formats + +- [pop-os/debarchive](https://github.com/pop-os/debarchive) Library for reading and extracting debian archives + ### Platform specific * Linux + * [pop-os/dbus-udisks2](https://github.com/pop-os/dbus-udisks2) - UDisks2 DBus API + * [pop-os/distinst](https://github.com/pop-os/distinst/) - Linux distribution installer library * [inotify-rs/inotify](https://github.com/inotify-rs/inotify) — [inotify](https://en.wikipedia.org/wiki/Inotify) bindings [](https://travis-ci.org/inotify-rs/inotify) * [yaa110/rust-iptables](https://github.com/yaa110/rust-iptables) — [iptables](https://www.netfilter.org/projects/iptables/index.html) bindings [](https://travis-ci.org/yaa110/rust-iptables) * Unix-like