2 releases

Uses new Rust 2024

new 0.3.2 Mar 20, 2025
0.3.1 Oct 11, 2024

#149 in Configuration

Download history 1220/week @ 2024-11-28 998/week @ 2024-12-05 755/week @ 2024-12-12 37/week @ 2024-12-19 1/week @ 2024-12-26 15/week @ 2025-01-02 343/week @ 2025-01-09 1368/week @ 2025-01-16 1940/week @ 2025-01-23 952/week @ 2025-01-30 613/week @ 2025-02-06 966/week @ 2025-02-13 711/week @ 2025-02-20 908/week @ 2025-02-27 610/week @ 2025-03-06 261/week @ 2025-03-13

2,642 downloads per month

Custom license

36KB
629 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.2–3.5MB
~64K SLoC