cargo
1.87.0-nightly
(be73c1f46 2025-03-21)
In cargo::
sources::
git::
utils
Structs
CheckoutGuard
GitCheckout
GitDatabase
GitRemote
GitShortID
Enums
FastPathRev
Constants
CHECKOUT_READY_LOCK
Functions
absolute_submodule_url
clean_repo_temp_files
fetch
fetch_with_cli
fetch_with_gitoxide
fetch_with_libgit2
github_fast_path
has_shallow_lock_file
init
is_github
is_short_hash_of
looks_like_commit_hash
maybe_gc_repo
reinitialize
reset
resolve_ref
rev_to_oid
serialize_str
with_authentication
with_fetch_options
cargo
::
sources
::
git
::
utils
Function
serialize_str
Copy item path
Settings
Help
Summary
Source
fn serialize_str<T, S>(t:
&T
, s: S) ->
Result
<S::
Ok
, S::
Error
>
where T:
Display
, S:
Serializer
,