mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
The use of a dedicated test module ensures the API doesn't hide anything which needs to be public. There's also now explicit tests for when the median is the popped value.
9 lines
233 B
Markdown
9 lines
233 B
Markdown
# Substrate Median
|
|
|
|
An efficient implementation of a median algorithm within a Substrate runtime.
|
|
|
|
For more information, please see the
|
|
[documentation](
|
|
https://docs.rs/substrate-median/latest/substrate_median/trait.Median.html
|
|
).
|