Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-stellar-xdr

Zig types for Stellar XDR, generated from the XDR definitions.

Caution

This is experimental and should not be used for anything other than toy experiments.

Usage

Add as a dependency in your build.zig.zon:

zig fetch --save git+https://github.com/AStarStartup/zig-stellar-xdr

Then in your build.zig:

const stellar_xdr = b.dependency("stellar_xdr", .{
    .target = target,
    .optimize = optimize,
});
exe.root_module.addImport("stellar-xdr", stellar_xdr.module("stellar-xdr"));

Build

make

Test

zig build test

About

An experimental Zig Stellar XDR Library.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages