DEV Community

Cover image for How Rust Spoil Us ?
Nathan
Nathan

Posted on

15 7

How Rust Spoil Us ?

Sometimes you're a victim of your own success.

As you know I often promote the benefits of Rust as my previous article.

Rust is generally considered to be a fast language, and it is often used for programs that require high performance.
But in our case his performance could harm our user experience.

Actually in my company BLSTSecurity , we providing API security and Testing in one platform all Written in Rust.
So the problem occurs when a user upload his API specification.

Image description

The results appears too quickly (thanks to Rust), but this could lead to an unwanted impression.
Users cloud claim that our system do nothing and does not really test deeply the API because the quickly results.
So in order to avoid this phenomenon we implement in the front this little code that wait three seconds before displaying the result.

Image description

Sounds Crazy? Yeah sometimes your own weapon can harm you..
If you want to contribute in a RUST project let's check our cherrybomb open source project: https://github.com/blst-security/cherrybomb](https://github.com/blst-security/cherrybomb).

Join our discord server: https://discord.gg/3ThF8NYd

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay