mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-31 16:09:47 +00:00
4 lines
106 B
Rust
4 lines
106 B
Rust
|
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||
|
#![doc = include_str!("../README.md")]
|
||
|
#![deny(missing_docs)]
|