diff --git a/README.md b/README.md index f3bb86b..1a7f0ad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # CxxWrap -[![test](/~https://github.com/JuliaInterop/CxxWrap.jl/actions/workflows/test.yml/badge.svg?branch=main)](/~https://github.com/JuliaInterop/CxxWrap.jl/actions/workflows/test.yml?query=branch%3Amain) - This package aims to provide a Boost.Python-like wrapping for C++ types and functions to Julia. The idea is to write the code for the Julia wrapper in C++, and then use a one-liner on the Julia side to make the wrapped C++ library available there.