Skip to content

allyourcodebase/abseil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abseil

abseil-cpp but packaged for Zig.

Used by protobuf packaged for Zig.

How to add to your project

zig fetch --save git+https://github.com/allyourcodebase/abseil.git

You can then access the available libraries and executables like this:

const abseil_dep = b.dependency("abseil", .{
    .target = target,
    .optimize = optimize,
});

// libabseil
const libabseil = abseil_dep.artifact("libabseil");

About

No description, website, or topics provided.

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE.upstream

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages