Git Product home page Git Product logo

Comments (1)

 avatar commented on July 26, 2024

If you are using Linux (or are interested in porting to other platforms) take a look at my RUST USB library at:

https://gitlab.com/mike7b4/usbapi-rs

My library is "pure rust' (except ioctl libc calls for the lowest level C Kernel calls)

I have not yet implemented iso support but I just added it to the todo list since I do think we should make a pure feature full rust USB API. The less C library the better :)

I post this here since I do think the maintainer will get offended ;) If not feel free to remove my comment.

I am new on Rust so I may do stuff wrong so don't hesitate to send patches or comments or fork usbapi-rs above.

My hope is that usbapi-rs can replace libusb bindings in the future. IF other contribute for other platforms :) Should be that hard to support FreeBSD/NetBSD since they are use similar ioctl kernel calls.

Btw. usbapi-rs already is supporting experimental memory mapping support which is not the case with libusb C API's.

from libusb-rs.

Related Issues (20)

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.