1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

re-add the unsafe implementation behind a feature flag

This commit is contained in:
Robin Appelman 2019-08-31 15:07:15 +02:00
commit f20b7fa1b3
3 changed files with 28 additions and 5 deletions

View file

@ -18,3 +18,6 @@ bitstream_reader_derive = { version = "0.6", path = "bitstream_reader_derive" }
maplit = "1.0.1"
[workspace]
[features]
unsafe = []