cargo
1.84.0-dev
In cargo::
util::
toml::
targets
Constants
DEFAULT_BENCH_DIR_NAME
DEFAULT_EXAMPLE_DIR_NAME
DEFAULT_TEST_DIR_NAME
Functions
are_normalized
are_normalized_
configure
infer_any
infer_file
infer_from_directory
infer_subdirectory
inferred_bins
inferred_lib
inferred_to_toml_targets
is_normalized
is_not_dotfile
legacy_bin_path
name_or_panic
normalize_benches
normalize_bins
normalize_build
normalize_examples
normalize_lib
normalize_targets
normalize_targets_with_legacy_path
normalize_tests
target_path
target_path_not_found_error_message
to_bench_targets
to_bin_targets
to_example_targets
to_lib_target
to_targets
to_test_targets
toml_targets_and_inferred
validate_bin_crate_types
validate_bin_name
validate_bin_proc_macro
validate_crate_types
validate_lib_name
validate_proc_macro
validate_target_name
validate_unique_names
cargo
::
util
::
toml
::
targets
Function
infer_any
Copy item path
Settings
Help
Summary
Source
fn infer_any(package_root: &
Path
, entry: &
DirEntry
) ->
Option
<(
String
,
PathBuf
)>