Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/everythingfunctional/strff

A library of string functions for Fortran.
https://github.com/everythingfunctional/strff

fortran string-manipulation

Last synced: 24 days ago
JSON representation

A library of string functions for Fortran.

Awesome Lists containing this project

README

        

strff
=====

[![pipeline status](https://gitlab.com/everythingfunctional/strff/badges/main/pipeline.svg)](https://gitlab.com/everythingfunctional/strff/commits/main)

This module defines a library of string functions not available as intrinsics,
but which are generally available in other languages. For example, the generic
`to_string` function is provided for converting intrinsic types to strings. I.e.
`print *, "The answer is: " // to_string(42)`.

Find the documentation [here](https://everythingfunctional.gitlab.io/strff).