Crate dsrc [−] [src]
Abstract data source
The data source is something that provides information (like from the kernel, external programs, etc) the aggregator then connects together and keeps.
This crate contains the abstract interface, other crates contain the concrete implementations and can be turned on or off at compile time by features.
Traits
Dsrc |
The asbract data source. |
Factory |
A factory for data source. |