GithubHelp home page GithubHelp logo

doytsujin / rust-advanced-collections Goto Github PK

View Code? Open in Web Editor NEW

This project forked from szymonwieloch/rust-advanced-collections

0.0 1.0 0.0 64 KB

Advanced collections that could extend the std::collections crate.

License: MIT License

Rust 100.00%

rust-advanced-collections's Introduction

rust-advanced-collections

Travis CI Appveyor CI Crates CI Codedov CI

Overview

This crate contains a set of high quality (tested, documented, with complete implementation of standard traits) collections. It is supposed to be an extension of the standard std::collections crate that contains the most common collections but lacks more advanced ones.

At the moment this crate includes:

  • Counter - a counting and statistical collection similar to hash bag or multiset.
  • Interval - structure for working with mathematical intervals.
  • Disjoint set - also known as union-find or merge-find, a set of values split into a number of not overlapping subsets.
  • Circular buffer -also known as cyclic buffer - a structure commonly used in multimedia streaming for storing limited amount of data in a buffer.

Usage

Cargo.toml:

[dependencies]
advanced_collections = "0.1"

Documentation

Cargo documentation

License

This code is licensed under the free MIT license.

Contributing

This crate is open to anybody who would like to participate in the project and help me to create more collections. Simply fork this repository, add your changes/fixes and create a pull request for me. Just please make sure that your code meets standards of this crate. The code needs to:

  • Have high quality. This includes conforming to Rust formatting standards, comments, following naming conventions of other collections etc.
  • Be tested with high code coverage.
  • Be documented and have examples.
  • Be well design. This includes implementation of common traits.
  • Be high-performing.

rust-advanced-collections's People

Contributors

szymonwieloch avatar

Watchers

 avatar

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.