sile / patricia_tree

A memory-efficient patricia tree implementation written in Rust
MIT License
111 stars 17 forks source link

Clarify the intent that label is dynamically-sized #2

Closed koba-e964 closed 4 years ago

koba-e964 commented 4 years ago

A very minor change that changes a field's case.

codecov-io commented 4 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #2   +/-   ##
======================================
  Coverage    94.3%   94.3%           
======================================
  Files           6       6           
  Lines        1072    1072           
======================================
  Hits         1011    1011           
  Misses         61      61
Impacted Files Coverage Δ
src/node.rs 97.96% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e626508...6d900f9. Read the comment docs.