prompthive 0.2.8

Open source prompt manager for developers. Terminal-native, sub-15ms operations, works with any AI tool.
Documentation
1
2
3
4
5
pub mod storage;
pub mod registry_client;

pub use storage::*;
pub use registry_client::*;