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
Method
cause
The error which underlies this one, if this error was caused by an error of another type (that is, constructed by one of the constructors that take an
src/rigging/src/error.rs:74
Function
clearCompleted
()
demo/todomvc/frontend/app/routes/todo.js:35
Function
click_func
(e)
docs/api/main.js:607
Method
client
Check out a high level client from the environment.
src/rigging/src/environment.rs:92
Function
code_gen
(routes: Routes, cfg: CargonautsConfig)
src/compass-rose/src/gen/mod.rs:13
Function
color_string
(color: &Color, serializer: S)
demo/colors/src/resources/square.rs:67
Function
completeNote
(id)
demo/todomvc/frontend/app/routes/todo.js:26
Method
config
(_: (), handle: Handle)
src/rigging/src/connections/redis.rs:13
Method
config
(_: (), _: Handle)
examples/setup.rs:21
Method
conn
Check out a connection to a service from the connection pool.
src/rigging/src/environment.rs:52
Method
conn
(self)
src/rigging/src/connections/mock.rs:30
Method
conn_for
(&self, name: &'static str)
src/rigging/src/environment.rs:77
Method
connect
(_: Conn<C>)
examples/setup.rs:62
Method
connect
(conn: Conn<C>)
demo/todomvc/src/clients/store.rs:22
Method
construct
(code: StatusCode, backtrace: Backtrace, cause: Cause)
src/rigging/src/error.rs:57
Method
contains
(&self, field: &str)
src/mainsail/src/formats/jsonapi/fieldset.rs:26
Function
createNote
(text)
demo/todomvc/frontend/app/routes/todo.js:9
Function
da
(a,b,c)
docs/jquery.js:2
Method
default
()
src/rigging/src/format.rs:73
Method
default
()
src/rigging/src/connections/mock.rs:42
Method
default
()
src/cargonauts-config/src/lib.rs:34
Method
default
()
src/mainsail/src/formats/jsonapi/receive/object.rs:101
Function
default_asset_handler
(path: &'static Path, asset: &'static [u8], _: endpoint::Request)
src/rigging/src/routes.rs:127
Method
delete
(id: Uuid, env: Environment)
demo/todomvc/src/resources/note.rs:80
Method
delete
(&self, id: Uuid)
demo/todomvc/src/clients/store.rs:53
Method
description
(&self)
src/rigging/src/error.rs:111
Method
deserialize
(deserializer: D)
src/mainsail/src/formats/jsonapi/receive/rels.rs:10
Method
deserialize
(deserializer: D)
src/mainsail/src/formats/jsonapi/receive/object.rs:14
Function
destroyNote
(id)
demo/todomvc/frontend/app/routes/todo.js:18
Function
ea
()
docs/jquery.js:2
Method
expecting
(&self, f: &mut fmt::Formatter)
src/mainsail/src/formats/jsonapi/receive/document.rs:11
Method
expecting
(&self, f: &mut fmt::Formatter)
src/mainsail/src/formats/jsonapi/receive/rels.rs:21
Method
expecting
(&self, f: &mut fmt::Formatter)
src/mainsail/src/formats/jsonapi/receive/object.rs:62
Method
find_and_parse
()
src/cargonauts-config/src/lib.rs:49
Method
fmt
(&self, f: &mut fmt::Formatter)
src/rigging/src/format.rs:60
Method
fmt
(&self, f: &mut fmt::Formatter)
src/rigging/src/error.rs:89
Method
fmt
(&self, f: &mut fmt::Formatter)
src/mainsail/src/formats/jsonapi/present/rels.rs:74
Method
fmt
(&self, f: &mut fmt::Formatter)
demo/colors/src/resources/square.rs:41
Method
from
(err: io::Error)
src/rigging/src/error.rs:83
Method
from_err
Construct a new error from another error type. This will create a backtrace and have no underlying cause.
src/rigging/src/error.rs:42
Method
from_file
(mut file: File)
src/cargonauts-config/src/lib.rs:55
Method
from_parts
(inner: P, rel_ids: T::RelIds)
src/rigging/src/resource.rs:105
Method
from_str
(s: &str)
demo/colors/src/resources/square.rs:49
Method
from_toml
(toml: &str)
src/cargonauts-config/src/lib.rs:61
Method
get
(slug: String, env: Environment)
examples/setup.rs:88
Method
get
(echo: String, _: Environment)
examples/echo.rs:20
Method
get
(color: Color, _: Environment)
demo/colors/src/resources/square.rs:25
Method
get_one
(echo: String, _: Environment)
examples/echo.rs:28
Function
handleShortcut
(ev)
docs/api/main.js:164
Method
hex
(s: &str)
demo/colors/src/resources/square.rs:50
Function
keyForAttribute
(key)
demo/todomvc/frontend/app/serializers/application.js:4
Function
main
()
src/compass-rose/build.rs:3
Function
main
()
examples/setup.rs:98
Function
main
()
examples/echo.rs:43
Function
main
()
demo/todomvc/build.rs:5
Function
main
()
demo/todomvc/src/bin/server.rs:9
Function
main
()
demo/colors/src/bin/server.rs:8
Function
model
()
demo/todomvc/frontend/app/routes/todo.js:4
Function
mouseover_func
(e)
docs/api/main.js:624
Method
new
(key: TemplateKey, format: Rc<F>)
src/rigging/src/endpoint.rs:247
Method
new
(method: &'static str, resource: &'static str)
src/rigging/src/format.rs:49
Method
new
(inner: P)
src/rigging/src/resource.rs:101
Method
new
Construct a new error with an HTTP status code. This will create a backtrace and have no underlying cause.
src/rigging/src/error.rs:28
Method
new
(&self)
src/rigging/src/environment.rs:119
Method
new
(req: &http::Request)
src/mainsail/src/formats/jsonapi/fieldset.rs:9
Method
new
(allow_id: bool)
src/mainsail/src/formats/jsonapi/receive/object.rs:49
Method
new
(id: &'a str)
src/mainsail/src/formats/jsonapi/present/rels.rs:15
Method
new
(s: &'input str)
src/compass-rose/src/parser.rs:2609
Method
new
(assets: Tokens, resources: &[RouteItem])
src/compass-rose/src/gen/routes.rs:12
Method
new_pool
(self, handle: Handle, cfg: Config, client_cfg: C::Config)
src/rigging/src/environment.rs:140
Method
new_pool_vec
For multiple connections of the same protocol
src/rigging/src/environment.rs:151
Method
new_rel
(method: &'static str, rel: &'static str, resource: &'static str)
src/rigging/src/format.rs:54
Method
new_service
(&self)
src/rigging/src/connections/mock.rs:72
Method
new_service
(&self)
examples/setup.rs:32
Function
parse_id
(id: Option<String>)
src/rigging/src/endpoint.rs:21
Function
parse_resources
()
src/compass-rose/src/lib.rs:24
Function
parse_resources_with_setup
()
src/compass-rose/src/lib.rs:29
Function
parse_routes
( input: &'input str, )
src/compass-rose/src/parser.rs:693
Method
patch
(id: Uuid, patch: PatchNote, env: Environment)
demo/todomvc/src/resources/note.rs:66
Function
path
(kind: Kind, endpoint: &'static str, rel: Option<&'static str>)
src/rigging/src/routes.rs:119
Method
post
(post: PostNote, env: Environment)
demo/todomvc/src/resources/note.rs:49
Method
present_collection
(this: &Rc<Self>, future: M::Future, key: TemplateKey, _: &Environment)
src/mainsail/src/formats/handlebars.rs:101
Method
present_collection
(_: &Rc<Self>, future: M::Future, _: TemplateKey, _: &Environment)
src/mainsail/src/formats/debug.rs:67
Method
present_collection
(_: &Rc<Self>, future: M::Future, _: TemplateKey, env: &Environment)
src/mainsail/src/formats/jsonapi/mod.rs:80
Method
present_error
(_: &Rc<Self>, error: Error, _: &Environment)
src/mainsail/src/formats/handlebars.rs:117
Method
present_error
(_: &Rc<Self>, error: Error, _: &Environment)
src/mainsail/src/formats/debug.rs:79
Method
present_error
(_: &Rc<Self>, error: Error, _: &Environment)
src/mainsail/src/formats/jsonapi/mod.rs:90
Method
present_resource
(this: &Rc<Self>, future: M::Future, key: TemplateKey, _: &Environment)
src/mainsail/src/formats/handlebars.rs:86
Method
present_resource
(_: &Rc<Self>, future: M::Future, _: TemplateKey, _: &Environment)
src/mainsail/src/formats/debug.rs:55
Method
present_resource
(_: &Rc<Self>, future: M::Future, _: TemplateKey, env: &Environment)
src/mainsail/src/formats/jsonapi/mod.rs:70
Method
present_unit
(this: &Rc<Self>, future: M::Future, key: TemplateKey, _: &Environment)
src/mainsail/src/formats/handlebars.rs:71
Method
present_unit
(_: &Rc<Self>, future: M::Future, _: TemplateKey, _: &Environment)
src/mainsail/src/formats/debug.rs:43
Method
present_unit
(_: &Rc<Self>, future: M::Future, _: TemplateKey, _: &Environment)
src/mainsail/src/formats/jsonapi/mod.rs:61
Function
qa
()
docs/jquery.js:2
Function
r
(a,b)
docs/jquery.js:2
Method
receive_request
(_: &Rc<Self>, req: http::Request, _: &Environment)
src/mainsail/src/formats/handlebars.rs:57
Method
receive_request
(_: &Rc<Self>, _: http::Request, _: &Environment)
src/mainsail/src/formats/debug.rs:39
Method
receive_request
(_: &Rc<Self>, req: http::Request, env: &Environment)
src/mainsail/src/formats/jsonapi/mod.rs:54
Method
rel_id
(&self)
src/rigging/src/resource.rs:118
Method
rel_ids
(&mut self)
src/rigging/src/resource.rs:137
← previous
next →
401–500 of 527, ranked by callers