Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cargonauts-rs/cargonauts
/ functions
Functions
527 in github.com/cargonauts-rs/cargonauts
⨍
Functions
527
◇
Types & classes
125
Function
request
( client: &reqwest::Client, port: u16, method: reqwest::Method, endpoint: &'static str, bo
tests/server.rs:102
Function
resource_path
(endpoint: &'static str)
src/rigging/src/routes.rs:115
Method
routes_for_item
(vec: &mut Vec<Route>, item: &RouteItem, module: Option<&str>)
src/compass-rose/src/gen/routes.rs:100
Method
routes_for_resource
(vec: &mut Vec<Route>, resource: &Resource, module: Option<&str>)
src/compass-rose/src/gen/routes.rs:47
Method
serialize
(&self, serializer: S)
src/mainsail/src/formats/jsonapi/present/document.rs:28
Method
serialize
(&self, serializer: S)
src/mainsail/src/formats/jsonapi/present/traits.rs:23
Method
serialize
(&self, serializer: S)
src/mainsail/src/formats/jsonapi/present/attributes.rs:12
Method
serialize
(&self, serializer: S)
src/mainsail/src/formats/jsonapi/present/rels.rs:19
Function
serve
(example: &'static str, port: u16)
tests/server.rs:79
Method
set_rel_id
(&mut self, id: &<R::Related as Resource>::Identifier)
src/rigging/src/resource.rs:109
Method
set_rel_ids
(&mut self, ids: &[<R::Related as Resource>::Identifier])
src/rigging/src/resource.rs:128
Method
store
Store a new value in the environment. If a value of this type was already stored in the environment, that previous value is returned.
src/rigging/src/environment.rs:37
Method
timeout
An error that was cause by a timeout.
src/rigging/src/error.rs:53
Method
to_tokens
(&self, tokens: &mut Tokens)
src/compass-rose/src/gen/resource.rs:7
Method
to_tokens
(&self, tokens: &mut Tokens)
src/compass-rose/src/gen/routes.rs:21
Method
to_tokens
(&self, tokens: &mut Tokens)
src/compass-rose/src/gen/formats.rs:110
Method
to_triple
(value: Self)
src/compass-rose/src/parser.rs:4967
Function
toml_ctor
()
src/cargonauts-config/src/tests.rs:4
Function
trimmer
(s)
docs/api/main.js:384
Method
visit_map
(self, mut map: A)
src/mainsail/src/formats/jsonapi/receive/document.rs:15
Method
visit_map
(mut self, mut map: A)
src/mainsail/src/formats/jsonapi/receive/rels.rs:25
Method
visit_map
(mut self, mut map: A)
src/mainsail/src/formats/jsonapi/receive/object.rs:66
Method
with_backtrace
Construct a new error from another error type, with a backtrace provided by you (probably generated closer to the source of the error).
src/rigging/src/error.rs:48
Function
with_clients
()
src/cargonauts-config/src/tests.rs:9
Method
with_msg
Construct a new error with a message to provide more context. This will create a backtrace and have no underlying cause.
src/rigging/src/error.rs:35
Method
wrap
(self, service: S)
demo/todomvc/src/middleware/logging.rs:13
Method
write
(&self, _: Option<&Fields>)
src/mainsail/src/formats/jsonapi/present/mod.rs:21
← previous
501–527 of 527, ranked by callers