Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Nov 2, 2024
1 parent bfeccb1 commit 85e5d2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# BijectiveDicts.jl

A tiny Julia package that provides the `BijectiveDict` type: a one-to-one `AbstractDict` between keys and values.

It is different from [`Bijections.jl`](https://github.com/scheinerman/Bijections.jl) in that you can choose the underlying `AbstractDict` type.

0 comments on commit 85e5d2b

Please sign in to comment.