lisp-binary
Declare binary formats as structs and then read and write them.
$ area51 add lisp-binaryCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lisp-binary:some-function ...)Declare binary formats as structs and then read and write them.
$ area51 add lisp-binaryCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lisp-binary:some-function ...)