-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove wrapping struct for location trust scores
This means we don't need to unwrap anything, and the API is more strictly dealing with data alone. The location funtions are only public to the crate to prevent someone from attempting to put together they're own coverage points calculator. They must go through the calculate_coverage_points function.
- Loading branch information
1 parent
6e8fd68
commit 3c696c3
Showing
2 changed files
with
48 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters