Coder Social home page Coder Social logo

seanmonstar / winapi-rs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from retep998/winapi-rs

0.0 3.0 0.0 1.42 MB

Rust types and constants for WinAPI bindings

Home Page: https://crates.io/crates/winapi

License: MIT License

Rust 99.99% RenderScript 0.01%

winapi-rs's Introduction

winapi-rs Build status Build Status Gitter Crates.io

Documentation

This crate provides types and constants for WinAPI FFI bindings. They are gathered by hand using the very latest official SDK from Microsoft. I aim to replace all existing Windows FFI in other crates with this set of crates through the "Embrace, extend, and extinguish" technique.

If this crate is missing something you need, feel free to create an issue, open a pull request, or contact me via other means.

Example

Cargo.toml:

[dependencies]
winapi = "*"
winmm-sys = "*"

example.rs:

extern crate winapi;
extern crate winmm;
fn func() {
    winmm::PlaySoundA(...);
}

Functions

Bindings to library functions are in separate crates. The source to each crate is in the relevant subdirectory under the lib directory.

Usable crates

These are the ones that actually have functions in them:

Reserved crates

These are the ones that are reserved for future use:

winapi-rs's People

Contributors

alexcrichton avatar artemgr avatar bozaro avatar bvinc avatar crimsonvoid avatar daggerbot avatar danburkert avatar emberian avatar gentoo90 avatar iliekturtles avatar inrustwetrust avatar jminer avatar jojonv avatar msiglreith avatar overdrivenpotato avatar randompoison avatar retep998 avatar rpjohnst avatar stebalien avatar thelink2012 avatar tomaka avatar toolness avatar xirdus avatar yonran avatar

Watchers

 avatar  avatar  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.