GithubHelp home page GithubHelp logo

qpc-github / autocxx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/autocxx

1.0 2.0 1.0 6.85 MB

Tool for safe ergonomic Rust/C++ interop driven from existing C++ headers

Home Page: https://docs.rs/autocxx

License: Apache License 2.0

Shell 0.16% JavaScript 0.01% C++ 0.11% Rust 99.72%

autocxx's Introduction

Autocxx

GitHub crates.io docs.rs

This project is a tool for calling C++ from Rust in a heavily automated, but safe, fashion.

The intention is that it has all the fluent safety from cxx whilst generating interfaces automatically from existing C++ headers using a variant of bindgen. Think of autocxx as glue which plugs bindgen into cxx.

For full documentation, see the manual.

Overview

autocxx::include_cpp! {
    #include "url/origin.h"
    generate!("url::Origin")
    safety!(unsafe_ffi)
}

fn main() {
    let o = ffi::url::Origin::CreateFromNormalizedTuple("https",
        "google.com", 443);
    let uri = o.Serialize();
    println!("URI is {}", uri.to_str().unwrap());
}

License and usage notes

This is not an officially supported Google product.

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

autocxx's People

Contributors

adetaylor avatar philipcraig avatar bsilver8192 avatar martinboehme avatar nak3 avatar russelltg avatar ssbr avatar kitlith avatar gabriel-viviani avatar milahu avatar chbaker0 avatar dtolnay avatar htynkn avatar silensangelusnex avatar yuxuan-xie avatar fzyzcjy avatar lukesneeringer avatar virxec avatar cad97 avatar aaronrsiphone avatar yshui avatar scullionw avatar thomaseizinger avatar tako8ki avatar psmit avatar benesch avatar minaminao avatar mersinvald avatar ravenslofty avatar bromeon avatar

Stargazers

 avatar

Watchers

 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.