Giter Club home page Giter Club logo

uuid-zig's Issues

getting started has to be update

Hi, i'm trying to install the library for 3 hours (literally, yes)

I already knew that the zig's build system and package management is sucks.

exe.addPackagePath("uuid-zig", "path/to/uuid-zig/src/main.zig");
add.PackagePath function is no longer in the latest release (0.12.0).

So the getting started part needs to update

    exe.root_module.addImport("uuid", uuid.module("uuid"));
    exe.linkLibrary(uuid.artifact("uuid-zig"));
    b.installArtifact(lib);

this is my build.zig

   .dependencies = .{ .uuid = .{
        .url = "https://github.com/r4gus/uuid-zig/archive/refs/tags/0.2.0.tar.gz",
        .hash = "12205faefc87ea2d9182f7e28f2e8effeae3b070727e68cfb7330ce5d78bbcd90dfc",
    } },

and this is my build.zig.zon
But currently i'm getting

src/utils/uuid.zig:1:22: error: no module named 'uuid' available within module root
const uuid = @import("uuid");

I'm still figuring out how could import the library, They changed the whole thing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.