Docs.rs
  • git-sec-0.3.0
    • git-sec 0.3.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Byron
    • Dependencies
      • bitflags ^1.3.2 normal
      • document-features ^0.2.1 normal
      • serde ^1.0.114 normal
      • thiserror ^1.0.26 normal
      • tempfile ^3.3.0 dev
      • libc ^0.2.123 normal
      • dirs ^4 normal
      • git-path ^0.4.0 normal
      • windows ^0.37.0 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

Crate git_sec

logo

Crate git_sec

  • Version 0.3.0
  • All Items
  • Modules
  • Structs
  • Enums

Crates

  • git_sec
logo
Change settings

Crate git_sec

source · [−]
Expand description

A shared trust model for gitoxide crates.

Feature Flags

  • serde1 — Data structures implement serde::Serialize and serde::Deserialize.

Modules

identity

Various types to identify entities.

permission
trust

Structs

Access

A container to define tagged access permissions, rendering the permission read-only.

ReadWrite

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.

Loading search results...