carbon-defi-decode

Crates.iocarbon-defi-decode
lib.rscarbon-defi-decode
version0.3.0
created_at2025-03-12 17:05:06.486642+00
updated_at2025-03-27 15:59:02.20685+00
descriptionA simple lib to decode Carbon DeFi strategies.
homepagehttps://github.com/t0rbik/carbon-decode
repositoryhttps://github.com/t0rbik/carbon-decode
max_upload_size
id1590090
size62,132
t0rbik (t0rbik)

documentation

README

Carbon DeFi Decode

A simple library to decode Carbon Protocol's strategies.

Overview

Carbon DeFi Decode is a Rust library designed to parse and interpret Carbon Protocol's strategy data. It uses alloy under the hood.

Installation

Run this command in your project

cargo add carbon-defi-decode

Features

  • Decode Carbon Protocol strategy data
  • Parse strategy parameters
  • Convert raw data into usable Rust structs

Usage

use carbon-defi-decode::decode::parse_strategy;

let parsed_strategy = parse_strategy(strategy);

License

This project is licensed under the MIT License - see the LICENSE file for details.

Links

Commit count: 12

cargo fmt