beling / bsuccinct-rs

Rust libraries and programs focused on succinct data structures
Apache License 2.0
126 stars 10 forks source link

License for bsuccinct-rs #4

Closed sujayakar closed 1 year ago

sujayakar commented 1 year ago

hi! nice work on these crates -- I'd like to use csf in my (commercial) project for building perfect hash tables in index files.

would you be open to licensing this repo with an MIT license?

beling commented 1 year ago

All bsuccinct creates are Mit licensed - see their cargo.toml files. Where did you find information that they use any other license?

sujayakar commented 1 year ago

oh whoops, I was looking for a LICENSE file but didn't check the Cargo.toml. thanks!