Stability dashboard: crate comp_sci

This dashboard summarizes the stability levels for all of the public modules of the crate, according to the total number of items at each level in the module and its children (percentages total for comp_sci):
stable (1%),
unstable (8%),
experimental (0%),
deprecated (0%),
unmarked (89%)
The counts do not include methods or trait implementations that are visible only through a re-exported type.
comp_sci     
comp_sci::algorithms     
comp_sci::algorithms::insertion_sort     
comp_sci::algorithms::merge_sort     
comp_sci::algorithms::murmur     
comp_sci::algorithms::quick_sort     
comp_sci::algorithms::selection_sort     
comp_sci::data_structures     
comp_sci::data_structures::array_list     
comp_sci::data_structures::binary_heap     
comp_sci::data_structures::bloom_filter     
comp_sci::data_structures::doubly_linked_list     
comp_sci::data_structures::heap_array     
comp_sci::programs     
comp_sci::programs::deadlock