mirror of
https://github.com/ilyakooo0/streamly.git
synced 2024-11-09 04:29:22 +03:00
Expose pinnedSerialize & deserialize via Streamly.Data.Array
This commit is contained in:
parent
b9b29b56f4
commit
00b41429d0
@ -3,6 +3,7 @@
|
||||
## 0.2.1 (Dec 2023)
|
||||
|
||||
* Make the serialization of the unit constructor deterministic.
|
||||
* Expose `pinnedSerialize` & `deserialize` via `Streamly.Data.Array`.
|
||||
|
||||
## 0.2.0 (Nov 2023)
|
||||
|
||||
|
@ -83,16 +83,20 @@ module Streamly.Data.Array
|
||||
-- , (!!)
|
||||
, getIndex
|
||||
|
||||
-- * Serialization
|
||||
, pinnedSerialize
|
||||
, deserialize
|
||||
|
||||
-- * Re-exports
|
||||
, Unbox (..)
|
||||
|
||||
, Serialize(..)
|
||||
)
|
||||
where
|
||||
|
||||
#include "inline.hs"
|
||||
|
||||
import Streamly.Internal.Data.Array
|
||||
import Streamly.Internal.Data.Unbox (Unbox (..))
|
||||
import Streamly.Internal.Data.MutByteArray (Unbox(..), Serialize(..))
|
||||
|
||||
import Prelude hiding (read, length)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user