Git Product home page Git Product logo

iokit-sys's Introduction

IOKit Rust Bindings

The IOKit-sys package provides declarations and linkage for the IOKit C library on OS X. Following the *-sys package conventions, the IOKit-sys package does not define higher-level abstractions over the native library.

Usage

Add IOKit-sys as a dependency in Cargo.toml:

[dependencies]
IOKit-sys = "0.1"

Import the IOKit_sys crate and use the functions as they're defined in the native IOKit library provided by Apple.

extern crate IOKit_sys as io;

Contributing

You may find that you need some functionality that is missing from IOKit-sys. If that's the case, please open an issue on Github or send a pull request with the added functionality.

If you plan to submit a pull request, please note the structure of the code. There is one file for each header file in the IOKit framework. For example, src/io_return.rs contains the definitions from IOKit/IOReturn.h. The definitions in each file are more or less in the same order that they appear in the matching header file. Each file is then re-exported in the crate root, e.g., pub use io_return::*.

Contributors

License

Copyright © 2015 David Cuddeback

Distributed under the MIT License.

iokit-sys's People

Contributors

dcuddeback avatar dhylands avatar forticulous avatar ndusart avatar ticky 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.