Codebase list rust-libslirp / e1374b6
update of the todo list Sylvestre Ledru 5 years ago
1 changed file(s) with 15 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1717 - jql - JSON Query Language CLI tool.
1818 - recode_rs - CLI tool converting between the character encodings.
1919 - rusty-tags - Create ctags files for cargo project.
20 - rustfmt - rust coding style
20 - rustfmt-nightly - rust coding style
2121 - bingrep - Grep through binaries from various OSs and architectures.
2222
2323 To see lists of interesting binary crates, you can run something like::
171171 | awk '!x[$0]++' \
172172 | dev/filter-in-debian.sh \
173173 | sed -nre 's/(.*) 0$/\1/gp'
174
175 dependencies of rustfmt-nightly
176 -------------------------------
177
178 Needs:
179 * derive-new (in NEW)
180 * cargo-metadata (in NEW)
181 * rustc-ap-syntax
182 * rustc-ap-rustc-data-structures
183 * rustc-ap-rustc-errors
184 * rustc-ap-rustc-target
185 * rustc-ap-serialize (to be uploaded, dep issue?!)
186 * rustc-ap-syntax-pos
187