4 releases

Uses new Rust 2024

0.4.1 Jun 25, 2025
0.4.0 May 28, 2025
0.3.2 Mar 20, 2025
0.3.1 Oct 11, 2024

#1340 in Cryptography

Download history 826/week @ 2025-03-21 967/week @ 2025-03-28 454/week @ 2025-04-04 72/week @ 2025-04-11 95/week @ 2025-04-18 93/week @ 2025-04-25 518/week @ 2025-05-02 612/week @ 2025-05-09 333/week @ 2025-05-16 660/week @ 2025-05-23 700/week @ 2025-05-30 138/week @ 2025-06-06 562/week @ 2025-06-13 1288/week @ 2025-06-20 790/week @ 2025-06-27 525/week @ 2025-07-04

3,173 downloads per month

Custom license

32KB
598 lines

secret_rs

This workspace contains a library to manage k8s secrets in a running microservice.

local development

To run tasks in this repository install rust:

# unix
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

or on windows the instructions on the official page.

Install also some cargo plugins

cargo install --force cargo-release

which will help tasks such as running e2e tests and tag a new version of subpackages.

build

To build the whole package with default features (i.e., support for mongodb as database) run:

cargo build --all-targets

unit tests

cargo test

Dependencies

~2.1–3.5MB
~63K SLoC