2023-05-10 15:50:04 +02:00
|
|
|
# nim-eth
|
2024-06-18 18:09:27 +02:00
|
|
|
# Copyright (c) 2020-2024 Status Research & Development GmbH
|
2023-05-10 15:50:04 +02: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 12:34:38 +02:00
|
|
|
{.deprecated: "Use minilru directly".}
|
2020-09-10 14:49:48 +02:00
|
|
|
|
2024-10-03 12:34:38 +02:00
|
|
|
{.push raises: [].}
|
2020-09-10 14:49:48 +02:00
|
|
|
|
2024-10-03 12:34:38 +02:00
|
|
|
import minilru
|
|
|
|
export minilru
|