rune 0.14.2

The Rune Language, an embeddable dynamic programming language for Rust.
Documentation
1
2
3
4
//! Types for working with slices.

mod iter;
pub(crate) use self::iter::Iter;