jack-pappas / ExtCore

An extended core library for F#.
Apache License 2.0
178 stars 32 forks source link
csharp data-structures dotnet fsharp immutable performance

======= ExtCore

.. image:: https://travis-ci.org/jack-pappas/ExtCore.png
:target: https://travis-ci.org/jack-pappas/ExtCore

.. image:: http://img.shields.io/nuget/v/ExtCore.svg :target: https://nuget.org/packages/ExtCore/

ExtCore is an extended core library for F#. ExtCore is designed to the same coding guidelines and quality standards as the F# core library (FSharp.Core), so the API is simple and intuitive to use.

ExtCore does not aim to be a "batteries-included" library; instead, ExtCore functionality is concentrated into a few key areas:

Known Bugs/Issues

Known bugs or other issues are listed on the ExtCore issues_ page.

.. _ExtCore issues: https://github.com/jack-pappas/ExtCore/issues

Licensing

ExtCore is licensed under the terms of the Apache 2.0 license_.

.. _Apache 2.0 license: https://www.apache.org/licenses/LICENSE-2.0.html