Struct sit_core::repository::Config
[−]
[src]
pub struct Config { /* fields omitted */ }Repository configuration
Methods
impl Config[src]
fn builder() -> TypedBuilder_BuilderFor_Config<(), (), (), ()>[src]
Create a builder for building Config.
On the builder, call .hashing_algorithm(...), .encoding(...), .id_generator(...), .version(...)(optional) to set the values of the fields(they accept Into values).
Finally, call .build() to create the instance of Config.