carlotk/carlo_std/
mod.rs

1//! Contains the Carlo standard library.
2
3use crate::construct_std;
4
5construct_std!{
6    func sqrt
7}