CedarDotNet

An unofficial .NET library for the Cedar language.

This can be used to call Cedar functions from a .NET application.


For more information about Cedar, please see:

Getting Started

Warning

This package is still in early development and is only currently available as a pre-release.

  1. Install the CedarDotNet package:
dotnet add package CedarDotNet --prerelease
  1. Refer to the documentation for API details.