fraiseql-cli 2.3.2

CLI tools for FraiseQL v2 - Schema compilation and development utilities
Documentation
1
2
3
4
5
6
7
//! Code generation modules for gRPC transport artifacts.

pub mod proto_gen;
pub mod row_views;

#[cfg(test)]
mod tests;