# Root module of the `miden::protocol_utils` library.
#
# This library contains internal utility modules shared by the transaction kernel and the
# user-facing protocol library. It is statically linked into both and is not part of the
# public protocol API (although some procedures are re-exported from `miden::protocol` modules).
pub mod account_id
pub mod asset
pub mod mem
pub mod constants
pub mod note
pub mod types