|
Ran
|
Files
117
|
Run time
6s
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#3905: units: Remove `InputString` from the public API <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/56286265a55368572c61b03bcb81fe04fb7921c0">56286265a<a href="https://github.com/rust-bitcoin/rust-bitcoin/commit/87d93891a32d72150343195a1a20088bb6ae30cd"> api: Run just check-api (Tobin C. Harding) <a class="double-link" href="https://github.com/rust-bitcoin/rust-bitcoin/commit/39523ea1f528231c33faa5ba1aa8900ee30349dc">39523ea1f</a> units: Remove InputString from the public API (Tobin C. Harding) Pull request description: Currently `InputString` is in the public API of `units` because of the trait bound on `parse::int()`. We can just do the monomorphisisation manually to remove it. This patch renames `int` to have three different names, one for `&str` one for `String`, and one for `Box<str>` e.g., `units::parse::int_from_str`. Close #3708 ACKs for top commit: apoelstra: ACK 56286265a55368572c61b03bcb81fe04fb7921c0; successfully ran local tests; this looks great! Tree-SHA512: 5c16640fe79ca64b2271bfdd710ce4aa735
20838 of 25093 relevant lines covered (83.04%)
17415.86 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|