Module simple

Source
Expand description

This is an implementation of an immutable “simple” pseudo directories. Use simple() to construct actual instances. See Simple for details.

Re-exports§

pub use crate::directory::simple::Simple;

Functions§

simple
Creates an immutable empty “simple” directory. This directory holds a “static” set of entries, allowing the server to add or remove entries via the crate::directory::helper::DirectlyMutable::add_entry() and crate::directory::helper::DirectlyMutable::remove_entry() methods.