Skip to content

Commit

Permalink
yyjson 5e3b26d, buffer refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Aug 3, 2023
1 parent f94318a commit e9b745e
Show file tree
Hide file tree
Showing 7 changed files with 833 additions and 664 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fn main() {
.file("include/yyjson/yyjson.c")
.include("include/yyjson")
.define("YYJSON_DISABLE_NON_STANDARD", "1")
.define("YYJSON_DISABLE_UTF8_VALIDATION", "1")
.define("YYJSON_DISABLE_UTILS", "1")
.define("YYJSON_DISABLE_WRITER", "1")
.try_compile("yyjson")
Expand Down
101 changes: 0 additions & 101 deletions include/yyjson/skip-utf8.patch

This file was deleted.

Loading

0 comments on commit e9b745e

Please sign in to comment.