
Building a runtime reflection system for Rust (Part 1)
Introduction
We’re building oso, an open source policy engine for authorization. You can use oso to separate authorization logic from application code by writing policies in our declarative language, called Polar. oso is built to be embedded directly in the application, which means you can pass in application objects,