Skip to main content

Crate endringer_core

Crate endringer_core 

Source
Expand description

Core types and VCS backend trait for endringer.

This crate is an implementation detail. Most users depend on the [endringer] facade crate, which re-exports everything from here.

Depend on endringer-core directly only when implementing a custom [VcsBackend].

Re-exports§

pub use error::Error;
pub use error::NotFoundKind;
pub use error::Result;

Modules§

backend
The VcsBackend trait that all VCS backends implement.
error
Typed public error model for endringer (RFC 006).
types
Public types for endringer.