Giter Site home page Giter Site logo

nextokentech / num-integer-sgx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mesalock-linux/num-integer-sgx

0.0 0.0 0.0 1.37 MB

Integer trait and functions for Rust

License: Apache License 2.0

Shell 0.35% C 56.06% Rust 40.44% Makefile 3.15%

num-integer-sgx's Introduction

num-integer

crate documentation minimum rustc 1.8 Travis status

Integer trait and functions for Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
num-integer = "0.1"

and this to your crate root:

extern crate num_integer;

Features

This crate can be used without the standard library (#![no_std]) by disabling the default std feature. Use this in Cargo.toml:

[dependencies.num-integer]
version = "0.1.36"
default-features = false

There is no functional difference with and without std at this time, but there may be in the future.

Implementations for i128 and u128 are only available with Rust 1.26 and later. The build script automatically detects this, but you can make it mandatory by enabling the i128 crate feature.

Releases

Release notes are available in RELEASES.md.

Compatibility

The num-integer crate is tested for rustc 1.8 and greater.

num-integer-sgx's People

Contributors

cuviper avatar alexcrichton avatar homu avatar bors[bot] avatar hauleth avatar vks avatar yoanlcq avatar feadoor avatar gifnksm avatar strake avatar huonw avatar darksonn avatar koverstreet avatar bluss avatar xaeroxe avatar jbcrail avatar ollie27 avatar aliddell avatar superfluffy avatar donsheddow avatar mitchmindtree avatar dingelish avatar mbrubeck avatar colrdavidson avatar aturon avatar emerentius avatar plasmapower avatar murarth avatar phaiax avatar steveklabnik 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.