mikros 0.3.0

An optionated crate to help building multi-purpose applications.
Documentation
pub mod definition;
pub mod env;
pub mod errors;
pub mod http;
pub mod logger;
pub mod plugin;
pub mod service;

mod args;
mod grpc;

// Forward some declarations for applications. Most of the time, applications
// will just use us as their dependencies, or at least for their main parts.
pub use async_trait;
pub use axum;
pub use futures::lock::Mutex;
pub use serde;
pub use serde_derive::{Deserialize, Serialize};
pub use serde_json;
pub use tokio;
pub use tonic;