russenger 0.3.1

A Rust library designed to simplify the handling of Facebook Messenger webhook responses.
Documentation
1
2
3
4
5
6
use serde::Serialize;

#[derive(Debug, Clone, Serialize)]
pub struct Recipient<'r> {
    pub id: &'r str,
}