-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement EdgeMutation for directed AL * Thread-safe directed adjacency list graph * Generalize add_edge to support edge values * Document new mutation traits * Impl mutation traits for UndirectedALGraph * Describe graph types in lib.rs * Update graph_builder README.md * Make clippy happy * Just panic if the lock is poisoned Co-Authored-By: Paul Horn <[email protected]> * Remove unnecessary &mut Co-Authored-By: Paul Horn <[email protected]> * Remove extra lifetime + constraint from targets methods Co-Authored-By: Paul Horn <[email protected]> * Extend SAFETY note Co-Authored-By: Paul Horn <[email protected]> * Remove unneeded lifetime Co-Authored-By: Paul Horn <[email protected]> * Export EdgeMutationWithValues Co-Authored-By: Paul Horn <[email protected]> * Statically check that AL is Send + Sync Co-Authored-By: Paul Horn <[email protected]> --------- Co-authored-by: Paul Horn <[email protected]>
- Loading branch information
1 parent
1e62bc7
commit 23e805a
Showing
4 changed files
with
659 additions
and
49 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
Oops, something went wrong.