Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [rust]

Ask Question

Rust is a systems programming language focused on three goals: safety, speed, and concurrency. It maintains these goals without needing a garbage collector, making it a useful language for a number of use cases other languages aren't good at: embedding in other languages, programs with specific space and time requirements, and writing low-level code, like device drivers and operating systems.

885 questions
Filter by
Sorted by
Tagged with
0votes
0answers
41views

I've been looking on how to use Builder pattern on rust with structs, but all examples I've seen only use primitive data.Given the structs:...
6votes
1answer
469views

I'm finishing my parsing tool split into three libraries, the first two being:https://github.com/pczarn/cfghttps://github.com/pczarn/gearleyI am working on PR https://github.com/pczarn/cfg/pull/...
Peter Blackson's user avatar
8votes
1answer
374views

I wrote a toy s-expression parser, and I'd like to know if I can make it more Rusty.I'm not terribly worried about the functionality. It's only a Rust exercise for me....
adrianton3's user avatar
2votes
1answer
84views

I'm building a Rust library that supports multiple analysis reports, all implementing a common Report trait. I'm considering two design approaches and would appreciate a code review focusing on ...
Avi Shah's user avatar
1vote
0answers
50views

I'm new to Rust and trying to build an async Server.The server should receive UDP packets, process them (which will include more network communication), and respond the result to the client.I had ...
x539's user avatar
  • 201
6votes
2answers
181views

For context, I'm very new to Rust, and I'm trying to learn the best practices and nuances of it as I go.I've written this small function that takes a ...
Jessica's user avatar
6votes
3answers
455views

BackgroundI'm trying to write a helper function for constructing repeating strings with a separator....
5votes
1answer
130views

We all have put in debugging statements, likeprintln!("Here"), when we're trying to diagnose an issue. Often, especially at work, I forget to remove ...
Daniel Walker's user avatar
7votes
1answer
240views

I had semi-recently asked a question (well a couple closely related questions) on math.stackexchange. The simplest question is phrased as follows: You are allowed to make 3 permutations of length n. ...
Dair's user avatar
  • 6,220
11votes
4answers
2kviews

I tried to implement Builder pattern, a popular design pattern for constructing objects consisting of different components, in Rust.Here is my attempt:...
4votes
1answer
140views

Also posted on Reddit.As a small personal exercise, I'm trying to implement a notion of higher-kinded types in Rust using type-level defunctionalisation based on the "Lightweight higher-kinded ...
nicoty's user avatar
6votes
1answer
585views

I am creating a website with coding questions. When a user submits a code for a question I use the contents of the question to create a python file and then I send it to the piston API for evaluation....
Doruk's user avatar
1vote
2answers
152views

I have a function in an embedded system which translates an image encoded in a 32-bit integer to 3x9 matrix (an array of arrays):...
Simson's user avatar
2votes
0answers
78views

I made a really basic server and client in Rust using tokio for the server.I would like to receive feedback on the (very limited) code I have so far, just to make sure I'm on track to follow Rust's ...
Ajawdsa's user avatar
1vote
1answer
117views

I'm converting a library fromC toRust, and I want to see if this is the optimal way to implement network communication. This ...
Jonathon Anderson's user avatar

153050per page
1
2345
59

Hot Network Questions

more hot questions
Newest rust questions feed

[8]ページ先頭

©2009-2025 Movatter.jp