| Crates.io | carbon-defi-decode |
| lib.rs | carbon-defi-decode |
| version | 0.3.0 |
| created_at | 2025-03-12 17:05:06.486642+00 |
| updated_at | 2025-03-27 15:59:02.20685+00 |
| description | A simple lib to decode Carbon DeFi strategies. |
| homepage | https://github.com/t0rbik/carbon-decode |
| repository | https://github.com/t0rbik/carbon-decode |
| max_upload_size | |
| id | 1590090 |
| size | 62,132 |
A simple library to decode Carbon Protocol's strategies.
Carbon DeFi Decode is a Rust library designed to parse and interpret Carbon Protocol's strategy data. It uses alloy under the hood.
Run this command in your project
cargo add carbon-defi-decode
use carbon-defi-decode::decode::parse_strategy;
let parsed_strategy = parse_strategy(strategy);
This project is licensed under the MIT License - see the LICENSE file for details.