Git Product home page Git Product logo

ferrilab

Redefining the Rust fundamental data model


bitvec

bitvec crate bitvec MSRV - 1.65 bitvec license

bitvec documentation `bitvec downloads


funty

funty crate funty MSRV - 1.65 funty license

funty documentation `funty downloads


radium

radium crate radium MSRV - 1.60 radium license

radium documentation `radium downloads


Introduction

The ferrilab project is a collection of crates that provide more powerful alternatives to many basic Rust types. bitvec compresses [bool] to use truly single-bit storage while still matching the standard slice and vector API, funty allows you to be generic over properties of integers and pointers, and radium provides tools for abstracting over kinds of shared mutability.

Organization

Since bitvec depends on both funty and radium for its functionality, these three crates are developed in a single workspace. However, funty and radium stand entirely on their own and can be used independently of it.

Each crate has a much more detailed README describing what it does and how to use it. The project guide explains more about how about the theory behind their creation and provides user stories that don’t fit in the API documentation.

Why the Name?

myrrlyn is from the Great Lakes region of America, and began bitvec while working at Kirtland AFB in Albuquerque. Since these crates reshape the way Rust programs interact with the fundamental data types, the name “Fermi” jumped out as a close analogue, and from there it was only a one-letter change to make it fit the Rustacean community.


Both funty and radium are type-system crates with almost no runtime logic of their own, so test coverage is not really meaningful for them. bitvec is tested heavily, and is always in need of further work on its benchmarks, use cases, and obscure behaviors.

codecov coveralls

codecov

Ferrilab's Projects

bitvec icon bitvec

A crate for managing memory bit by bit

ferrilab icon ferrilab

Experimenting with Rust's fundamental data model

funty icon funty

Trait generalization of the fundamental types

logo icon logo

Ferrilab's logo, and a free-use base template

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.