Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
🎉 We are pleased to release SeaStreamer 0.5.x! Here is the summary of new features and enhancements: sea-streamer-types​ Added From<Url> and FromIterator<Url> for StreamerUri #28 Impl Default for Payload Impl serde Serialize & Deserialize f...
www.sea-ql.org Project/Tooling Updates 2024-12-04 ~3 min read
In this tutorial, we would develop a GraphQL based admin dashboard with Seaography and Loco. Read our first and second tutorial of the series, Getting Started with Loco & SeaORM, Adding GraphQL Support to Loco with Seaography, if you haven'...
www.sea-ql.org Rust Walkthroughs 2024-08-14 ~5 min read
🎉 We are pleased to release SeaORM 1.0 today! This is an special occasion for us, so this blog post will be a little more than a release notes. Our Journey​ It's nearly been three years since our SeaORM 0.2 release. At that time, we set out...
www.sea-ql.org Project/Tooling Updates 2024-08-07 ~6 min read
In this tutorial, we would add a GraphQL endpoint with Seaography based on our Loco starter application. Read our first tutorial of the series, Getting Started with Loco & SeaORM, if you haven't. The full source code can be found here. What...
www.sea-ql.org Rust Walkthroughs 2024-07-03 ~6 min read
In this tutorial, we would create a REST notepad backend starting from scratch and adding a new REST endpoint to handle file uploads in Loco. The full source code can be found here. The documentation of the REST API is available here. What...
www.sea-ql.org Rust Walkthroughs 2024-05-29 ~9 min read
This story stems from the saying "What Color is Your Function?" as a criticism to the async implementation of common programming languages. Well, Rust also falls into the category of "colored functions". So in this blog post, let's see how...
www.sea-ql.org Rust Walkthroughs 2024-05-22 ~6 min read
This tutorial shows you how to use Rust to build a system that: Subscribe to a real-time websocket data feed Stream the data to Kafka / Redis Save the data into a SQL database Here, we'll employ a micro-services architecture, and split the...
www.sea-ql.org Rust Walkthroughs 2024-05-08 ~5 min read
This blog post summarizes the new features and enhancements introduced in SeaORM 1.0-rc.x: 1.0.0-rc.1 1.0.0-rc.2 1.0.0-rc.3 New Features​ Refreshed migration schema definition​ #2099 We are aware that SeaORM's migration scripts can sometime...
www.sea-ql.org Project/Tooling Updates 2024-04-10 ~5 min read
It had been a while since the initial SeaORM 0.12 release. This blog post summarizes the new features and enhancements introduced in SeaORM 0.12.2 through 0.12.12! Celebrating 2M downloads on crates.io 📦​ We've just reached the milestone of...
www.sea-ql.org Project/Tooling Updates 2024-01-24 ~4 min read
If you are writing an async application in Rust, at some point you'd want to separate the code into several crates. There are some benefits: Better encapsulation. Having a crate boundary between sub-systems can lead to cleaner code and a mo...
www.sea-ql.org Observations/Thoughts 2023-11-22 ~3 min read
🎉 We are pleased to announce SeaORM 0.12 today! We still remember the time when we first introduced SeaORM to the Rust community two years ago. We set out a goal to enable developers to build asynchronous database-driven applications in Rus...
www.sea-ql.org Project/Tooling Updates 2023-08-16 ~5 min read
🎉 We are pleased to release SeaQuery 0.28.0! Here are some feature highlights 🌟: New IdenStatic trait for static identifier​ [#508] Representing a identifier with &'static str. The IdenStatic trait looks like this: pub trait IdenStatic: Ide...
www.sea-ql.org Project/Tooling Updates 2023-01-04 ~3 min read
🎉 We are pleased to release Seaography 0.3.0! Here are some feature highlights 🌟: Dependency Upgrade​ [#93] We have upgraded a major dependency: Upgrade sea-orm to 0.10 You might need to upgrade the corresponding dependency in your applicat...
www.sea-ql.org Project/Tooling Updates 2022-12-07 ~2 min read
🎉 We are pleased to release SeaORM 0.10.0! Rust 1.65​ The long-anticipated Rust 1.65 has been released! Generic associated types (GATs) must be the hottest newly-stabilized feature. How is GAT useful to SeaORM? Let's take a look at the foll...
www.sea-ql.org Project/Tooling Updates 2022-11-16 ~5 min read
🎉 We are pleased to release SeaQuery 0.27.0! Here are some feature highlights 🌟: Dependency Upgrade​ [#356] We have upgraded a major dependency: Upgrade sqlx to 0.6.1 You might need to upgrade the corresponding dependency in your applicatio...
www.sea-ql.org Project/Tooling Updates 2022-11-02 ~3 min read
Seaography is a GraphQL framework for building GraphQL resolvers using SeaORM. It ships with a CLI tool that can generate ready-to-compile Rust projects from existing MySQL, Postgres and SQLite databases. The design and implementation of Se...
www.sea-ql.org Project/Tooling Updates 2022-09-28 ~4 min read
🎉 We are pleased to release SeaORM 0.9.0 today! Here are some feature highlights 🌟: Dependency Upgrades​ [#834] We have upgraded a few major dependencies: Upgrade sqlx to 0.6 Upgrade time to 0.3 Upgrade uuid to 1.0 Upgrade sea-query to 0.26...
www.sea-ql.org Project/Tooling Updates 2022-07-20 ~3 min read
🎉 We are pleased to release SeaORM 0.8.0 today! Here are some feature highlights 🌟: Migration Utilities Moved to sea-orm-migration crate​ [#666] Utilities of SeaORM migration have been moved from sea-schema to sea-orm-migration crate. Users...
www.sea-ql.org Project/Tooling Updates 2022-05-18 ~2 min read
We are pleased to introduce StarfishQL to the Rust community today. StarfishQL is a graph database and query engine to enable graph analysis and visualization on the web. It is an experimental project, with its primary purpose to explore th...
www.sea-ql.org Project/Tooling Updates 2022-04-06 ~4 min read
🎉 We are pleased to release SeaORM 0.6.0 today! Here are some feature highlights 🌟: Migration​ [#335] Version control you database schema with migrations written in SeaQuery or in raw SQL. View migration docs to learn more. Setup the migrat...
www.sea-ql.org Project/Tooling Updates 2022-02-09 ~1 min read
"Rust helped me grasp concepts I should have known when writing C++"

Search tips

Type anything to search across articles, videos (including conference talks), podcasts, and research. These operators give you finer control — click an example to try it.

Find pages containing all your words. Pages where the words appear together rank higher.
Quote part of your query to keep those words together as an exact phrase within a larger search.
Wrap the whole query in quotes for a verbatim search that matches text exactly, punctuation and all — perfect for Rust syntax. Needs at least 3 characters.
Limit results to a single site. Works on its own () too. One site: per search.

Use the tabs and filters above the results to narrow by content type, publication year, and sort order.