mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +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)]
|