mirror of
https://github.com/ilyakooo0/streamly.git
synced 2024-11-12 22:25:41 +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)
|
## 0.2.1 (Dec 2023)
|
||||||
|
|
||||||
* Make the serialization of the unit constructor deterministic.
|
* Make the serialization of the unit constructor deterministic.
|
||||||
|
* Expose `pinnedSerialize` & `deserialize` via `Streamly.Data.Array`.
|
||||||
|
|
||||||
## 0.2.0 (Nov 2023)
|
## 0.2.0 (Nov 2023)
|
||||||
|
|
||||||
|
@ -83,16 +83,20 @@ module Streamly.Data.Array
|
|||||||
-- , (!!)
|
-- , (!!)
|
||||||
, getIndex
|
, getIndex
|
||||||
|
|
||||||
|
-- * Serialization
|
||||||
|
, pinnedSerialize
|
||||||
|
, deserialize
|
||||||
|
|
||||||
-- * Re-exports
|
-- * Re-exports
|
||||||
, Unbox (..)
|
, Unbox (..)
|
||||||
|
, Serialize(..)
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
|
|
||||||
#include "inline.hs"
|
#include "inline.hs"
|
||||||
|
|
||||||
import Streamly.Internal.Data.Array
|
import Streamly.Internal.Data.Array
|
||||||
import Streamly.Internal.Data.Unbox (Unbox (..))
|
import Streamly.Internal.Data.MutByteArray (Unbox(..), Serialize(..))
|
||||||
|
|
||||||
import Prelude hiding (read, length)
|
import Prelude hiding (read, length)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user