hippox 0.3.1

The most reliable AI agent.🦛
Documentation
1
2
3
4
5
6
7
8
9
pub mod csv;
pub mod excel;
pub mod markdown;
pub mod xml;

pub use csv::{CsvReadSkill, CsvWriteSkill};
pub use excel::{ExcelReadSkill, ExcelWriteSkill};
pub use markdown::{MarkdownReadSkill, MarkdownWriteSkill};
pub use xml::{XmlParseSkill, XmlToJsonSkill};