Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-c support #274

Merged
merged 5 commits into from
Mar 8, 2024
Merged

cargo-c support #274

merged 5 commits into from
Mar 8, 2024

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    0a6c7d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Initial cargo-c support

    lu-zero authored and cpu committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    713973d View commit details
    Browse the repository at this point in the history
  2. ci: add task for cargo-c.

    This will prevent bitrot with the cargo-c support.
    cpu committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    58dd02a View commit details
    Browse the repository at this point in the history
  3. docs: add static vs dynamic docs, cargo-c instructions

    This commit details our current thinking w.r.t static vs dynamic linking
    for rustls-ffi. It also adds initial documentation of using `cargo-c` to
    build a dynamic library. In particular we emphasize that:
    
    a) we make **no** ABI stability guarantees
    b) the dynamic library/cargo-c support is considered experimental
    cpu committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    75b6882 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. README nits

    jsha committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    761c544 View commit details
    Browse the repository at this point in the history