VienDesu! Rust standard library
Find a file
2025-06-29 11:22:50 +03:00
macros add blake3 hashing 2025-06-28 14:58:31 +03:00
src utils 2025-06-29 11:22:50 +03:00
.envrc Initial commit 2025-06-22 06:42:37 +03:00
.gitignore Initial commit 2025-06-22 06:42:37 +03:00
Cargo.toml cleanup a little 2025-06-29 11:17:43 +03:00
flake.lock Initial commit 2025-06-22 06:42:37 +03:00
flake.nix Initial commit 2025-06-22 06:42:37 +03:00
README.md Initial commit 2025-06-22 06:42:37 +03:00

Eva

A backbone standard library for the VienDesu! projects. Carefully crafted functionality.

We emphasize:

  • Correctness - the code inside is carefully crafted to ensure that it would be used in a correct way
  • Performance - no perf trade-offs where possible
  • Precise types - eva contains and allows you to define types more precisely, this ensures correctness statically and reveals more use-cases to the user and provides more information to the compiler

This library may re-export other crates selectively or entirely, but I strive to do that as rarely as possible.