priority-queue 1.4.0

A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.
Documentation
extern crate autocfg;

fn main() {
    let ac = autocfg::new();
    ac.emit_sysroot_crate("std");
    autocfg::rerun_path(file!());
}