So it's time to rewrite our bash scripts in Rust I guessπ€·ββ.
But seriously:
- We already have
- It's an awesome feature for prototyping - Rust online playground isn't as versatile
But seriously:
- We already have
build.rs scripts, so having more Rust scripts in the repo that uses Rust probably wouldn't hurt- It's an awesome feature for prototyping - Rust online playground isn't as versatile
Rust Internals
Pre-RFC: `cargo-script` for everyone
Feature Name: cargo-script Start Date: 2023-03-31 Source (edit history) Demo Summary This adds support for so called single-file packages in cargo. Single-file packages are .rs files with an embedded manifest. These will be accepted with just like Cargo.tomlβ¦
π₯8β€1π1
In Rust it's mostly "and also write a book". Doc comments are really good for most of the libraries on crates.io
π3π1
Hah it's nice to see the project I worked at previously trending in crate of the week. Good job Qdrant team!
π6π1
Forwarded from pub ThisWeekInRust {}
Crate of the week: Qdrant
This week's crate is Qdrant, an open source production ready vector database/similarity search engine written in Rust. There are APIs available for Rust, Python, Javascript/Typescript and Go.
This week's crate is Qdrant, an open source production ready vector database/similarity search engine written in Rust. There are APIs available for Rust, Python, Javascript/Typescript and Go.
π₯6π1
But you have to use a monad to print
Hello World! ππ3π1
The game development process in general has a lot of tedious tasks so it's only logical to automate them as much as possible. Though there still remains a question how to integrate the artist's vision with the generated content.
https://blog.luden.io/generated-adventure-the-postmortem-of-a-game-made-with-chatgpt-and-midjourney-prompts-included-f87e7e615204
https://blog.luden.io/generated-adventure-the-postmortem-of-a-game-made-with-chatgpt-and-midjourney-prompts-included-f87e7e615204
Medium
Generated AdventureβββThe Postmortem of a Game Made With chatGPT and Midjourney (Prompts Included)
Generated Adventure is a free web point-and-click adventure game made during the Ludum Dare 53 game jam, involving all the generativeβ¦
π3π1
That's all you need to know about Rust governance btw. The RFC process sadly has been non-existent for many years already.
π’7π1
A proposed ownership design for D Lang in an article published in 2009, which as you could guess predates Rust's ownership system - https://bartoszmilewski.com/2009/06/02/race-free-multithreading-ownership/
Though as the author himself notes on Twitter, Graydon Hoare when working on Rust might have also been aware of the papers that D Lang ownership proposal lists as references.
Though as the author himself notes on Twitter, Graydon Hoare when working on Rust might have also been aware of the papers that D Lang ownership proposal lists as references.
Β Β Bartosz Milewski's Programming Cafe
Race-free Multithreading: Ownership
Since ownership plays a major role in race-free programming, it will be the first topic in my proposal for a race-free system. I presented the birdβs eye view of the system and provided a fewβ¦
π5π1
And another slide by Graydon Hoare explaining the move semantics from way back, when Rust was only incubating. I like how from beginning they decided to make the terminology not too academic.
π5π1
And as usual Rust comes up as the most "admired and desired" language in the Stack Overflow survey
Stack Overflow
Stack Overflow Developer Survey 2023
In May 2023 over 90,000 developers responded to our annual survey about how they learn and level up, which tools they're using, and which ones they want.
π5π4β€1π1π₯1