1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]

#![no_std]

extern crate coinutils_src;
extern crate osi_src;
#[cfg(feature = "with_clp")]
extern crate clp_src;