awto_compile/
lib.rs

1//! <div align="center">
2//!   <h1>awto</h1>
3//!
4//!   <p>
5//!     <strong>Awtomate your 🦀 microservices with awto</strong>
6//!   </p>
7//!
8//! </div>
9//!
10//! # awto-compile
11//!
12//! This crate provides functionality used by [`awto`](https://docs.rs/awto).
13//!
14//! See more on the [repository](https://github.com/awto-rs/awto).
15
16pub mod database;
17pub mod error;
18pub mod protobuf;
19mod util;