Skip to content

the-ccrs/ccrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccrs

Installation

Add this to your Cargo.toml

[dependencies]
ccrs = { git = "https://github.com/the-ccrs/ccrs.git" }

The default main branch may include experimental or in-progress features. For a stable experience, please use specific tags.

[dependencies]
ccrs = { git = "https://github.com/the-ccrs/ccrs.git", tag = "v1.2.3" }

Documentation

Our documentation is centered around comprehensive, real-world examples that demonstrate how to use each feature in practice.

More exchange specific examples can be found in the tests directory.