Currently the crate has a lot of useful types that can be used in integration (e.g. FixedPoint or ExternalOrder). However, currently crate comes with a lot of batteries that might interfere with what user already has.
Consider moving all the dependencies behind a feature guard so that integrations could use types without bloating their Cargo.lock
Currently the crate has a lot of useful types that can be used in integration (e.g.
FixedPointorExternalOrder). However, currently crate comes with a lot of batteries that might interfere with what user already has.Consider moving all the dependencies behind a
featureguard so that integrations could use types without bloating their Cargo.lock