From 57cb52e457aa79c6b70514ca4d98919df82b8008 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Thu, 24 Sep 2020 12:08:51 -0400 Subject: [PATCH] Add oso to Web/Misc For reference, you can see on [this page](https://docs.osohq.com/getting-started/quickstart.html#authorizing-http-requests) (the Rust tab) how it would be used in something like Rocket. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4aee9fb..1a41c01 100644 --- a/README.md +++ b/README.md @@ -1522,6 +1522,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [bitwyre/websocket_core](https://github.com/bitwyre/websocket_core) — Websocket generic server library for periodic message broadcast. [](https://github.com/bitwyre/websocket_core/actions) * Miscellaneous * [cargonauts](https://github.com/cargonauts-rs/cargonauts) — A web framework intended for building maintainable, well-factored web apps. + * [osohq/oso](https://github.com/osohq/oso) [[oso](https://crates.io/crates/oso)] - A policy engine for authorization that's embedded in your application. * [pyros2097/rust-embed](https://github.com/pyros2097/rust-embed) — A macro to embed static assets into the rust binary * [utkarshkukreti/select.rs](https://github.com/utkarshkukreti/select.rs) [[select](https://crates.io/crates/select)] — A library to extract useful data from HTML documents, suitable for web scraping. [![Build Status](https://api.travis-ci.org/utkarshkukreti/select.rs.svg?branch=master)](https://travis-ci.org/utkarshkukreti/select.rs) * [pwoolcoc/soup](https://gitlab.com/pwoolcoc/soup) [[soup](https://crates.io/crates/soup)] — A library similar to Python's BeautifulSoup, designed to enable quick and easy manipulation and querying of HTML documents. [![Build Status](https://gitlab.com/pwoolcoc/soup/badges/master/pipeline.svg)](https://gitlab.com/pwoolcoc/soup/badges/master/pipeline.svg)