HdrHistogram / HdrHistogram_rust

A port of HdrHistogram to Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use an enum rather than strings for errors

marshallpierce opened this issue · comments

This will make it nicer for testing, and more comprehensible for users that may want to handle individual failure cases.

Fixed in 6257531 following #22.