2 releases

Uses new Rust 2024

0.3.2 Mar 20, 2025
0.3.1 Oct 11, 2024

#707 in Parser implementations

Download history 85/week @ 2025-01-06 710/week @ 2025-01-13 1706/week @ 2025-01-20 1622/week @ 2025-01-27 571/week @ 2025-02-03 868/week @ 2025-02-10 852/week @ 2025-02-17 892/week @ 2025-02-24 506/week @ 2025-03-03 714/week @ 2025-03-10 735/week @ 2025-03-17 711/week @ 2025-03-24 925/week @ 2025-03-31 287/week @ 2025-04-07 69/week @ 2025-04-14 50/week @ 2025-04-21

1,334 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