encoderfile 0.4.0-rc.1

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;

#[cfg(feature = "cli")]
pub mod build_cli;