PDS software with bells & whistles you didn’t even know you needed. will move this to its own account when ready.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 469 B view raw
1mod definitions; 2mod error; 3mod parser; 4mod permission_set; 5mod permissions; 6 7pub use definitions::{SCOPE_DEFINITIONS, ScopeCategory, ScopeDefinition}; 8pub use error::ScopeError; 9pub use parser::{ 10 AccountAction, AccountAttr, AccountScope, BlobScope, IdentityAttr, IdentityScope, IncludeScope, 11 ParsedScope, RepoAction, RepoScope, RpcScope, parse_scope, parse_scope_string, 12}; 13pub use permission_set::expand_include_scopes; 14pub use permissions::ScopePermissions;