| Crates.io | swamp-core-extra |
| lib.rs | swamp-core-extra |
| version | 0.1.16 |
| created_at | 2025-03-29 15:24:09.676532+00 |
| updated_at | 2025-04-07 13:21:01.750315+00 |
| description | Rust runtime implementations for Swamp core library collections (Vec, Map, Grid, Stack, etc.). |
| homepage | |
| repository | https://github.com/swamp/swamp |
| max_upload_size | |
| id | 1611397 |
| size | 80,874 |
Provides the Rust runtime implementations for core collection types and operations defined in the core of the Swamp programming language.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) Peter Bjorklund. All rights reserved. https://github.com/swamp/swamp