SkillAgentSearch skills...

Bencodex.net

Bencodex codec for .NET

Install / Use

/learn @planetarium/Bencodex.net
About this skill

Quality Score

0/100

Supported Platforms

OpenAI Codex

README

Bencodex codec for .NET

GitHub Actions Status NuGet

This library implements Bencodex serialization format which extends Bencoding.

Usage

It currently provides only the most basic encoder and decoder. See also these methods:

  • Bencodex.Codec.Encode(Bencodex.Types.IValue, System.IO.Stream)
  • Bencodex.Codec.Encode(Bencodex.Types.IValue)
  • Bencodex.Codec.Decode(System.IO.Stream)
  • Bencodex.Codec.Decode(System.Byte[])

It will provide type-extensible higher-level APIs as well in the future.

License

Distributed under LGPL 2.1 or later.

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks12

Languages

C#

Security Score

75/100

Audited on Dec 3, 2024

No findings