Git Product home page Git Product logo

base62.rs's People

Contributors

agrinman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

hgzimmerman

base62.rs's Issues

Please remove failure dependency

I really like your base-62 crate and I am using it as a dependency.
However I have a problem with how much stuff it pulls in as a dependency.
I understand num-bigint is a fundamental part of the functionality, but I think failure could be removed.

This is the dependency tree for me right now:

├── base-62 v0.1.1
│   ├── failure v0.1.6
│   │   ├── backtrace v0.3.40
│   │   │   ├── backtrace-sys v0.1.32
│   │   │   │   └── libc v0.2.66
│   │   │   │   [build-dependencies]
│   │   │   │   └── cc v1.0.47
│   │   │   ├── cfg-if v0.1.10
│   │   │   ├── libc v0.2.66 (*)
│   │   │   └── rustc-demangle v0.1.16
│   │   └── failure_derive v0.1.6
│   │       ├── proc-macro2 v1.0.6
│   │       │   └── unicode-xid v0.2.0
│   │       ├── quote v1.0.2
│   │       │   └── proc-macro2 v1.0.6 (*)
│   │       ├── syn v1.0.11
│   │       │   ├── proc-macro2 v1.0.6 (*)
│   │       │   ├── quote v1.0.2 (*)
│   │       │   └── unicode-xid v0.2.0 (*)
│   │       └── synstructure v0.12.3
│   │           ├── proc-macro2 v1.0.6 (*)
│   │           ├── quote v1.0.2 (*)
│   │           ├── syn v1.0.11 (*)
│   │           └── unicode-xid v0.2.0 (*)
│   ├── num-bigint v0.2.3
│   │   ├── num-integer v0.1.41
│   │   │   └── num-traits v0.2.10
│   │   │       [build-dependencies]
│   │   │       └── autocfg v0.1.7
│   │   │   [build-dependencies]
│   │   │   └── autocfg v0.1.7 (*)
│   │   └── num-traits v0.2.10 (*)
│   │   [build-dependencies]
│   │   └── autocfg v0.1.7 (*)
│   ├── num-integer v0.1.41 (*)
│   └── num-traits v0.2.10 (*)

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.