Search code examples
Cargo test pass on local machine but fails on github actions...


rustgithub-actionsrust-cargoserdeactix-web

Read More
Actix-Web: Run service every 10 seconds...


rustactix-web

Read More
RUST find value in web::Data<Arc<>>...


rustactix-web

Read More
Share memory data by REST parameters in Rust...


rustactix-web

Read More
Streaming results using Rust actix-web, lifetime issue...


asynchronousruststreamactix-web

Read More
Trouble Benchmarking actix_web api with Criterion...


rustasync-awaitrust-tokioactix-webrust-criterion

Read More
How can I pass a json schema as data to actix web?...


rustjsonschemaactix-webserde-json

Read More
Spawn reading data from multipart in actix-web...


asynchronousrustactix-web

Read More
Pre-generating a "queue" of heavy data to get it immediately in actix-web endpoint...


rustactix-web

Read More
How do I get from an image::ImageBuffer to a actix_web::HttpResponse...


rustpnghttpresponseqr-codeactix-web

Read More
use of undeclared crate or module, "use crate_name::schema::posts" doesn't always work...


rustactix-web

Read More
How do I turn invalid enum variants into None when used as query parameters in actix-web...


rustserdeactix-web

Read More
Actix Web is not handling post request?...


rustactix-web

Read More
actix pass appliction state with string...


rustactix-web

Read More
How can I get web::Data<Pool<MySql>> in actix-web 2.0 middleware?...


rustmiddlewareactix-web

Read More
How can I set default options for query parameters in actix handler?...


rustactix-web

Read More
I can't capture the DB reference...


postgresqlrustactix-webrust-sqlx

Read More
The trait Serialize is not implemented despite being implemented?...


rustserdeactix-web

Read More
How to correctly call async functions in a WebSocket handler in Actix-web...


asynchronouswebsocketrustactix-web

Read More
How to save a document in MongoDB by r2d2 and actix?...


mongodbrustactix-webr2d2

Read More
Rust Gnuplot - keep PNG in memory as bytes...


rustgnuplotactix-web

Read More
Actix CORS. Problems with sending requests from browser...


rustactix-web

Read More
Compilation problem with Actix TCP client implementation...


rustactix-webrust-actix

Read More
Rust: expected type, found opaque type...


typesrustactix-web

Read More
How to use actix field stream by two consumers?...


rustasync-awaitactix-web

Read More
How to return the error description in a invalid JSON request body to the client in Rust?...


rustactix-web

Read More
actix web with mongodb project fails to build after an async call to mongodb is added...


linuxmongodbrustactix-web

Read More
How do I correctly pull out the value of the request parameter?...


rustactix-web

Read More
tokio-postgres and database query...


postgresqlrustactix-web

Read More
What is the mechanism for converting a function to a trait in Rust?...


rustactix-web

Read More
BackNext