swamp-core-extra

Crates.ioswamp-core-extra
lib.rsswamp-core-extra
version0.1.16
created_at2025-03-29 15:24:09.676532+00
updated_at2025-04-07 13:21:01.750315+00
descriptionRust runtime implementations for Swamp core library collections (Vec, Map, Grid, Stack, etc.).
homepage
repositoryhttps://github.com/swamp/swamp
max_upload_size
id1611397
size80,874
Peter Bjorklund (piot)

documentation

README

Swamp Core Extra

Provides the Rust runtime implementations for core collection types and operations defined in the core of the Swamp programming language.

Overview

This crate contains the underlying Rust functions that power Swamp's built-in data structures like Vec, Map, Map2, Grid, etc. When you use functions like Vec<T>,in Swamp code, the actual logic executed at runtime often comes from this crate.

It acts as a bridge between the Swamp language definition (types defined in swamp-types, semantic representation in swamp-semantic) and the host Rust environment where the Swamp code is executed.

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/swamp

Commit count: 802

cargo fmt