o402 0.1.0

OpenAI-compatible gateway, paid with x402.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! OpenAI-compatible HTTP gateway, paid with x402.

#[cfg(test)]
mod tests {
    #[test]
    fn crate_loads() {
        assert_eq!(
            env!("CARGO_PKG_NAME"),
            "o402",
            "package name must match the crate directory"
        );
    }
}