runmat-runtime 0.4.1

Core runtime for RunMat with builtins, BLAS/LAPACK integration, and execution APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! String transformation builtins.

pub mod erase;
pub mod erasebetween;
pub mod extractbetween;
pub mod join;
pub mod lower;
pub mod pad;
pub mod replace;
pub mod split;
pub mod strcat;
pub mod strip;
pub mod strrep;
pub mod strtrim;
pub mod upper;