Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 957af37

Browse files
committed
Update README
1 parent ecffd4c commit 957af37

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ let feature = try WebPImageInspector.inspect(webPData)
130130
print(feature.width, feature.height, feature.hasAlpha, feature.hasAnimation)
131131
```
132132

133-
## Ownership Model (Internals)
134-
135-
Public APIs are intentionally `Data`-centric for ergonomics.
136-
Internally, the package uses Swift ownership features (`~Copyable`, `borrowing`, `consuming`) and `Span` to safely manage C-allocated buffers and reduce copying across hot decode/inspect paths.
137-
138133
## License
139134

140135
Swift-WebP is available under the MIT license. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)