Skip to main content

Crate libgrite_core

Crate libgrite_core 

Source

Re-exports§

pub use error::GriteError;
pub use types::ActorId;
pub use types::EventId;
pub use types::IssueId;
pub use types::event::Event;
pub use types::event::EventKind;
pub use types::event::IssueState;
pub use types::issue::IssueProjection;
pub use types::issue::IssueSummary;
pub use types::actor::ActorConfig;
pub use store::GritStore;
pub use store::LockedStore;
pub use config::RepoConfig;
pub use config::load_repo_config;
pub use config::save_repo_config;
pub use config::load_signing_key;
pub use lock::Lock;
pub use lock::LockPolicy;
pub use lock::LockCheckResult;
pub use lock::LockStatus;
pub use lock::resource_hash;
pub use lock::DEFAULT_LOCK_TTL_MS;
pub use signing::SigningKeyPair;
pub use signing::VerificationPolicy;
pub use signing::SigningError;
pub use signing::verify_signature;

Modules§

config
context
error
export
hash
integrity
Integrity checking for events and projections
lock
Lock types for team coordination
projection
signing
Ed25519 signing and verification for events
store
types