2023-05-10 13:50:04 +00:00
|
|
|
# nim-eth
|
2024-06-18 16:09:27 +00:00
|
|
|
# Copyright (c) 2020-2024 Status Research & Development GmbH
|
2023-05-10 13:50:04 +00:00
|
|
|
# Licensed and distributed under either of
|
|
|
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
|
|
|
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
|
|
|
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
|
|
|
#
|
|
|
|
|
2024-10-03 10:34:38 +00:00
|
|
|
{.deprecated: "Use minilru directly".}
|
2020-09-10 12:49:48 +00:00
|
|
|
|
2024-10-03 10:34:38 +00:00
|
|
|
{.push raises: [].}
|
2020-09-10 12:49:48 +00:00
|
|
|
|
2024-10-03 10:34:38 +00:00
|
|
|
import minilru
|
|
|
|
export minilru
|