casbin / casbin-rs

An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
https://casbin.org
Apache License 2.0
828 stars 67 forks source link

Are there plans to implement a string adapter in Rust? #331

Open josecelano opened 2 months ago

josecelano commented 2 months ago

Are there plans to implement a string adapter in Rust like the one in Go?

See:

Is it possible to load both the model and the policy from strings?

Originally posted by @josecelano in https://github.com/casbin/casbin-rs/issues/186#issuecomment-2183069760