What are you working on, /g/?Previous thread: >>109594885
let mut hash_set = std::collections::HashSet::<i32>::new();rust troons really think this is acceptable every time you want to initialize a set
let mut hash_set = std::collections::HashSet::<i32>::new();
>>109639663Import HashSet and let type inference figure out the generic argument and it's justlet mut hash_set = HashSet::new();
let mut hash_set = HashSet::new();
Stupid question, any of you have worked on android apps? i'm learning Kotlin and have a project in mind, i want to create something similar to LocalSend, except instead of sending files it'd sync two SQlite databases in a pseudo P2P manner. What i basically want, is a frontend for this:https://github.com/jarun/bukuHopefully i'd first reimplement the extent of the functionality i want in something other than Python first. My usecase is baiscally managing links. I don't truly like using browser bookmarks because they just stay dumped there, unclassified, and because i switch back and forth between different browsers for distinctive use cases, mainly Firefox and Brave. My question is if someone has already worked on something similar on a techincal level.
What do you guys do for c++ static analysis? I’m using modules and it appears my only option is cmake clang-tidy. Resharper c++ extension and visual studio built in analysis straight up doesn’t like modules.
https en wikipedia org wiki Diskpart
practice-rust.beatai.org