An open API service indexing awesome lists of open source software.

https://github.com/oschulz/checkedcalls.jl

Call Julia functions with extra checks
https://github.com/oschulz/checkedcalls.jl

Last synced: 3 months ago
JSON representation

Call Julia functions with extra checks

Awesome Lists containing this project

README

          

# CheckedCalls.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/CheckedCalls.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/CheckedCalls.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/CheckedCalls.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/CheckedCalls.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/oschulz/CheckedCalls.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/CheckedCalls.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

## Documentation

* [Documentation for stable version](https://oschulz.github.io/CheckedCalls.jl/stable)
* [Documentation for development version](https://oschulz.github.io/CheckedCalls.jl/dev)

CheckedCalls.jl allows for calling Julia functions with additional checks.
Please see the documentation linked above for details.