Coder Social home page Coder Social logo

guid-create's People

Contributors

kurtlawrence avatar renovate[bot] avatar somehowchris avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rchriste

guid-create's Issues

Please consider impling Hash for GUID

I'm wanting to store objects in a std::collections::HashMap so I can look them up by their GUID, but I'm running into the problem that GUID is not a valid type for the hashmap's key since it doesn't impl Hash. I've got a workaround, but ... it's inartful.

Because the members of a GUID are all hashable, I imagine it's a case of annotating the struct with #[derive(Hash)] or so.

Would you be willing to impl the necessary trait for me?

Tracking updates on dependencies

As of right now, from time to time, dependencies were updated.

There aren't a lot but it would be nice from a sec and maintenance perspective to track updates on dependencies and from time to time, release a new version once they have been updated on the Cargo.toml.

From my experience, dependabot is the bot from GitHub configured via a yaml file but I prefer renovate a git distro independent and open source one and integrated into GitHub via a app on the marketplace. Renovate will automatically detect which package managers and where they are used. https://github.com/marketplace/renovate

In the end its up to you @kurtlawrence

extern guid.data

Hello @kurtlawrence , can you let the data inside of GUID touch by outside world? the simple way is like:
pub GUID { pub data: [u8; 16], }
or a elegant way like:
pub data(self) -> [u8;16] { self.data }
then we can get the whole data easily.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

cargo
Cargo.toml
  • rand 0.8
  • serde 1
  • quickcheck 1
  • quickcheck_macros 1
  • winapi 0.3.9

  • Check this box to trigger a request for Renovate to run again on this repository

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.