Expand description
A shared trust model for gitoxide
crates.
§Feature Flags
serde
— Data structures implementserde::Serialize
andserde::Deserialize
.
Modules§
- identity
- Various types to identify entities.
- permission
- trust
Structs§
- Read
Write - Whether something can be read or written.
Enums§
- Permission
- Allow, deny or forbid using a resource or performing an action.
- Trust
- A way to specify how ‘safe’ we feel about a resource, typically about a git repository.