mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
add feature to disable checking strings for valid utf8
This commit is contained in:
parent
1c82edd402
commit
bb54b1c917
2 changed files with 68 additions and 48 deletions
|
|
@ -17,4 +17,7 @@ bitstream_reader_derive = { version = "0.4", path = "bitstream_reader_derive" }
|
|||
[dev-dependencies]
|
||||
maplit = "1.0.1"
|
||||
|
||||
[features]
|
||||
unchecked_utf8 = []
|
||||
|
||||
[workspace]
|
||||
Loading…
Add table
Add a link
Reference in a new issue