We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a000f commit ab15ae8Copy full SHA for ab15ae8
README.md
@@ -76,7 +76,7 @@ Returns an encoded `std::String` (at optionally specified start and end).
76
77
| Type | Parameter | Default Value | Optional | Description |
78
| ----------- | ----------- | ------------- | -------- | ---------------------------------------------------------------- |
79
-| std::string | target | | No | A Buffer to copy into. |
+| std::string | encoding | | No | Encoding, currently supports either "base64" or "hex". |
80
| size_t | start | 0 | Yes | The offset within buf from which to begin the slice. |
81
| size_t | end | buf.length() | Yes | The offset within buf at which to stop the slice. |
82
0 commit comments