canfund 0.8.5

This Rust library provides a simple interface to monitor and add cycles to canisters on the Internet Computer.
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]

pub mod api;
pub mod errors;
pub mod manager;
pub mod operations;
pub mod types;
pub mod utils;

pub use manager::FundManager;