diff options
author | Anthony Wang | 2025-03-27 12:04:28 -0500 |
---|---|---|
committer | Anthony Wang | 2025-03-27 12:04:28 -0500 |
commit | aeda2d6b034cc08844f4894e76a00ece7a03bc46 (patch) | |
tree | d4d325b40365db858c1039aba7a46ddd51cd518b | |
parent | 95d37e5db18fe983832210da9a371d49e8a2f229 (diff) |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,6 +35,6 @@ SD is designed to be extremely efficient and [supports decks with millions of fl ## Formal verification -This repo has been somewhat hijacked to also host a [formally verified Fenwick trees library](fenwick.dfy) written in [Dafny](https://dafny.org). To translate the Dafny code into Rust (or any [other languages supported by Dafny](https://dafny.org/dafny/DafnyRef/DafnyRef.html#sec-dafny-translate)), run `dafny build -t rs fenwick.dfy`. +This repo has been somewhat hijacked to also host a [formally verified Fenwick trees library](fenwick.dfy) written in [Dafny](https://dafny.org). To translate the Dafny code into [Rust](https://github.com/dafny-lang/dafny/blob/master/docs/DafnyRef/integration-rust/IntegrationRust.md) (or any [other languages supported by Dafny](https://dafny.org/dafny/DafnyRef/DafnyRef.html#sec-dafny-translate)), run `dafny build -t rs fenwick.dfy`. Now run `CARGO_NET_GIT_FETCH_WITH_CLI=true cargo add --git https://git.unnamed.website/sdc dafny_runtime fenwick` to use this library in your Rust project. See [SDRS](/sdrs) for example usage. |