15 lines
430 B
Go
15 lines
430 B
Go
package bit
|
|
|
|
// TODO: Provide analogues of encoding/hex, encoding/base64, etc. functions etc.
|
|
|
|
/*
|
|
TODO: Also provide interfaces for the following:
|
|
|
|
* https://pkg.go.dev/encoding#BinaryAppender
|
|
* https://pkg.go.dev/encoding#BinaryMarshaler
|
|
* https://pkg.go.dev/encoding#BinaryUnmarshaler
|
|
* https://pkg.go.dev/encoding#TextAppender
|
|
* https://pkg.go.dev/encoding#TextMarshaler
|
|
* https://pkg.go.dev/encoding#TextUnmarshaler
|
|
*/
|