MCPcopy Create free account

hub / github.com/aarch64-switch-rs/cargo-nx / functions

Functions28 in github.com/aarch64-switch-rs/cargo-nx

↓ 3 callersFunctionget_output_elf_path_as
(artifact: &Artifact, extension: &str)
src/build.rs:187
↓ 3 callersFunctionhandle_subcommand
Handle the `new` subcommand.
src/new.rs:51
↓ 3 callersFunctionprocess_default_file
(file: &str, replace_info: &PackageInfo<'_>)
src/new.rs:130
↓ 3 callersFunctionwrite_length_prefixed
Write a length-prefixed data to the stream. Writes the length of the data as a `u32` (little-endian) followed by the data bytes to the stream.
tools/netloader/src/loader/send.rs:193
↓ 1 callersFunctioncompress_and_send_nro_file_data
Send the file content to the _nxlink_ server compressed with the deflate algorithm. This function sends the file content to the _nxlink_ server compr
tools/netloader/src/loader/send.rs:77
↓ 1 callersFunctiondiscover
Discover the _neloader_ server in the network. This function sends a broadcast message over UDP to discover the _netloader_ server. It waits for a re
tools/netloader/src/loader/discovery.rs:68
↓ 1 callersFunctionhandle_nro_format
(root: &Path, artifact: &Artifact, metadata: NroMetadata)
src/build.rs:193
↓ 1 callersFunctionhandle_nsp_format
(root: &Path, artifact: &Artifact, metadata: NspMetadata)
src/build.rs:231
↓ 1 callersFunctionhandle_stream
Redirect the TCP stream to the Stdout stream.
tools/netloader/src/stdio.rs:34
↓ 1 callersFunctionparse_extra_args
Parse the extra arguments CLI string into a vector of arguments.
src/link.rs:192
↓ 1 callersFunctionrecv_pong_response
Receive the discovery pong message (ping response) from the server. Returns the IP address of the sender if the message is valid. Otherwise, returns
tools/netloader/src/loader/discovery.rs:128
↓ 1 callersFunctionsend_file_name_and_length
Send the file name and length to the _netloader_ server. This function sends the file name and size to the _netloader_ server. The server will respon
tools/netloader/src/loader/send.rs:51
↓ 1 callersFunctionsend_nro_args
Send the NRO command-line arguments to the _nxlink_ server
tools/netloader/src/loader/send.rs:118
↓ 1 callersFunctionsend_ping_message
Send the discovery ping message to the target address.
tools/netloader/src/loader/discovery.rs:120
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/new.rs:150
Methodfrom
(value: i32)
tools/netloader/src/loader/send.rs:177
Functionhandle_subcommand
Handle the `build` subcommand.
src/build.rs:47
Functionhandle_subcommand
( Args { address, retries, path, extra_args, server, nro_f
src/link.rs:45
Functionhello
()
default/lib/src/lib.rs:10
Functioninitialize_heap
(_hbl_heap: util::PointerAndSize)
default/nsp/src/main.rs:22
Functioninitialize_heap
(hbl_heap: util::PointerAndSize)
default/nro/src/main.rs:18
Functionmain
()
default/nsp/src/main.rs:29
Functionmain
()
default/nro/src/main.rs:30
Functionmain
()
src/main.rs:7
Functionpanic_handler
(info: &panic::PanicInfo)
default/nsp/src/main.rs:39
Functionpanic_handler
(info: &panic::PanicInfo)
default/nro/src/main.rs:40
Functionsend_nro_file
Send a file to the _netloader_ server. This function sends a file to the _netloader_ server at the specified IP address. The server will save the fil
tools/netloader/src/loader/send.rs:33
Functionstart_server
Start the _nxlink stdio_ server. This function listens for incoming TCP connections on the _nxlink_ client port and redirects the data to the specifi
tools/netloader/src/stdio.rs:25