Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Past 24 hours
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
15 hours ago · You still get use-after-free, data races and other kinds of problems. ... Without that, any emulation of Option or other Rust-style enums (sum types) are very ...
10 hours ago · So I was reading this post. And I am left wondering how safe Rust is with other languages being used within unsafe code blocks within crates?
9 hours ago · This just means that my pointer is intended to point to an int data type. Now, let's say I create a new data type but don't use it anywhere else, like this:
14 hours ago · Closures capture variables from the current scope, this lets you for example to provide a callback that receives 2 arguments, but actually uses a lot more. Also ...
15 hours ago · Where's the Rust that DOESN'T have unsafe ? That's what I want to see. Ada is THE language of choice for critical systems and aviation... It's type system isn't ...
10 hours ago · Hey, I am defining implementations for types defined in a different crate. You then get the error E0116 An inherent implementation was defined for a…
13 hours ago · Struct.hs - make records more like structs. (The catalyst was me being too stubborn to name my record fields differently).
15 hours ago · 24 votes, 44 comments. Hey, so is it good practice to use unsigned integers in loops where you know that the variable (i) will never be negative?
18 hours ago · ... data types' and list the few modern langs with it. ... The reason this optimization cannot be used in Rust is that all types in Rust must be copyable and moveable ...
13 hours ago · I just realised why the Content-Length header is required for every http call and it's only because I'm creating a web framework in rust rawdogging…