You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
Replace fail with anyhow and std::error::Error-based workflows.
(Optional) only if easy, provisions for no_std.
(Optional) Provisions for plugging into miette and more informative error handling projects
Removal of feature gates for optional components. LTO is much better at eliminating unused code. The shared object produced must always include every algorithm.
Plugin system, such that algorithms are fully self-contained crates. This allows depending on these crates directly for faster compile times, simplifies feature testing, and ensures that algorithms are sufficiently decoupled.
Refactoring + linting + CI improvements.
CD for multiple packages and architectures. Consider using Aries runners for Apple silicon (aarch64 with x86 extensions, without SVE).
extern C, WASM, node, Python (PYO3) and Java interop.