snapshots-math 0.2.8

Calculations for voting escrow snapshots.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "snapshots-math"
version = "0.2.8"
description = "Calculations for voting escrow snapshots."
edition = "2021"
homepage = "https://saber.so"
repository = "https://github.com/saber-hq/snapshots"
authors = ["Ian Macalinao <ian@ship.capital>"]
license = "AGPL-3.0"
keywords = ["solana", "anchor", "governance", "saber", "tribeca"]

[lib]
crate-type = ["cdylib", "lib"]
name = "snapshots_math"
path = "src/lib.rs"

[dependencies]
num-traits = "0.2"