atuin-daemon 18.15.0

The daemon crate for Atuin
Documentation
1
2
3
4
5
6
//! History module for the daemon gRPC history service.
//!
//! This module contains the proto-generated types for the history gRPC service.

// Include the generated proto code
tonic::include_proto!("history");