serum-dev-tools 1.0.6

Developer Tooling Suite for building on Serum Dex
Documentation
1
2
3
4
5
6
7
use serum_dev_tools::Opts;
use anyhow::Result;
use clap::Parser;

fn main() -> Result<()> {
    serum_dev_tools::entry(Opts::parse())
}