Sebastien Rousseau

Rust at Open Source

Articles on AI, post-quantum cryptography, ISO 20022 and the future of payments.

TOPIC

Rust & Open Source

Mga open-source na Rust library na pinananatili ko: logging, code generation, date and time, cryptographic primitives, Kyber-based KEM, at isang Rust-based static site generator.

Articles in this topic

Giant white pillars
LibMake · RustCodeGenerator · CargoScaffold

LibMake: Rust Library Scaffold Generator

· Sebastien Rousseau

LibMake is an open-source Rust CLI tool that generates a complete library scaffold from a single command or a TOML/YAML config file — producing Cargo.toml, a doc-commented src/lib.rs, integration test and benchmark harnesses, and a GitHub Actions CI workflow covering stable/beta/nightly Rust, clippy, rustfmt, and cargo-audit.