hippox 0.1.2

The most reliable AI agent.🦛
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod calculator;
pub mod common;
pub mod converter;
pub mod power;
pub mod statistics;

pub use calculator::CalculatorSkill;
pub use converter::UnitConverterSkill;
pub use power::PowerSkill;
pub use statistics::StatisticsSkill;