fortranc

Crates.iofortranc
lib.rsfortranc
version0.1.0
created_at2025-02-28 21:07:44.675999+00
updated_at2025-02-28 21:07:44.675999+00
descriptionA build-time dependency for Cargo build scripts to assist in invoking the native Fortran compiler to compile native Fortran code into a static archive to be linked into Rust code.
homepage
repositoryhttps://github.com/smoothdeveloper/fortranc-rs
max_upload_size
id1573175
size373,278
Gauthier Segay (smoothdeveloper)

documentation

https://docs.rs/fortranc

README

fortranc-rs

A library for Cargo build scripts to compile a set of Fortran/assembly files into a static archive for cargo to link into the crate being built. This crate does not compile code itself; it calls out to the default compiler for the platform.

This is not ready for usage yet, use for hacking only.

The code is pretty much copied from cc-rs project.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in cc-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 9

cargo fmt