Docs.rs
rem-command-line-0.1.0
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rem-command-line 0.1.0
CLI interface for the REM toolchain. Built to be implemented into the VSCode extension for REM
Crate
Source
Builds
Feature flags
Hide files
..
argument_and_locals.rs
argument_form_expr.rs
argument_used_twice_form_expr.rs
break_from_nested_and_outer_loops.rs
break_from_nested_loop.rs
break_loop.rs
break_loop_nested.rs
break_loop_nested_labeled.rs
break_loop_with_if.rs
break_stmt.rs
break_with_value.rs
break_with_value_and_label.rs
break_with_value_and_return.rs
closure_arguments.rs
comments_in_block_expr.rs
continue_loop_nested_labeled.rs
copy_custom_used_after.rs
copy_used_after.rs
does_not_add_extra_whitespace.rs
does_not_import_control_flow.rs
dont_emit_type_with_hidden_lifetime_parameter.rs
empty_generic_param_list.rs
extract_cast.rs
extract_does_not_tear_body_apart.rs
extract_does_not_tear_comments_apart.rs
extract_does_not_wrap_res_in_res.rs
extract_from_nested.rs
extract_function_copies_comment_at_end.rs
extract_function_copies_comment_at_start.rs
extract_function_copies_comment_in_between.rs
extract_function_copies_comment_indented.rs
extract_function_does_preserve_whitespace.rs
extract_function_from_trait_with_existing_non_empty_impl_block.rs
extract_function_long_form_comment.rs
extract_method_from_trait_impl.rs
extract_method_from_trait_with_existing_non_empty_impl_block.rs
extract_method_from_trait_with_multiple_existing_impl_blocks.rs
extract_method_from_trait_with_multiple_existing_trait_impl_blocks.rs
extract_mut_ref_param_has_no_mut_binding_in_loop.rs
extract_partial_block.rs
extract_partial_block_single_line.rs
extract_return_stmt.rs
extract_with_await.rs
extract_with_await_and_result_not_producing_match_expr.rs
extract_with_await_and_result_producing_match_expr.rs
extract_with_await_in_args.rs
extract_with_macro_arg.rs
filter_unused_generics.rs
filter_unused_where_clause.rs
filters_unused_nested_generics.rs
filters_unused_nested_where_clauses.rs
function_expr.rs
indented_stmts.rs
indented_stmts_inside_mod.rs
it_should_not_generate_duplicate_function_names.rs
method_to_freestanding.rs
method_with_mut.rs
method_with_reference.rs
multi_variables_defined_inside_and_used_after_mutably_no_ret.rs
mut_field_from_outer_scope.rs
mut_method_call.rs
mut_nested_field_from_outer_scope.rs
mut_param_because_of_mut_ref.rs
mut_param_many_usages_expr.rs
mut_param_many_usages_stmt.rs
mut_var_from_outer_scope.rs
nested_generics.rs
nested_where_clauses.rs
no_args_for.rs
no_args_from_binary_expr.rs
no_args_from_binary_expr_in_module.rs
no_args_from_binary_expr_indented.rs
no_args_from_loop_unit.rs
no_args_from_loop_with_return.rs
no_args_from_match.rs
no_args_from_stmt_unit.rs
no_args_from_stmt_with_last_expr.rs
no_args_if.rs
no_args_if_else.rs
no_args_if_let_else.rs
no_args_match.rs
no_args_while.rs
non_tail_expr_of_tail_expr_loop.rs
non_tail_expr_of_tail_if_block.rs
non_tail_expr_with_comment_of_tail_expr_loop.rs
nontrivial_patterns_define_variables.rs
param_from_closure.rs
param_usage_in_macro.rs
param_usage_in_macro_with_nested_tt.rs
param_usage_in_macro_with_nested_tt_2.rs
part_of_expr_stmt.rs
preserve_generics.rs
preserve_generics_from_body.rs
preserve_where_clause.rs
reference_mutable_param_with_further_usages.rs
reference_mutable_param_without_further_usages.rs
return_from_nested_fn.rs
return_from_nested_loop.rs
return_to_parent.rs
should_increment_suffix_until_it_finds_space.rs
struct_with_two_fields_pattern_define_variables.rs
tail_expr_no_extra_control_flow.rs
tail_expr_of_tail_block_nested.rs
try_and_return_ok.rs
try_option.rs
try_option_unit.rs
try_option_with_return.rs
try_result.rs
try_result_with_return.rs
two_arguments_form_expr.rs
two_variables_defined_inside_and_used_after_no_ret.rs
unresolveable_types_default_to_placeholder.rs
variable_defined_inside_and_used_after_mutably_no_ret.rs
variable_defined_inside_and_used_after_no_ret.rs
1
2
3
4
5
6
7
8
9
10
11
fn
foo
(
)
{
fun_name
(
)
;
}
fn
fun_name
(
)
{
bar
(
1
+
1
)
}
fn
main
(
)
{
}