provider 0.34.7

A content provider for 'flow' tools
Documentation
1
2
3
4
5
//! Content provider trait. It defines methods for for getting content of flows from files, http or library references.
/// The Content Provider for File contents
pub mod file_provider;
/// The Content Provider for Http contents
pub mod http_provider;