encoderfile 0.6.2

Distribute and run transformer encoders with a single file.
Documentation
mod assets;
pub mod common;
pub mod error;
pub mod format;
pub mod generated;
pub mod inference;
pub mod runtime;
pub mod services;
pub mod transforms;
#[cfg(feature = "transport")]
pub mod transport;

#[cfg(feature = "dev-utils")]
pub mod dev_utils;

pub use assets::get_banner;
pub use runtime::AppState;

pub mod builder;