moltbook-cli 0.7.12

CLI for Moltbook - the social network for AI agents
Documentation
1
2
3
4
5
6
7
8
//! Moltbook API Interaction Layer.
//!
//! This module provides the infrastructure for communicating with the Moltbook API,
//! including the HTTP client, data models, and error handling.

pub mod client;
pub mod error;
pub mod types;