swamp-abi-types

Crates.ioswamp-abi-types
lib.rsswamp-abi-types
version0.0.1
created_at2025-09-05 11:42:59.71409+00
updated_at2025-09-05 11:42:59.71409+00
descriptionLow-level types for memory layout for the Swamp ABI
homepage
repositoryhttps://github.com/swamp/abi
max_upload_size
id1825390
size42,745
Peter Bjorklund (piot)

documentation

README

Swamp ABI Types

Defines the fundamental low-level data types, memory representations, and layout for the Swamp ABI.

Overview

This crate provides the building blocks for representing memory addresses, data sizes, offsets, alignment, instruction formats, and the layout of core data structures.

It is not intended for direct use by Swamp language programmers, but rather by developers working on the Swamp lowering and targeting different platforms.

Installation

This crate is primarily intended as a dependency for the Swamp main crate.

[dependencies]
swamp-abi-types = "0.0.1"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright

Copyright (c) Peter Bjorklund. All rights reserved. https://github.com/swamp/abi

Commit count: 0

cargo fmt