this post was submitted on 26 Feb 2024
45 points (97.9% liked)

Rust

5654 readers
16 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

What are you building with Rust?

Are you using Rust at work? Hobby projects?

Why did you choose Rust for your project?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 5 months ago
  • A kind of reverse proxy which wraps a rest api and makes it compatible with a shitty app that uses said api.

  • A CLI tool to write SDN configurations into the SDN orchestrator's rest api based upon yaml files so that networking people don't have to use the terrible GUI.

  • Another CLI tool which automatically reads credentials from the terrible CyberAIDS centralised credential management system and provides it to the OpenSSH client so that ssh users don't have to copy/paste a billion different passwords a billion times a day. (Yes, use keys, I know, but corporate bullshit wants it this way.)